Releases: vertica/vertica-sql-go
Releases · vertica/vertica-sql-go
v1.3.3
What's Changed
- Adding ClientOSHostname and Workload connection properties by @DMickens in #165
- Fix timestamp parsing defect #135 by @ManuelWe in #167
- Update CONTRIBUTING.md by @sitingren in #166 and #169
New Contributors
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
- OAuth 2.0 Authentication (basic) by @sitingren in #160
- Add OAuth 2.0 Authentication CI tests by @sitingren in #161
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- Add
autocommit
connection parameter and change the default value ofautocommit
to ON by @sitingren in #153 - Update copyright to 2023 by @sitingren in #155
- Fix IPv6 address connection by @sitingren in #157
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Fix #87: Binary types support by @sitingren in #139
- Add default connection database name by @sitingren in #141
- Print out the Notice messages in DEBUG log by @sitingren in #142
- Add client_os_user_name for session by @sitingren in #148
- Add client_os for session by @sitingren in #149
- support client_label connection option by @sitingren in #150
- Switch to use vertica-ce docker image for CI test by @sitingren in #145
Full Changelog: v1.2.2...v1.3.0
v1.2.2
What's Changed
- added error handling when working with file cache #113 by @Alucardinio in #130
- regexp compile optimization by @Alucardinio in #129
- Fix #127 by @sitingren in #131
- Limit max send message size to 8192 bytes by @sitingren in #132
- Restore DNS Round Robin Behavior by @DMickens in #134
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Fixed the ping query: read result to avoid wrong query result by @chapsuk in #121
- Fix #119 by @sitingren in #124
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Add interval type ranges by @sitingren in #101
- Fixed parse query with escaped email value by @chapsuk in #102
- Add support for ColumnType.ScanType() by @sitingren in #108
- Implement Connection Failover by @sitingren in #109
- Fix #115 by @sitingren in #116
- Feature #90: adding TLS mutual authentication by @bmyers-csu in #117
Full Changelog: v1.1.1...v1.2.0
v1.1.1
Bug fixes and performance enhancements.
What's Changed
- Handle null values from the driver by @mlh758 in #92
- Add support for half-hour timezone offsets by @bmyers-csu in #89
- [Protocol] Add terminate message by @sitingren in #93
- Improve timestamp parsing by @bmyers-csu in #94
- Add unsupported data types by @sitingren in #95
- Support column DatabaseTypeName and Nullable by @sitingren in #98
- Add support for ColumnType.Length() and ColumnType.DecimalSize() by @sitingren in #99
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Fix #45: Support Connection Load balancing by @sitingren in #85
Full Changelog: v1.0.0...v1.1.0