Skip to content

Commit

Permalink
chore: release 1.7.0 (#134)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.7.0](v1.6.0...v1.7.0)
(2024-07-22)


### Features

* add dialect#normaliseidentifier and dialect#parserelationref
([#120](#120))
([31d700d](31d700d))
* **redshift:** add support for assuming an iam role for redshift
([#132](#132))
([180a706](180a706))
* **redshift:** bump github.com/aws/aws-sdk-go-v2/service/redshiftdata
from 1.27.1 to 1.27.3
([#137](#137))
([ec10cc4](ec10cc4))


### Miscellaneous

* additional params for databricks driver
([#133](#133))
([9c34f3f](9c34f3f))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
devops-github-rudderstack authored Jul 22, 2024
1 parent 31d700d commit e299e2f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.7.0](https://github.com/rudderlabs/sqlconnect-go/compare/v1.6.0...v1.7.0) (2024-07-22)


### Features

* add dialect#normaliseidentifier and dialect#parserelationref ([#120](https://github.com/rudderlabs/sqlconnect-go/issues/120)) ([31d700d](https://github.com/rudderlabs/sqlconnect-go/commit/31d700d5a6b92a9bf7f27945e96811636ddd0d65))
* **redshift:** add support for assuming an iam role for redshift ([#132](https://github.com/rudderlabs/sqlconnect-go/issues/132)) ([180a706](https://github.com/rudderlabs/sqlconnect-go/commit/180a7068b8b839f5fa763499514aa3a608ce628f))
* **redshift:** bump github.com/aws/aws-sdk-go-v2/service/redshiftdata from 1.27.1 to 1.27.3 ([#137](https://github.com/rudderlabs/sqlconnect-go/issues/137)) ([ec10cc4](https://github.com/rudderlabs/sqlconnect-go/commit/ec10cc476d1f8d698bf8814f5dc3d038563a39ec))


### Miscellaneous

* additional params for databricks driver ([#133](https://github.com/rudderlabs/sqlconnect-go/issues/133)) ([9c34f3f](https://github.com/rudderlabs/sqlconnect-go/commit/9c34f3f935dd84a614e96eb2b07dd5cd090aacff))

## [1.6.0](https://github.com/rudderlabs/sqlconnect-go/compare/v1.5.0...v1.6.0) (2024-07-08)


Expand Down

0 comments on commit e299e2f

Please sign in to comment.