Skip to content

Commit 7d815de

Browse files
chore(main): release 0.42.0 (#146)
🤖 I have created a release *beep* *boop* --- ## [0.42.0](0.41.0...v0.42.0) (2026-02-05) ### Features * Add SSL/TLS Support to DataCloud JDBC Driver ([#89](#89)) ([9123c1b](9123c1b)) * implement automated release pipeline using Release Please ([#139](#139)) ([268eb2e](268eb2e)) * Provide a low level Async Interface ([#150](#150)) ([b1fba90](b1fba90)) * Support PreparedStatement.getMetaData() ([#151](#151)) ([52448d9](52448d9)) ### Bug Fixes * Breaking - Remove data loss for slow readers ([#142](#142)) ([1ff41dc](1ff41dc)) * **ci:** remove explicit SNAPSHOT version from snapshot workflow ([#141](#141)) ([b30c3fe](b30c3fe)) * **ci:** synchronize Release Please state to resolve empty change set error ([#143](#143)) ([8518b23](8518b23)) * **ci:** use simple release-type with extra-files for Gradle project ([#145](#145)) ([5a8aac4](5a8aac4)) ### Performance Improvements * Optimize ResultSet column lookup with HashMap-based indexing ([#138](#138)) ([b8c5eb9](b8c5eb9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 52448d9 commit 7d815de

3 files changed

Lines changed: 27 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.41.0"
2+
".": "0.42.0"
33
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
11
# Changelog
2+
3+
## [0.42.0](https://github.com/forcedotcom/datacloud-jdbc/compare/0.41.0...v0.42.0) (2026-02-05)
4+
5+
6+
### Features
7+
8+
* Add SSL/TLS Support to DataCloud JDBC Driver ([#89](https://github.com/forcedotcom/datacloud-jdbc/issues/89)) ([9123c1b](https://github.com/forcedotcom/datacloud-jdbc/commit/9123c1b8981f425a9477f5a219d5472fe7f34213))
9+
* implement automated release pipeline using Release Please ([#139](https://github.com/forcedotcom/datacloud-jdbc/issues/139)) ([268eb2e](https://github.com/forcedotcom/datacloud-jdbc/commit/268eb2eaf7979587e919a02503786ed0c06fe41b))
10+
* Provide a low level Async Interface ([#150](https://github.com/forcedotcom/datacloud-jdbc/issues/150)) ([b1fba90](https://github.com/forcedotcom/datacloud-jdbc/commit/b1fba90fdf56db4414f1a289ddf3419ce819d6b4))
11+
* Support PreparedStatement.getMetaData() ([#151](https://github.com/forcedotcom/datacloud-jdbc/issues/151)) ([52448d9](https://github.com/forcedotcom/datacloud-jdbc/commit/52448d9ee0c82d17c70af651eb8282658a38ead0))
12+
13+
14+
### Bug Fixes
15+
16+
* Breaking - Remove data loss for slow readers ([#142](https://github.com/forcedotcom/datacloud-jdbc/issues/142)) ([1ff41dc](https://github.com/forcedotcom/datacloud-jdbc/commit/1ff41dc64c5619d76eeb7cb5e51a2f6d91c6f38d))
17+
* **ci:** remove explicit SNAPSHOT version from snapshot workflow ([#141](https://github.com/forcedotcom/datacloud-jdbc/issues/141)) ([b30c3fe](https://github.com/forcedotcom/datacloud-jdbc/commit/b30c3fec1e1db2ea189e582774303ebe8bb8b5c1))
18+
* **ci:** synchronize Release Please state to resolve empty change set error ([#143](https://github.com/forcedotcom/datacloud-jdbc/issues/143)) ([8518b23](https://github.com/forcedotcom/datacloud-jdbc/commit/8518b23a07ff27e15ea0900e330303d57705718a))
19+
* **ci:** use simple release-type with extra-files for Gradle project ([#145](https://github.com/forcedotcom/datacloud-jdbc/issues/145)) ([5a8aac4](https://github.com/forcedotcom/datacloud-jdbc/commit/5a8aac455df8668964ce38739e1865363884777a))
20+
21+
22+
### Performance Improvements
23+
24+
* Optimize ResultSet column lookup with HashMap-based indexing ([#138](https://github.com/forcedotcom/datacloud-jdbc/issues/138)) ([b8c5eb9](https://github.com/forcedotcom/datacloud-jdbc/commit/b8c5eb96f3cf57bb809d947f5d45cd32f15bfe79))
25+
26+
## Changelog

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ hyperApiVersion=0.0.23576.r0633e4a4
88

99
# Revision here is what is used when producing local and snapshot builds,
1010
# it is ignored for releases which instead use the tag
11-
revision=0.41.0 # x-release-please-version
11+
revision=0.42.0 # x-release-please-version

0 commit comments

Comments
 (0)