Skip to content

Commit 19bbf2d

Browse files
chore(main): release 3.40.2
1 parent d0e4ffc commit 19bbf2d

8 files changed

+19
-176
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.40.1"
2+
".": "3.40.2"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

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

7+
## [3.40.2](https://github.com/googleapis/python-spanner/compare/v3.40.1...v3.40.2) (2023-10-09)
8+
9+
10+
### Bug Fixes
11+
12+
* 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))
13+
14+
15+
### Documentation
16+
17+
* Minor formatting ([498dba2](https://github.com/googleapis/python-spanner/commit/498dba26a7c1a1cb710a92c0167272ff5c0eef27))
18+
719
## [3.40.1](https://github.com/googleapis/python-spanner/compare/v3.40.0...v3.40.1) (2023-08-17)
820

921

google/cloud/spanner_admin_database_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.40.1" # {x-release-please-version}
16+
__version__ = "3.40.2" # {x-release-please-version}

google/cloud/spanner_admin_instance_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.40.1" # {x-release-please-version}
16+
__version__ = "3.40.2" # {x-release-please-version}

google/cloud/spanner_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.40.1" # {x-release-please-version}
16+
__version__ = "3.40.2" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.spanner.admin.database.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-spanner-admin-database",
11-
"version": "0.1.0"
11+
"version": "3.40.2"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.spanner.admin.instance.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-spanner-admin-instance",
11-
"version": "0.1.0"
11+
"version": "3.40.2"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.spanner.v1.json

Lines changed: 1 addition & 170 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-spanner",
11-
"version": "0.1.0"
11+
"version": "3.40.2"
1212
},
1313
"snippets": [
1414
{
@@ -180,175 +180,6 @@
180180
],
181181
"title": "spanner_v1_generated_spanner_batch_create_sessions_sync.py"
182182
},
183-
{
184-
"canonical": true,
185-
"clientMethod": {
186-
"async": true,
187-
"client": {
188-
"fullName": "google.cloud.spanner_v1.SpannerAsyncClient",
189-
"shortName": "SpannerAsyncClient"
190-
},
191-
"fullName": "google.cloud.spanner_v1.SpannerAsyncClient.batch_write",
192-
"method": {
193-
"fullName": "google.spanner.v1.Spanner.BatchWrite",
194-
"service": {
195-
"fullName": "google.spanner.v1.Spanner",
196-
"shortName": "Spanner"
197-
},
198-
"shortName": "BatchWrite"
199-
},
200-
"parameters": [
201-
{
202-
"name": "request",
203-
"type": "google.cloud.spanner_v1.types.BatchWriteRequest"
204-
},
205-
{
206-
"name": "session",
207-
"type": "str"
208-
},
209-
{
210-
"name": "mutation_groups",
211-
"type": "MutableSequence[google.cloud.spanner_v1.types.BatchWriteRequest.MutationGroup]"
212-
},
213-
{
214-
"name": "retry",
215-
"type": "google.api_core.retry.Retry"
216-
},
217-
{
218-
"name": "timeout",
219-
"type": "float"
220-
},
221-
{
222-
"name": "metadata",
223-
"type": "Sequence[Tuple[str, str]"
224-
}
225-
],
226-
"resultType": "Iterable[google.cloud.spanner_v1.types.BatchWriteResponse]",
227-
"shortName": "batch_write"
228-
},
229-
"description": "Sample for BatchWrite",
230-
"file": "spanner_v1_generated_spanner_batch_write_async.py",
231-
"language": "PYTHON",
232-
"origin": "API_DEFINITION",
233-
"regionTag": "spanner_v1_generated_Spanner_BatchWrite_async",
234-
"segments": [
235-
{
236-
"end": 56,
237-
"start": 27,
238-
"type": "FULL"
239-
},
240-
{
241-
"end": 56,
242-
"start": 27,
243-
"type": "SHORT"
244-
},
245-
{
246-
"end": 40,
247-
"start": 38,
248-
"type": "CLIENT_INITIALIZATION"
249-
},
250-
{
251-
"end": 49,
252-
"start": 41,
253-
"type": "REQUEST_INITIALIZATION"
254-
},
255-
{
256-
"end": 52,
257-
"start": 50,
258-
"type": "REQUEST_EXECUTION"
259-
},
260-
{
261-
"end": 57,
262-
"start": 53,
263-
"type": "RESPONSE_HANDLING"
264-
}
265-
],
266-
"title": "spanner_v1_generated_spanner_batch_write_async.py"
267-
},
268-
{
269-
"canonical": true,
270-
"clientMethod": {
271-
"client": {
272-
"fullName": "google.cloud.spanner_v1.SpannerClient",
273-
"shortName": "SpannerClient"
274-
},
275-
"fullName": "google.cloud.spanner_v1.SpannerClient.batch_write",
276-
"method": {
277-
"fullName": "google.spanner.v1.Spanner.BatchWrite",
278-
"service": {
279-
"fullName": "google.spanner.v1.Spanner",
280-
"shortName": "Spanner"
281-
},
282-
"shortName": "BatchWrite"
283-
},
284-
"parameters": [
285-
{
286-
"name": "request",
287-
"type": "google.cloud.spanner_v1.types.BatchWriteRequest"
288-
},
289-
{
290-
"name": "session",
291-
"type": "str"
292-
},
293-
{
294-
"name": "mutation_groups",
295-
"type": "MutableSequence[google.cloud.spanner_v1.types.BatchWriteRequest.MutationGroup]"
296-
},
297-
{
298-
"name": "retry",
299-
"type": "google.api_core.retry.Retry"
300-
},
301-
{
302-
"name": "timeout",
303-
"type": "float"
304-
},
305-
{
306-
"name": "metadata",
307-
"type": "Sequence[Tuple[str, str]"
308-
}
309-
],
310-
"resultType": "Iterable[google.cloud.spanner_v1.types.BatchWriteResponse]",
311-
"shortName": "batch_write"
312-
},
313-
"description": "Sample for BatchWrite",
314-
"file": "spanner_v1_generated_spanner_batch_write_sync.py",
315-
"language": "PYTHON",
316-
"origin": "API_DEFINITION",
317-
"regionTag": "spanner_v1_generated_Spanner_BatchWrite_sync",
318-
"segments": [
319-
{
320-
"end": 56,
321-
"start": 27,
322-
"type": "FULL"
323-
},
324-
{
325-
"end": 56,
326-
"start": 27,
327-
"type": "SHORT"
328-
},
329-
{
330-
"end": 40,
331-
"start": 38,
332-
"type": "CLIENT_INITIALIZATION"
333-
},
334-
{
335-
"end": 49,
336-
"start": 41,
337-
"type": "REQUEST_INITIALIZATION"
338-
},
339-
{
340-
"end": 52,
341-
"start": 50,
342-
"type": "REQUEST_EXECUTION"
343-
},
344-
{
345-
"end": 57,
346-
"start": 53,
347-
"type": "RESPONSE_HANDLING"
348-
}
349-
],
350-
"title": "spanner_v1_generated_spanner_batch_write_sync.py"
351-
},
352183
{
353184
"canonical": true,
354185
"clientMethod": {

0 commit comments

Comments
 (0)