File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ** NOTE** : Please refer to the [ V3 Migration Guide] ( doc/v3-migration-guide.md )
3+ ** NOTE** : Please refer to the [ V3 Migration Guide] ( / doc/v3-migration-guide.md)
44for details on updating existing applications using v1.x.y or v2.x.y.
55
66** NOTE** : [ Future Breaking Changes] ( /doc/deprecated.md ) lists anticipated
Original file line number Diff line number Diff line change 1010This repository contains idiomatic C++ client libraries for the following
1111[ Google Cloud Platform] ( https://cloud.google.com/ ) services.
1212
13- > Please refer to the [ V3 Migration Guide] ( doc/v3-migration-guide.md ) for
13+ > Please refer to the [ V3 Migration Guide] ( / doc/v3-migration-guide.md) for
1414> details on updating existing applications using v1.x.y or v2.x.y.
1515
1616> Please check the [ CHANGELOG] for important announcements and upcoming changes.
Original file line number Diff line number Diff line change @@ -22,19 +22,19 @@ for your compiler if it does not already default to `--std=c++17` or higher.
2222Bazel is moving away from WORKSPACE file support to using modules from the Bazel
2323Central Registry. Part of the v3.x.y release series includes supporting the new
2424[ google-cloud-cpp] ( https://registry.bazel.build/modules/google_cloud_cpp ) Bazel
25- module which can be added to your MODULE.bazel file as a dependency.
25+ module which can be added to your ` MODULE.bazel ` file as a dependency.
2626
2727## Dependencies
2828
2929### Previously Optional Dependencies that are now Required
3030
31- - libcurl
32- - nlohmann_json
33- - opentelemetry-cpp
31+ - ` libcurl `
32+ - ` nlohmann_json `
33+ - ` opentelemetry-cpp `
3434
3535### Relocated Dependencies
3636
37- - crc32c
37+ - ` crc32c `
3838
3939## Decommissioned API Surfaces
4040
You can’t perform that action at this time.
0 commit comments