Skip to content

Commit

Permalink
chore(main): release 3.40.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 9, 2023
1 parent d0e4ffc commit 19bbf2d
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 176 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.40.1"
".": "3.40.2"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

[1]: https://pypi.org/project/google-cloud-spanner/#history

## [3.40.2](https://github.com/googleapis/python-spanner/compare/v3.40.1...v3.40.2) (2023-10-09)


### Bug Fixes

* Require google-cloud-core >= 1.4.4 ([#1015](https://github.com/googleapis/python-spanner/issues/1015)) ([a2f87b9](https://github.com/googleapis/python-spanner/commit/a2f87b9d9591562877696526634f0c7c4dd822dd))


### Documentation

* Minor formatting ([498dba2](https://github.com/googleapis/python-spanner/commit/498dba26a7c1a1cb710a92c0167272ff5c0eef27))

## [3.40.1](https://github.com/googleapis/python-spanner/compare/v3.40.0...v3.40.1) (2023-08-17)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/spanner_admin_database_v1/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.40.1" # {x-release-please-version}
__version__ = "3.40.2" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/spanner_admin_instance_v1/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.40.1" # {x-release-please-version}
__version__ = "3.40.2" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/spanner_v1/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.40.1" # {x-release-please-version}
__version__ = "3.40.2" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-spanner-admin-database",
"version": "0.1.0"
"version": "3.40.2"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-spanner-admin-instance",
"version": "0.1.0"
"version": "3.40.2"
},
"snippets": [
{
Expand Down
171 changes: 1 addition & 170 deletions samples/generated_samples/snippet_metadata_google.spanner.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-spanner",
"version": "0.1.0"
"version": "3.40.2"
},
"snippets": [
{
Expand Down Expand Up @@ -180,175 +180,6 @@
],
"title": "spanner_v1_generated_spanner_batch_create_sessions_sync.py"
},
{
"canonical": true,
"clientMethod": {
"async": true,
"client": {
"fullName": "google.cloud.spanner_v1.SpannerAsyncClient",
"shortName": "SpannerAsyncClient"
},
"fullName": "google.cloud.spanner_v1.SpannerAsyncClient.batch_write",
"method": {
"fullName": "google.spanner.v1.Spanner.BatchWrite",
"service": {
"fullName": "google.spanner.v1.Spanner",
"shortName": "Spanner"
},
"shortName": "BatchWrite"
},
"parameters": [
{
"name": "request",
"type": "google.cloud.spanner_v1.types.BatchWriteRequest"
},
{
"name": "session",
"type": "str"
},
{
"name": "mutation_groups",
"type": "MutableSequence[google.cloud.spanner_v1.types.BatchWriteRequest.MutationGroup]"
},
{
"name": "retry",
"type": "google.api_core.retry.Retry"
},
{
"name": "timeout",
"type": "float"
},
{
"name": "metadata",
"type": "Sequence[Tuple[str, str]"
}
],
"resultType": "Iterable[google.cloud.spanner_v1.types.BatchWriteResponse]",
"shortName": "batch_write"
},
"description": "Sample for BatchWrite",
"file": "spanner_v1_generated_spanner_batch_write_async.py",
"language": "PYTHON",
"origin": "API_DEFINITION",
"regionTag": "spanner_v1_generated_Spanner_BatchWrite_async",
"segments": [
{
"end": 56,
"start": 27,
"type": "FULL"
},
{
"end": 56,
"start": 27,
"type": "SHORT"
},
{
"end": 40,
"start": 38,
"type": "CLIENT_INITIALIZATION"
},
{
"end": 49,
"start": 41,
"type": "REQUEST_INITIALIZATION"
},
{
"end": 52,
"start": 50,
"type": "REQUEST_EXECUTION"
},
{
"end": 57,
"start": 53,
"type": "RESPONSE_HANDLING"
}
],
"title": "spanner_v1_generated_spanner_batch_write_async.py"
},
{
"canonical": true,
"clientMethod": {
"client": {
"fullName": "google.cloud.spanner_v1.SpannerClient",
"shortName": "SpannerClient"
},
"fullName": "google.cloud.spanner_v1.SpannerClient.batch_write",
"method": {
"fullName": "google.spanner.v1.Spanner.BatchWrite",
"service": {
"fullName": "google.spanner.v1.Spanner",
"shortName": "Spanner"
},
"shortName": "BatchWrite"
},
"parameters": [
{
"name": "request",
"type": "google.cloud.spanner_v1.types.BatchWriteRequest"
},
{
"name": "session",
"type": "str"
},
{
"name": "mutation_groups",
"type": "MutableSequence[google.cloud.spanner_v1.types.BatchWriteRequest.MutationGroup]"
},
{
"name": "retry",
"type": "google.api_core.retry.Retry"
},
{
"name": "timeout",
"type": "float"
},
{
"name": "metadata",
"type": "Sequence[Tuple[str, str]"
}
],
"resultType": "Iterable[google.cloud.spanner_v1.types.BatchWriteResponse]",
"shortName": "batch_write"
},
"description": "Sample for BatchWrite",
"file": "spanner_v1_generated_spanner_batch_write_sync.py",
"language": "PYTHON",
"origin": "API_DEFINITION",
"regionTag": "spanner_v1_generated_Spanner_BatchWrite_sync",
"segments": [
{
"end": 56,
"start": 27,
"type": "FULL"
},
{
"end": 56,
"start": 27,
"type": "SHORT"
},
{
"end": 40,
"start": 38,
"type": "CLIENT_INITIALIZATION"
},
{
"end": 49,
"start": 41,
"type": "REQUEST_INITIALIZATION"
},
{
"end": 52,
"start": 50,
"type": "REQUEST_EXECUTION"
},
{
"end": 57,
"start": 53,
"type": "RESPONSE_HANDLING"
}
],
"title": "spanner_v1_generated_spanner_batch_write_sync.py"
},
{
"canonical": true,
"clientMethod": {
Expand Down

0 comments on commit 19bbf2d

Please sign in to comment.