Skip to content

Commit

Permalink
chore: release 1.1.0 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-github-rudderstack authored Mar 26, 2024
1 parent 7f8a686 commit a611c01
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [1.1.0](https://github.com/rudderlabs/sqlconnect-go/compare/v1.0.1...v1.1.0) (2024-03-26)


### Features

* add ssh tunneling support ([#26](https://github.com/rudderlabs/sqlconnect-go/issues/26)) ([7f8a686](https://github.com/rudderlabs/sqlconnect-go/commit/7f8a68686f4eae1f5bd5aeacd70da006f85808e6))
* introduce util.SplitStatements ([#14](https://github.com/rudderlabs/sqlconnect-go/issues/14)) ([4039fcc](https://github.com/rudderlabs/sqlconnect-go/commit/4039fccd94bce83ada025064e5de0cfe9363336e))
* redshift data driver ([#18](https://github.com/rudderlabs/sqlconnect-go/issues/18)) ([6555d97](https://github.com/rudderlabs/sqlconnect-go/commit/6555d9767cdfdfc112ca9c0ae7c0cd9c6abc783c))


### Miscellaneous

* **deps:** bump actions/setup-go from 3 to 5 ([#24](https://github.com/rudderlabs/sqlconnect-go/issues/24)) ([8bd2bd2](https://github.com/rudderlabs/sqlconnect-go/commit/8bd2bd2095096417ce1c38bd0aa9d41210e99712))
* **deps:** bump actions/stale from 5 to 9 ([#25](https://github.com/rudderlabs/sqlconnect-go/issues/25)) ([034f881](https://github.com/rudderlabs/sqlconnect-go/commit/034f881755645b6f627d6a7cce6fb4fc338508d9))
* **deps:** bump amannn/action-semantic-pull-request from 4 to 5 ([#23](https://github.com/rudderlabs/sqlconnect-go/issues/23)) ([b00a62e](https://github.com/rudderlabs/sqlconnect-go/commit/b00a62e053a58234cb2eee0a357dd50d51713888))
* **deps:** bump github.com/docker/docker ([#27](https://github.com/rudderlabs/sqlconnect-go/issues/27)) ([87f2a09](https://github.com/rudderlabs/sqlconnect-go/commit/87f2a09112ce255963291aab347c2ed81a562b8f))
* **deps:** bump github.com/rudderlabs/rudder-go-kit ([#22](https://github.com/rudderlabs/sqlconnect-go/issues/22)) ([00c6f0f](https://github.com/rudderlabs/sqlconnect-go/commit/00c6f0fce1c2d8cedfc252f4927c1ab5308b75a5))
* **deps:** bump github.com/rudderlabs/rudder-go-kit from 0.23.2 to 0.23.3 ([#29](https://github.com/rudderlabs/sqlconnect-go/issues/29)) ([8bbc3eb](https://github.com/rudderlabs/sqlconnect-go/commit/8bbc3eb6dbd021d54d0c8afd751a80a04ee6895b))
* **deps:** bump google.golang.org/api from 0.169.0 to 0.170.0 ([#21](https://github.com/rudderlabs/sqlconnect-go/issues/21)) ([c49e4e3](https://github.com/rudderlabs/sqlconnect-go/commit/c49e4e34b975c7d06ab2015a20c157cd0ce03879))
* **deps:** bump google.golang.org/api from 0.170.0 to 0.171.0 ([#28](https://github.com/rudderlabs/sqlconnect-go/issues/28)) ([0f7db9b](https://github.com/rudderlabs/sqlconnect-go/commit/0f7db9b3e4d210a38d045888c0ed9eb57a99275a))
* **deps:** bump google.golang.org/protobuf from 1.32.0 to 1.33.0 ([#15](https://github.com/rudderlabs/sqlconnect-go/issues/15)) ([f20b6c5](https://github.com/rudderlabs/sqlconnect-go/commit/f20b6c5727976d6a5727b86c69c6d0e720cf8ed8))
* respect catalog parameter in DB.ListColumns ([#16](https://github.com/rudderlabs/sqlconnect-go/issues/16)) ([11bf6b2](https://github.com/rudderlabs/sqlconnect-go/commit/11bf6b2efc9e566ecaba4780b4a47282ae7f5cb7))

## [1.0.1](https://github.com/rudderlabs/sqlconnect-go/compare/v1.0.0...v1.0.1) (2024-03-12)


Expand Down

0 comments on commit a611c01

Please sign in to comment.