Version history

Version 3.3.0, released 2021-08-18

  • Commit d9a3648: fix: Fix Firestore and Datastore for self-signed JWTs
  • Commit ac367e2: feat: Regenerate all APIs to support self-signed JWTs

Version 3.2.0, released 2021-05-05

No API surface changes, but CopySettingsForEmulator ensures that any UserAgent or GrpcAdapter set in the client builder is also used in the emulator.

Version 3.1.0, released 2020-09-28

  • Commit 0790924: fix: Add gRPC compatibility constructors
  • Commit a009b4b: fix: Specify insecure credentials when connecting to the emulator. Fixes issue 5365.
  • Commit 0ca05f5: feat: Regenerate all APIs using protoc 3.13 and Grpc.Tools 2.31
  • Commit 6bde7a3: docs: Regenerate all APIs with service comments in client documentation
  • Commit f83bdf1: fix: Regenerate all APIs with proper timeout handling
  • Commit 42b9797: chore: set Ruby namespace in proto options
  • Commit 947a573: docs: Regenerate all clients with more explicit documentation
  • Commit 03279b9: docs: Fix documentation for string_value. The value does not have to be at least 1MB, but rather, at most 1MB.

Version 3.0.0, released 2020-03-17

No API surface changes compared with 3.0.0-beta01, just dependency and implementation changes.

Version 3.0.0-beta01, released 2020-02-18

This is the first prerelease targeting GAX v3. Please see the breaking changes guide for details of changes to both GAX and code generation.

Additional breaking changes not covered in the guide:

  • The EmulatorDetection enum is now in the Google.Api.Gax namespace, and the previous ProductionOrEmulator value within it has been renamed to EmulatorOrProduction.

Version 2.2.0, released 2019-12-09

  • Implement DatastoreDbBuilder for easy configuration, including emulator support
  • Multiple code generation improvements
  • Some retry-based settings are now obsolete, and will be removed in the next major release

Version 2.1.0, released 2018-02-01

Version 2.0.0, released 2017-06-22

Version 1.0.0, released 2017-03-30

Initial GA release.