Skip to content

Commit

Permalink
chore(main): release google-cloud-firestore-admin-v1 1.1.0 (#27317)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 11, 2024
1 parent 26c3194 commit a26ca56
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
"google-cloud-firestore+FILLER": "0.0.0",
"google-cloud-firestore-admin": "0.4.1",
"google-cloud-firestore-admin+FILLER": "0.0.0",
"google-cloud-firestore-admin-v1": "1.0.1",
"google-cloud-firestore-admin-v1": "1.1.0",
"google-cloud-firestore-admin-v1+FILLER": "0.0.0",
"google-cloud-firestore-v1": "1.1.1",
"google-cloud-firestore-v1+FILLER": "0.0.0",
Expand Down
10 changes: 10 additions & 0 deletions google-cloud-firestore-admin-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

### 1.1.0 (2024-09-11)

#### Features

* Added Database#cmek_config (information about CMEK enablement)
* Added Database#delete_time (the time a database was deleted, if it ever was)
* Added Database#previous_id (if a database was deleted, what ID it was using beforehand)
* Added Database#source_info (information about database provenance, specifically for restored databases)
* Allow specifying an encryption_config when restoring a database

### 1.0.1 (2024-08-30)

#### Documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module Cloud
module Firestore
module Admin
module V1
VERSION = "1.0.1"
VERSION = "1.1.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-firestore-admin-v1",
"version": "1.0.1",
"version": "1.1.0",
"language": "RUBY",
"apis": [
{
Expand Down

0 comments on commit a26ca56

Please sign in to comment.