Skip to content

Release v0.4.6

Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 14:43
· 1137 commits to main since this release
dd91e17

This is a patch release mainly for bug fixes. It's highly recommended to upgrade, especially when you're using nested arrays, or client certificate authentication with password protection.

  • 🐛 Bug Fix

    • Too many socket fds generated by Apache HttpClient - by @JackyWoo
    • NoClassDefFoundError with clickhouse-apache-http-client-jdbc - #1319 by @JackyWoo
    • Nested array in tuple array is incorrectly deserialized - #1324
    • Client certificate password exposure in exception - #1331
  • ✨ New Feature

    • ClickHouseStatement.setMirroredOutput() for dumping ResultSet
    • ClickHouseResponse.records(Class<?>) for object mapping
    • Two new options(use_compilation & max_mapper_cache) reserved for future usage