Skip to content

ADBC Driver Foundry Driver for Trino 0.2.0 (2026-01-06)

Choose a tag to compare

@github-actions github-actions released this 06 Jan 05:49
30d057d

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)