Release v0.3.2-patch10
This is a patch release for bug fixes and experimental features.
-
Bug Fix
- bump gRPC to 1.45.1 - #936
- fix insert timeout error as mentioned in #943
- fix issue of parsing slash in connection string - now you don't have to encode slash in query parameters
- fix JDBC multi-value insert error - #920
- fix JDBC metadata error on 21.6 and
rename_response_column
option no longer impact metadata queries - #938
-
New Feature
commits...
- [da685b4]: update grpc to 1.45.1 (Nathan J Mehl) #936
- [02938f6]: update third-party libraries (Nathan J Mehl) #936
- [dd6c285]: Update test report when build failed (Zhichun Wu) #937
- [0d872b3]: Bump version (Zhichun Wu) #937
- [0e9b519]: Fix typo (Zhichun Wu) #939
- [c22cdc1]: file-based data loading and dumping (Zhichun Wu) #939
- [45c95d3]: Add CLI client (Zhichun Wu) #939
- [92e075d]: Fix compile errors and test failures (Zhichun Wu) #939
- [7db110f]: Fix #920 (Zhichun Wu) #940
- [ba83399]: Support --secure and --query_id two options (Zhichun Wu) #941
- [298a67d]: Add more formats (Zhichun Wu) #941
- [5fc2c54]: Update request format according to parsed query (Zhichun Wu) #941
- [5420317]: Skip one more test case for cli client (Zhichun Wu) #941
- [afc63d9]: Update build script (Zhichun Wu) #941
- [e495b45]: Enhance query to avoid 'Block structure mismatch' error on 21.6 (Zhichun Wu) #942
- [0a171ad]: Never rename column when retrieving JDBC metadata (Zhichun Wu) #942
- [ad5187b]: Bump jmh to latest (Zhichun Wu) #942
- [e61607f]: Add workaround for maven timeout error (Zhichun Wu) #942
- [fb126fc]: Fix timeout issues (Zhichun Wu) #943
- [802ccf6]: Remove --update-snapshots option from build stage (Zhichun Wu) #943
- [75ddd37]: Multi-endpoint support (#956) (Zhichun Wu) #956
- [a1a617c]: Change default sslmode to strict for security reason (Zhichun Wu) #963
- [3b48e07]: support custom writer for streaming (Zhichun Wu) #963
- [5a1c464]: Bump version and update docs (Zhichun Wu) #963
- [de865c3]: Fix deserialization issue in performance mode (Zhichun Wu) #968
- [cfbfe13]: slightly improved lz4 performance (Zhichun Wu) #969
- [e86d45e]: Use /tmp directory to transfer data from host to container (Zhichun Wu) #969
- [b904a6b]: Disable testCustomLoad for cli-client (Zhichun Wu) #969
- [6f82de2]: Fix table not found error (Zhichun Wu) #969
- [aebad16]: Correct readme (Zhichun Wu)