Skip to content

Commit a8a49ad

Browse files
chore(main): release google-cloud-firestore-v1 2.4.0 (#33112)
* chore(main): release google-cloud-firestore-v1 2.4.0 * πŸ¦‰ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * πŸ¦‰ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 1dea8d4 commit a8a49ad

4 files changed

Lines changed: 21 additions & 3 deletions

File tree

β€Ž.release-please-manifest.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@
431431
"google-cloud-firestore-admin+FILLER": "0.0.0",
432432
"google-cloud-firestore-admin-v1": "1.14.0",
433433
"google-cloud-firestore-admin-v1+FILLER": "0.0.0",
434-
"google-cloud-firestore-v1": "2.3.0",
434+
"google-cloud-firestore-v1": "2.4.0",
435435
"google-cloud-firestore-v1+FILLER": "0.0.0",
436436
"google-cloud-functions": "2.2.0",
437437
"google-cloud-functions+FILLER": "0.0.0",

β€Žgoogle-cloud-firestore-v1/CHANGELOG.mdβ€Ž

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Release History
22

3+
### 2.4.0 (2026-06-11)
4+
5+
#### Features
6+
7+
* Add irb as explicit dependency for Ruby 4.0 compatibility
8+
* expose the variable definition in the Cloud Firestore API
9+
* publish client batch config schema
10+
* publish new error reasons
11+
* update gapic-common dependency to 1.3 and document retry jitter ([#32783](https://github.com/googleapis/google-cloud-ruby/issues/32783))
12+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0
13+
* upgrade protobuf from v25.7 to v31.0
14+
#### Documentation
15+
16+
* fix documentation formatting
17+
* update API common type documentation
18+
* update license year
19+
* update various comments
20+
321
### 2.3.0 (2025-12-11)
422

523
#### Features

β€Žgoogle-cloud-firestore-v1/lib/google/cloud/firestore/v1/version.rbβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Google
2121
module Cloud
2222
module Firestore
2323
module V1
24-
VERSION = "2.3.0"
24+
VERSION = "2.4.0"
2525
end
2626
end
2727
end

β€Žgoogle-cloud-firestore-v1/snippets/snippet_metadata_google.firestore.v1.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"client_library": {
33
"name": "google-cloud-firestore-v1",
4-
"version": "2.3.0",
4+
"version": "2.4.0",
55
"language": "RUBY",
66
"apis": [
77
{

0 commit comments

Comments
Β (0)