This is the first version of this package to depend on GAX v4.
There are some breaking changes, both in GAX v4 and in the generated
code. The changes that aren't specific to any given API are described in the Google Cloud
documentation.
We don't anticipate any changes to most customer code, but please file a
GitHub issue
if you run into problems.
The most important change in this release is the use of the Grpc.Net.Client package
for gRPC communication, instead of Grpc.Core. When using .NET Core 3.1 or .NET 5.0+
this should lead to a smaller installation footprint and greater compatibility (e.g.
with Apple M1 chips). Any significant change in a core component comes with the risk
of incompatibility, however - so again, please let us know if you encounter any
issues.
New features
New enum value OPTIMISTIC_WITH_ENTITY_GROUPS for ConcurrencyMode (commit 20717a1)
Documentation improvements
Clarifications for DatastoreFirestoreMigraitonMetadata (commit 20717a1)
Version 1.4.0, released 2022-01-17
New features
Define Datastore -> Firestore in Datastore mode migration long running operation metadata (commit f182b74)
Version 1.3.0, released 2021-08-19
Commit ac367e2: feat: Regenerate all APIs to support self-signed JWTs
Version 1.2.0, released 2021-08-10
Commit c13f1e3: feat: Publish message definitions for new Cloud Datastore migration logging steps.
Version 1.1.0, released 2021-04-29
Commit 1313ce6: feat: Added methods for creating and deleting composite indexes
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThe latest version of the Google.Cloud.Datastore.Admin.V1 package is 2.4.0, released on May 13th, 2024, which includes new IServiceCollection extension methods for client registration.\u003c/p\u003e\n"],["\u003cp\u003eVersion 2.0.0 marked a significant update by adopting GAX v4 and the Grpc.Net.Client package, enhancing compatibility and reducing the installation footprint.\u003c/p\u003e\n"],["\u003cp\u003eThe package's history includes multiple updates that range from adding new features such as REST transport in C#, adding support for self-signed JWTs, and the definitions for new Cloud Datastore logging steps.\u003c/p\u003e\n"],["\u003cp\u003eDocumentation improvements have been continuously implemented, including clarifications for the DatastoreFirestoreMigraitonMetadata and specifying limits for properties in the Index message within the Datastore Admin API.\u003c/p\u003e\n"],["\u003cp\u003eThe initial GA release of the package was version 1.0.0 on November 18th, 2020, and the initial beta release was 1.0.0-beta01 on September 7th, 2020.\u003c/p\u003e\n"]]],[],null,["Version latestkeyboard_arrow_down\n\n- [2.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.Datastore.Admin.V1/latest/history)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Datastore.Admin.V1/2.3.0/history)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Datastore.Admin.V1/2.2.0/history)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Datastore.Admin.V1/2.1.0/history)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Datastore.Admin.V1/2.0.0/history)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Datastore.Admin.V1/1.4.0/history)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Datastore.Admin.V1/1.3.0/history)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Datastore.Admin.V1/1.2.0/history)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Datastore.Admin.V1/1.1.0/history) \n\nVersion history\n===============\n\nVersion 2.4.0, released 2024-05-13\n----------------------------------\n\n### New features\n\n- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](https://github.com/googleapis/google-cloud-dotnet/commit/022fab203f28fb9c608972af7f8b83f571ae5694))\n\nVersion 2.3.0, released 2024-03-26\n----------------------------------\n\n### New features\n\n- Change netstandard2.1 target to netstandard2.0 ([commit 82bea85](https://github.com/googleapis/google-cloud-dotnet/commit/82bea850661975b9750ac30753528cc9d2e05240))\n\nVersion 2.2.0, released 2024-02-28\n----------------------------------\n\n### Documentation improvements\n\n- Specify limit for `properties` in `Index` message in Datastore Admin API ([commit 2e2e21b](https://github.com/googleapis/google-cloud-dotnet/commit/2e2e21bc8c6e01672dc17e966f8d824c37ec60de))\n- Minor formatting in Datastore Admin API ([commit 2e2e21b](https://github.com/googleapis/google-cloud-dotnet/commit/2e2e21bc8c6e01672dc17e966f8d824c37ec60de))\n\nVersion 2.1.0, released 2023-01-16\n----------------------------------\n\n### New features\n\n- Enable REST transport in C# ([commit a6c4606](https://github.com/googleapis/google-cloud-dotnet/commit/a6c46063bd961a9dadc728a780d66de772f28e71))\n\nVersion 2.0.0, released 2022-06-08\n----------------------------------\n\nThis is the first version of this package to depend on GAX v4.\n\nThere are some breaking changes, both in GAX v4 and in the generated\ncode. The changes that aren't specific to any given API are [described in the Google Cloud\ndocumentation](https://cloud.google.com/dotnet/docs/reference/help/breaking-gax4).\nWe don't anticipate any changes to most customer code, but please [file a\nGitHub issue](https://github.com/googleapis/google-cloud-dotnet/issues/new/choose)\nif you run into problems.\n\nThe most important change in this release is the use of the Grpc.Net.Client package\nfor gRPC communication, instead of Grpc.Core. When using .NET Core 3.1 or .NET 5.0+\nthis should lead to a smaller installation footprint and greater compatibility (e.g.\nwith Apple M1 chips). Any significant change in a core component comes with the risk\nof incompatibility, however - so again, please let us know if you encounter any\nissues.\n\n### New features\n\n- New enum value `OPTIMISTIC_WITH_ENTITY_GROUPS` for `ConcurrencyMode` ([commit 20717a1](https://github.com/googleapis/google-cloud-dotnet/commit/20717a1d76222e984e7f32ac12016b78cc99b435))\n\n### Documentation improvements\n\n- Clarifications for `DatastoreFirestoreMigraitonMetadata` ([commit 20717a1](https://github.com/googleapis/google-cloud-dotnet/commit/20717a1d76222e984e7f32ac12016b78cc99b435))\n\nVersion 1.4.0, released 2022-01-17\n----------------------------------\n\n### New features\n\n- Define Datastore -\\\u003e Firestore in Datastore mode migration long running operation metadata ([commit f182b74](https://github.com/googleapis/google-cloud-dotnet/commit/f182b7447ea2c831093b3bb5c5abf3fe5f829f39))\n\nVersion 1.3.0, released 2021-08-19\n----------------------------------\n\n- [Commit ac367e2](https://github.com/googleapis/google-cloud-dotnet/commit/ac367e2): feat: Regenerate all APIs to support self-signed JWTs\n\nVersion 1.2.0, released 2021-08-10\n----------------------------------\n\n- [Commit c13f1e3](https://github.com/googleapis/google-cloud-dotnet/commit/c13f1e3): feat: Publish message definitions for new Cloud Datastore migration logging steps.\n\nVersion 1.1.0, released 2021-04-29\n----------------------------------\n\n- [Commit 1313ce6](https://github.com/googleapis/google-cloud-dotnet/commit/1313ce6): feat: Added methods for creating and deleting composite indexes\n- [Commit 823a43e](https://github.com/googleapis/google-cloud-dotnet/commit/823a43e): feat: Publish message definitions for Cloud Datastore migration logging.\n\nVersion 1.0.0, released 2020-11-18\n----------------------------------\n\nFirst GA release.\n\n- [Commit 0ca05f5](https://github.com/googleapis/google-cloud-dotnet/commit/0ca05f5): chore: Regenerate all APIs using protoc 3.13 and Grpc.Tools 2.31\n\nVersion 1.0.0-beta01, released 2020-09-07\n-----------------------------------------\n\nFirst beta release."]]