Skip to content

Release v0.3.2-patch4

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 12:58
95b4807

This is a patch release for fixing issues in both Java client and JDBC driver:

  • Incorrect value may return when converting large UInt64 value from String to Long - #828
  • Not able to create JDBC connection when database(defined in connection property or url) does not exist - #826
    Note: createDatabaseIfNotExist connection property was added as suggested in #605.
commits...
  • [1b89743]: Bump versions (Zhichun Wu) #829
  • [fd32335]: Fix issue #828 (Zhichun Wu) #829
  • [8b6a969]: Benchmark after release (Zhichun Wu) #829
  • [f8a79f3]: test jdbc driver using both http and grpc protocols (Zhichun Wu) #829
  • [a747d43]: Abstract test cases and consider grpc when testing jdbc driver (Zhichun Wu) #829
  • [ddc824c]: Remove database from context when initializing connection and add new connection property createDatabaseIfNotExist (Zhichun Wu) #829
  • [a17e4f9]: Fix build failures (Zhichun Wu) #829
  • [3268c2e]: Update grpc spec (Zhichun Wu) #829
  • [108d6ac]: Document new JDBC connection property (Zhichun Wu) #829
  • [2f10655]: Disable grpc test on 21.3 and 21.8 (Zhichun Wu) #829
  • [cd2dc12]: Convert string to primitive array (Zhichun Wu) #829