Skip to content

Commit f8d84ab

Browse files
chore(main): release 0.42.2 (#160)
🤖 I have created a release *beep* *boop* --- ## [0.42.2](v0.42.1...v0.42.2) (2026-03-05) ### Bug Fixes * allow refresh-token auth without userName ([#157](#157)) ([97bc515](97bc515)) * properly handle thread interrupts during gRPC channel shutdown ([#159](#159)) ([b0a96d1](b0a96d1)) --- 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 b0a96d1 commit f8d84ab

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.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.42.1"
2+
".": "0.42.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.42.2](https://github.com/forcedotcom/datacloud-jdbc/compare/v0.42.1...v0.42.2) (2026-03-05)
4+
5+
6+
### Bug Fixes
7+
8+
* allow refresh-token auth without userName ([#157](https://github.com/forcedotcom/datacloud-jdbc/issues/157)) ([97bc515](https://github.com/forcedotcom/datacloud-jdbc/commit/97bc51504e1284d9b9a4f825d61d943ea0c6019a))
9+
* properly handle thread interrupts during gRPC channel shutdown ([#159](https://github.com/forcedotcom/datacloud-jdbc/issues/159)) ([b0a96d1](https://github.com/forcedotcom/datacloud-jdbc/commit/b0a96d1a6e196f2badafc207ee3c03b1447d37c0))
10+
311
## [0.42.1](https://github.com/forcedotcom/datacloud-jdbc/compare/v0.42.0...v0.42.1) (2026-02-06)
412

513

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ hyperApiVersion=0.0.23576.r0633e4a4
99
# Revision here is what is used when producing local and snapshot builds,
1010
# it is ignored for releases which instead use the tag
1111
# x-release-please-start-version
12-
revision=0.42.1
12+
revision=0.42.2
1313
# x-release-please-end

0 commit comments

Comments
 (0)