Releases: adbc-drivers/trino
Releases · adbc-drivers/trino
Release list
ADBC Driver Foundry Driver for Trino 0.5.0 (2026-07-06)
Immutable
release. Only release title and notes can be modified.
New Features
- add ARRAY column type support (#93)
Bug Fixes
- support tls connections and validate over tls (#97)
Detailed Changelog
- 67d7118: chore: bump go version, and deps to prep for the release (#100)
- 47e1c25: fix(go): support tls connections and validate over tls (#97)
- 0421314: chore: update workflows and go dependencies (#99)
- bed6881: chore(go): update vendor version (#96)
- d613e4b: feat(go): add ARRAY column type support (#93)
ADBC Driver Foundry Driver for Trino 0.4.0 (2026-06-09)
New Features
- support ingest into target catalog/schema in fallback (#90)
- support ingest into target catalog/schema (#89)
- add option to get the last query ID (#86)
- implement GetStatistics (#72)
Documentation Updates
Detailed Changelog
- 590e423: docs: describe the last_query_id option (#91)
- 5d08cd6: feat(go): support ingest into target catalog/schema in fallback (#90)
- be81ade: feat(go): support ingest into target catalog/schema (#89)
- fc2eab1: chore: bump workflows, validation suite (#88)
- ba70885: feat(go): add option to get the last query ID (#86)
- c65808e: chore(go): bump github.com/apache/arrow-go/v18 from 18.5.2 to 18.6.0 in /go (#82)
- 73b211f: chore: update workflows (#81)
- 3fdc736: refactor(go): port to context-based API (#80)
- d87b9eb: refactor(go): use driverbase helpers for getstatistics and getstatistics test (#78)
- 492514f: chore: bump actions/setup-go from 6.3.0 to 6.4.0 in the actions group (#76)
- 8ee2db8: chore(go): bump driverbase (#74)
- e0ad01e: feat(go): implement GetStatistics (#72)
- b803c24: docs(go): remove redundant feature table (#70)
ADBC Driver Foundry Driver for Trino 0.3.1 (2026-03-10)
ADBC Driver Foundry Driver for Trino 0.3.0 (2026-02-19)
New Features
- implement dynamic batching logic and batched bulk ingest (#58)
- implement uuid ingestion support, add test and enable float16 bind test (#56)
- implement SSLVerification=NONE parameter to bypass certificate validation (#53)
- use updated split_statement with sqlglot (#46)
Detailed Changelog
- a3f6f13: test(go): fix rendering of docs/fix bind not being tested (#64)
- f08e327: chore(go): bump driverbase (#63)
- 3b3bcb7: chore(go): bump to go 1.26 (#59)
- 4eeb444: feat(go): implement dynamic batching logic and batched bulk ingest (#58)
- 81c0e74: feat(go): implement uuid ingestion support, add test and enable float16 bind test (#56)
- 19f3473: chore(go): bump github.com/apache/arrow-go/v18 from 18.5.0 to 18.5.1 in /go (#55)
- 5cfb876: feat(go): implement SSLVerification=NONE parameter to bypass certificate validation (#53)
- 3c1afe0: chore(go): bump github.com/apache/arrow-adbc/go/adbc from 1.9.0 to 1.10.0 in /go (#49)
- fe3e1af: test(go): tweak validation cases to display better (#48)
- 5ae2772: feat(go): use updated split_statement with sqlglot (#46)
ADBC Driver Foundry Driver for Trino 0.2.0 (2026-01-06)
New Features
- implement error mapping (#37)
- bump trino to v0.331.0 and resolve compatibility issues (#25)
- use ErrorContains (#33)
- support uri format connection string and add tests (#30)
- add Trino URI format documentation (#27)
- add support for some large/view types (#20)
Bug Fixes
- override default HTTP client timeout (#40)
- support binary_view and fixed_size_binary in parameter placeholders (#24)
Documentation Updates
- update go readme to match latest structure (#31)
Detailed Changelog
- 30d057d: ci: regenerate workflows (#45)
- d28cac5: test(go): override new tests (#43)
- 0d91ee9: chore: update pytest.ini to latest state (#41)
- 0608797: fix(go): override default HTTP client timeout (#40)
- 96143a7: chore(go): bump arrow-go, sqlwrapper
- 2e62eca: feat(go): implement error mapping (#37)
- b394616: chore(go): update go version (#35)
- 22562bf: chore(go): bump github.com/trinodb/trino-go-client from 0.331.0 to 0.333.0 in /go (#34)
- f5b139c: feat(go): bump trino to v0.331.0 and resolve compatibility issues (#25)
- d75b3fc: docs(go): update go readme to match latest structure (#31)
- e492e45: feat(go): use ErrorContains (#33)
- c848533: refactor(go): use assert and require for trino_test.go (#32)
- 431c956: feat(go): support uri format connection string and add tests (#30)
- 76d5ac1: feat: add Trino URI format documentation (#27)
- 917f1b0: chore(go): bump github.com/apache/arrow-adbc/go/adbc from 1.8.0 to 1.9.0 in /go (#29)
- d601cf6: chore: update conftest.py to use platform file extension (#28)
- fb5c89b: chore: bump workflows (#26)
- 63d1f9c: fix(go): support binary_view and fixed_size_binary in parameter placeholders (#24)
- 084bb86: feat(go): add support for some large/view types (#20)
ADBC Driver Foundry Driver for Trino 0.1.0 (2025-10-16)
New Features
- support intervals, IPADDRESS, UUID (#13)
- GetTableSchema (#6)
- implement DbObjectsEnumerator, CurrentNamespacer, DBFactory, trino type handling, trino_test.go (#4)
- setup repo (#1)
Detailed Changelog
- 9271918: ci: update release scripts (#18)
- 796050f: ci: fix typo in release workflow (#17)
- a7090d8: refactor: update repo structure (#16)
- 3c6e7cc: feat: support intervals, IPADDRESS, UUID (#13)
- 78c58a2: feat: GetTableSchema (#6)
- 1642be7: feat: implement DbObjectsEnumerator, CurrentNamespacer, DBFactory, trino type handling, trino_test.go (#4)
- 4f9bd8c: feat: setup repo (#1)