Skip to content

v0.5.0

Compare
Choose a tag to compare
@kishaningithub kishaningithub released this 31 Dec 14:55
· 32 commits to main since this release

Changelog

  • b79c9f8 ensure the port is open before starting the tests
  • 5f4e842 remove restriction to allow only 127.0.0.1
  • 54d2b18 Refactor codebase and add component level tests
  • 7d80905 add aws user creds for test step
  • 6aafc04 add aws user creds
  • 3799fc8 add terraform init
  • fafa4d3 Add step to setup test infra
  • c49f943 bump goreleaser version
  • 8c7da17 tidy deps
  • d178e1a Upgrade psql-wire to fix prepared statement concurrency issue
  • 99f2510 Add test for args substitution
  • 0f0be73 Add test for parameter style resolution
  • a000102 Refactor to use cleanup function instead of defer
  • 4e13824 use go testing package directly instead of suite abstraction
  • e3fe02e Remove heavy maintenance unit test
  • 0c46151 Upgrade dependencies
  • a195af4 Support the ? style prepared statement and handle prepared statement deallocation
  • d67759a add cases to component test
  • ab4d6f7 Update test deps as part of update
  • a45e9b8 Upgrade go releaser
  • 9287e77 Add component level test integrating with live redshift
  • 174526a Create component test setup
  • f5de80e Provision reshift cluster for integration testing
  • a062415 Refactor query handler
  • a3981d5 Break interaction service into redshift service and secrets service
  • c4ed459 Refactor result set writer
  • 62ee4b2 Refactor interaction service