Releases: ydb-platform/fq-connector-go
Releases · ydb-platform/fq-connector-go
v0.2.6
- YDB: fix pushdown #58
- YDB: enable scan queries #59
v0.2.5
- Change internal pathes from /usr/local to /opt/ydb
v0.2.4
- Change default port to 2130 (#52)
v0.2.3
Binary packages for fq-connector-go
v0.2.2
- Minor changes in YDB connector
- Clarify scripts and examples (especially TLS usage)
v0.2.0
- Support YAML configs (#47)
v0.1.3
- Avoid using
database/sql
layer for ClickHouse Native protocol (#42)
v0.1.2
- YDB: support connecting via Token
- YDB: support datetime types (#33)
- YDB: cover with integration tests (#32)
- Client for benchmarks (#37, #38)
- Optimize
DateToString
converter (enabled by conversion.use_unsafe_converters: true
option) (#40)
- Preallocate Arrow builders (#41)
v0.1.1
- Added timeout while connecting YDB #24
- Fixed string representation of ClickHouse's
DateTime64
#31