go-generalize / volcago

Model Generator for Firestore
MIT License
13 stars 1 forks source link

build(deps): bump cloud.google.com/go/firestore from 1.16.0 to 1.17.0 #273

Open dependabot[bot] opened 2 months ago

dependabot[bot] commented 2 months ago

Bumps cloud.google.com/go/firestore from 1.16.0 to 1.17.0.

Release notes

Sourced from cloud.google.com/go/firestore's releases.

redis: v1.17.0

1.17.0 (2024-08-20)

Features

  • redis: Add support for Go 1.23 iterators (84461c0)

firestore: v1.17.0

1.17.0 (2024-09-11)

Features

  • firestore/apiv1: Add Database.CmekConfig and Database.cmek_config (information about CMEK enablement) (2d5a9f9)
  • firestore/apiv1: Add Database.delete_time (the time a database was deleted, if it ever was) (2d5a9f9)
  • firestore/apiv1: Add Database.previous_id (if a database was deleted, what ID it was using beforehand) (2d5a9f9)
  • firestore/apiv1: Add Database.SourceInfo and Database.source_info (information about database provenance, specifically for restored databases) (2d5a9f9)
  • firestore/apiv1: Allow specifying an encryption_config when restoring a database (2d5a9f9)
  • firestore: Add support for Go 1.23 iterators (84461c0)
  • firestore: Expose the FindNearest.distance_result_field parameter (9a5144e)
  • firestore: Expose the FindNearest.distance_threshold parameter (9a5144e)
  • firestore: Query profiling (#10164) (58052a2)

Bug Fixes

  • firestore: Bump dependencies (2ddeb15)
  • firestore: Retry batchwrite only on retryable errors (#10603) (23e5df5)
  • firestore: Update google.golang.org/api to v0.191.0 (5b32644)

Documentation

  • firestore/apiv1: Clarify maximum retention of backups (max 14 weeks) (2710d0f)
  • firestore/apiv1: Clarify restore details (2d5a9f9)
  • firestore/apiv1: Fix assorted capitalization issues with the word "ID" (2d5a9f9)
  • firestore/apiv1: Remove note about backups running at a specific time (2710d0f)
  • firestore/apiv1: Standardize on the capitalization of "ID" (2710d0f)
  • firestore: Minor documentation clarifications on FindNearest DistanceMeasure options (5b4b0f7)
Changelog

Sourced from cloud.google.com/go/firestore's changelog.

1.17.0 (2023-03-15)

Features

  • documentai: Added hints.language_hints field in OcrConfig (#7522) (b2c40c3)
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)