Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
"google-cloud-document_ai+FILLER": "0.0.0",
"google-cloud-document_ai-v1": "1.10.2",
"google-cloud-document_ai-v1+FILLER": "0.0.0",
"google-cloud-document_ai-v1beta3": "0.46.2",
"google-cloud-document_ai-v1beta3": "0.47.0",
"google-cloud-document_ai-v1beta3+FILLER": "0.0.0",
"google-cloud-domains": "2.0.2",
"google-cloud-domains+FILLER": "0.0.0",
Expand Down
10 changes: 10 additions & 0 deletions google-cloud-document_ai-v1beta3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

### 0.47.0 (2026-02-10)

### ⚠ BREAKING CHANGES

* 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

#### Features

* A new field `revisions` is added to message `.google.cloud.documentai.v1beta3.Evaluation` ([#32431](https://github.com/googleapis/google-cloud-ruby/issues/32431))

### 0.46.2 (2026-02-04)

#### Documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module DocumentAI
module V1beta3
VERSION = "0.46.2"
VERSION = "0.47.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-cloud-document_ai-v1beta3",
"version": "0.46.2",
"version": "0.47.0",
"language": "RUBY",
"apis": [
{
Expand Down
Loading