Skip to content

Commit 3c7d5ee

Browse files
chore(main): release google-cloud-document_ai-v1beta3 0.47.0
1 parent 281f892 commit 3c7d5ee

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@
369369
"google-cloud-document_ai+FILLER": "0.0.0",
370370
"google-cloud-document_ai-v1": "1.10.2",
371371
"google-cloud-document_ai-v1+FILLER": "0.0.0",
372-
"google-cloud-document_ai-v1beta3": "0.46.2",
372+
"google-cloud-document_ai-v1beta3": "0.47.0",
373373
"google-cloud-document_ai-v1beta3+FILLER": "0.0.0",
374374
"google-cloud-domains": "2.0.2",
375375
"google-cloud-domains+FILLER": "0.0.0",

google-cloud-document_ai-v1beta3/CHANGELOG.md

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

3+
### 0.47.0 (2026-02-23)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* The `SpannerIndexingConfig` message and the `spanner_indexing_config` field within the `Dataset` message have been removed. Client code referencing these will need to stop referencing these in case of an error docs: Updated comments for various fields and messages
8+
9+
#### Features
10+
11+
* A new field `revisions` is added to message `.google.cloud.documentai.v1beta3.Evaluation` ([#32431](https://github.com/googleapis/google-cloud-ruby/issues/32431))
12+
313
### 0.46.2 (2026-02-04)
414

515
#### Documentation

google-cloud-document_ai-v1beta3/lib/google/cloud/document_ai/v1beta3/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 DocumentAI
2323
module V1beta3
24-
VERSION = "0.46.2"
24+
VERSION = "0.47.0"
2525
end
2626
end
2727
end

0 commit comments

Comments
 (0)