Releases: kishaningithub/rdapp
Releases · kishaningithub/rdapp
v0.5.6
v0.5.5
Changelog
- d397ebe fix container repository name in ko config
- 518d960 grant write access to packages for GITHUB_TOKEN
- 156e42f use github container registry for publishing images
- fc98c4b remove sbom generation
- 9455a97 refactor go releaser action step
- 50f63a7 perform docker login before running go releaser
- 4042c1e Merge pull request #15 from kishaningithub/add-multi-platform-docker-image
- 1d0c8ae override base image to alpine linux
- 1f9b604 add multi platform docker image support. Fixes #5
v0.5.4
Changelog
- 4f8c2ee add update-binary-deps and upgrade all binary dependencies
- e3f228e add paypal to funding yml
- dba9d88 add funding yaml
- 9587cf5 remove tools.go
- 1e05d37 Merge pull request #14 from kishaningithub/update-deps
- 7693561 update all dependencies
- 904b2f4 Merge pull request #13 from kishaningithub/use_bingo
- eb9ac7b upgrade git actions versions
- 1234876 Refactor build command
- b3f8cee Fix installation issue
- 0b811de use bingo for binary dependencies management
v0.5.3
Changelog
- Upgrade to go 1.20
v0.5.2
v0.5.1
v0.5.0
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
v0.4.1
v0.4.0
Changelog
- 19656a6 Modify root goreleaser command to use directory
- 635de87 Fix root command in goreleaser
- 4cf72ea Add interactive mode option
- 937fa0b Refactor instance selection logic
- a0751ba Add context to secret manager failure
- 5ba7c5c Refactor interaction service to improve testability
- 7f2d1ad Create interactive mode documentation
- cda8c93 Add an immediate message for better cli usability
- 8d30163 Refactor interactive data loads
- fc3b971 Fix secrets fetch all issue
- 5596b68 Add interactive mode using go survey
- 396f365 add ability to choose cluster via TUI
- 6cb9b11 Upgrade all dependencies to latest
v0.3.0
Changelog
- a3f09ab Merge pull request #4 from kishaningithub/add-tests
- 73195f5 run goreleaser validation with make build
- 86c5580 fix error handling issue reported by golang ci lint
- 523b4c4 add golang ci lint to binary deps
- 32ac91d Specify go install constraint only to tools
- f5c3ba7 Add go install
- 4d213fb Add test for happy path
- 3425e1b Add error logs to listener
- 6a3a36b Refactor api test
- 26693b3 setup testify suite framework and add execute statement failure test
- 30c0cd5 add context to redshift data api errors
- 92cb346 add rdapp correlation id to better debug errors
- cc4b15f Peform contextual logging
- 02fdf8d Refactor logging and add supports for esoteric data types returned by redshift for internal tables
- cfb02ea Disable stack trace logging as caller info would suffice for debugging
- 6610dc0 Update logging message for redshift data api execute statement