Skip to content

Release Firestore libraries version 3.5.0#11608

Merged
gcf-merge-on-green[bot] merged 1 commit intomainfrom
release-pr-20240130T073447Z
Jan 30, 2024
Merged

Release Firestore libraries version 3.5.0#11608
gcf-merge-on-green[bot] merged 1 commit intomainfrom
release-pr-20240130T073447Z

Conversation

@jskeet
Copy link
Copy Markdown
Collaborator

@jskeet jskeet commented Jan 30, 2024

Changes in Google.Cloud.Firestore version 3.5.0:

Bug fixes

New features

  • Multiple database support promoted to GA
  • Add configurable retry timing for RunTransactionAsync (commit 4b1acf8)
  • All BatchGetDocuments RPCs to have customized retry settiings (per-FirestoreDb) (commit ad580e0)

Changes in Google.Cloud.Firestore.V1 version 3.5.0:

Documentation improvements

Packages in this release:

  • Release Google.Cloud.Firestore version 3.5.0
  • Release Google.Cloud.Firestore.V1 version 3.5.0

Changes in Google.Cloud.Firestore version 3.5.0:

### Bug fixes

- Use FirestoreSettings.BatchGetDocuments for batch timing ([commit ad580e0](ad580e0))
- Allow an explicit MustExist precondition for update. Fixes [issue 11361](#11361) ([commit f9f39a5](f9f39a5))

### New features

- Multiple database support promoted to GA
- Add configurable retry timing for RunTransactionAsync ([commit 4b1acf8](4b1acf8))
- All BatchGetDocuments RPCs to have customized retry settiings (per-FirestoreDb) ([commit ad580e0](ad580e0))

Changes in Google.Cloud.Firestore.V1 version 3.5.0:

### Documentation improvements

- Improve the documentation on Document.fields ([commit 91ef4a3](91ef4a3))

Packages in this release:
- Release Google.Cloud.Firestore version 3.5.0
- Release Google.Cloud.Firestore.V1 version 3.5.0
@jskeet jskeet requested a review from a team January 30, 2024 07:34
@jskeet jskeet added autorelease: pending automerge: exact Summon MOG for automerging, but approvals need to be against the latest commit labels Jan 30, 2024
@github-actions
Copy link
Copy Markdown

Pull request diff results
Building Google.Cloud.Firestore.V1
Building Google.Cloud.Firestore
Detecting changes for Google.Cloud.Firestore.V1
Diff level: Identical

Detecting changes for Google.Cloud.Firestore
Diff level: Identical

Checking compatibility with previous releases
Checking compatibility for Google.Cloud.Firestore.V1 version 3.5.0
Differences from 3.4.0
Diff level: Identical

Differences from 3.5.0-beta01
Diff level: Identical

Checking compatibility for Google.Cloud.Firestore version 3.5.0
Differences from 3.4.0
Minor changes:
Class 'FirestoreDb'; property 'String DatabaseId { get; }' made public.
Class 'FirestoreDbBuilder'; property 'RetrySettings BatchGetDocumentsRetrySettings { get; set; }' added.
Class 'FirestoreDbBuilder'; property 'String DatabaseId { get; set; }' made public.
Class 'TransactionOptions'; method 'TransactionOptions ForRetrySettings(RetrySettings retrySettings)' added.
Class 'TransactionOptions'; property 'RetrySettings RetrySettings { get; }' added.

Diff level: Minor

Differences from 3.5.0-beta01
Minor changes:
Class 'FirestoreDbBuilder'; property 'RetrySettings BatchGetDocumentsRetrySettings { get; set; }' added.
Class 'TransactionOptions'; method 'TransactionOptions ForRetrySettings(RetrySettings retrySettings)' added.
Class 'TransactionOptions'; property 'RetrySettings RetrySettings { get; }' added.

Diff level: Minor

@gcf-merge-on-green gcf-merge-on-green Bot merged commit edb595c into main Jan 30, 2024
@gcf-merge-on-green gcf-merge-on-green Bot deleted the release-pr-20240130T073447Z branch January 30, 2024 07:50
@gcf-merge-on-green gcf-merge-on-green Bot removed the automerge: exact Summon MOG for automerging, but approvals need to be against the latest commit label Jan 30, 2024
@yoshi-automation
Copy link
Copy Markdown
Contributor

  • Created release for Google.Cloud.Firestore-3.5.0
  • Created release for Google.Cloud.Firestore.V1-3.5.0

@release-tool-publish-reporter
Copy link
Copy Markdown

The release build has started; the log can be viewed here.

@release-tool-publish-reporter
Copy link
Copy Markdown

Release build succeeded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Google.Cloud.Firestore Document.UpdateAsync Precondition.MustExist cannot be explicitly set as argument

3 participants