Skip to content
Merged
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 .librarian/state.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go:latest
libraries:
- id: dlp
version: 1.24.0
version: 1.25.0
last_generated_commit: f8776fec04e336527ba7279d960105533a1c4e21
apis:
- path: google/privacy/dlp/v2
Expand Down
6 changes: 6 additions & 0 deletions dlp/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## [1.25.0](https://github.com/googleapis/google-cloud-go/releases/tag/dlp%2Fv1.25.0) (2025-09-12)

### Features

* [dlp] add LocationSupport,Domain,DocumentFallbackLocation

## [1.24.0](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.23.0...dlp/v1.24.0) (2025-06-25)


Expand Down
6 changes: 4 additions & 2 deletions dlp/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/dlp/apiv2",
"version": "1.24.0",
"version": "1.25.0",
"language": "GO",
"apis": [
{
Expand Down
Loading