Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 3.54 KB

File metadata and controls

43 lines (24 loc) · 3.54 KB

Changelog

0.42.2 (2026-03-05)

Bug Fixes

  • allow refresh-token auth without userName (#157) (97bc515)
  • properly handle thread interrupts during gRPC channel shutdown (#159) (b0a96d1)

0.42.1 (2026-02-06)

Bug Fixes

  • Remove comments from JDBC driver version (#153) (32f7216)
  • resolve release workflow validation error for tag expression (#156) (449ce0d)

0.42.0 (2026-02-05)

Features

  • Add SSL/TLS Support to DataCloud JDBC Driver (#89) (9123c1b)
  • implement automated release pipeline using Release Please (#139) (268eb2e)
  • Provide a low level Async Interface (#150) (b1fba90)
  • Support PreparedStatement.getMetaData() (#151) (52448d9)

Bug Fixes

  • Breaking - Remove data loss for slow readers (#142) (1ff41dc)
  • ci: remove explicit SNAPSHOT version from snapshot workflow (#141) (b30c3fe)
  • ci: synchronize Release Please state to resolve empty change set error (#143) (8518b23)
  • ci: use simple release-type with extra-files for Gradle project (#145) (5a8aac4)
  • Remove comments from JDBC driver version (#153) (32f7216)

Performance Improvements

  • Optimize ResultSet column lookup with HashMap-based indexing (#138) (b8c5eb9)

Changelog