lowcoder
lowcoder copied to clipboard
chore(deps): bump com.clickhouse:clickhouse-jdbc:all from 0.3.2-patch11 to 0.4.6 in /server/api-service
Bumps com.clickhouse:clickhouse-jdbc:all from 0.3.2-patch11 to 0.4.6.
Release notes
Sourced from com.clickhouse:clickhouse-jdbc:all's releases.
Release v0.4.6
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
Release v0.4.5
Another tiny release trying to unblock some of the work relying on Java client. You don't have to upgrade if you use JDBC or R2DBC driver.
💥 BREAKING CHANGES
- Refactored data processors and response classes to ensure input stream remain intact before first read - performance penalty is ~3%
- move ClickHouseSimpleRecord to com.clickhouse.data
- stop reading input stream when instantiating ClickHouseDataProcessor
- remove createRecord() method in ClickHouseDataProcessor along with some duplicated code
🐛 Bug Fix
- Slow when using Apache Http Client - #1320 by
@JackyWoo- ClickHouseResponse.getInputStream may return closed input stream
- ConcurrentModificationException may occur during deserialization - #1327 by
@pan3793- ClickHouseSslContextProvider is not customizable - #1329
✨ New Feature
- Disabled SQL rewrite for DELETE statement in ClickHouse 23.3+
🎨 Misc
- bump MySQL JDBC driver to 8.0.33 - by
@pan3793Release v0.4.4
Same as v0.4.3 except updated POM for the following changes:
- bump dependencies
- roll back Maven flatten plugin from 1.4.1 to 1.2.7
Release v0.4.3
Warning Please upgrade to v0.4.4 to resolve dependency issue.
This is a tiny release for bug fixing. Please upgrade if your work rely on text-based data format and/or R2DBC driver.
- 🐛 Bug Fix
- unable to convert empty string to default value when using text-based data format
- r2dbc driver does not support most client options - #1299
- incorrect content from Lz4InputStream when using text-based data format - ClickHouse/ClickHouse#48446
... (truncated)
Changelog
Sourced from com.clickhouse:clickhouse-jdbc:all's changelog.
0.4.6, 2023-05-02
New Features
- ClickHouseStatement.setMirroredOutput() for dumping ResultSet.
- ClickHouseResponse.records(Class) for object mapping.
- Two new options(use_compilation & max_mapper_cache) reserved for future usage.
Bug Fixes
- Too many socket fds generated by Apache HttpClient.
- NoClassDefFoundError with clickhouse-apache-http-client-jdbc. #1319
- Nested array in tuple array is incorrectly deserialized. #1324
- client certificate password exposure in exception. #1331
0.4.5, 2023-04-25
Breaking Changes
- refactor data processors and response classes to ensure input stream remain intact before first read:
- move ClickHouseSimpleRecord to com.clickhouse.data
- stop reading input stream when instantiating ClickHouseDataProcessor
- remove createRecord() method in ClickHouseDataProcessor along with some duplicated code
New Features
- disable SQL rewrite for DELETE statement in ClickHouse 23.3+
Bug Fixes
- Slow when using Apache Http Client. #1320
- ClickHouseResponse.getInputStream may return closed input stream.
- ConcurrentModificationException may occure during deserialization. #1327
- ClickHouseSslContextProvider is not customizable. #1329
0.4.4, 2023-04-17
Bug Fixes
- flatten plugin 1.4.1 generated non-sense dependencies.
0.4.3, 2023-04-17
New Features
- replace JavaCC21 with CongoCC
Bug Fixes
- unable to convert empty string to default value when using text-based data format.
- r2dbc driver does not support most client options. #1299
- incorrect content from Lz4InputStream when using text-based data format #48446
0.4.2, 2023-03-21
Breaking Changes
- ClickHouseSqlStatement and *ParserHandler in JDBC driver were refactored to support
compressionandinfilein insert statement.New Features
... (truncated)
Commits
dd91e17Merge pull request #1346 from zhicwu/main230f199Fix issues reported by SonarCloudd2969f1Log one more bug fixb9a3f8fupdate description0db2a5cupdate readmea068fc7Merge pull request #1345 from zhicwu/maine3d7847Add tests to cover insert AggregateFunction and column with default valuee9b9197Merge pull request #1344 from zhicwu/mainbf68187Remove false optimization to fix deserialization issue of nested array in oth...7c5ccbeMerge pull request #1343 from zhicwu/main- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Deploy Preview for lowcoder-cloud canceled.
| Name | Link |
|---|---|
| Latest commit | 8db733f8bef8ef63f020f5ac5d5c05ff6143c040 |
| Latest deploy log | https://app.netlify.com/sites/lowcoder-cloud/deploys/64c906518508800008b6b53c |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.