17
0

19 Commits

Author SHA256 Message Date
f715839f3b Accepting request 1327656 from devel:languages:python:google
OBS-URL: https://build.opensuse.org/request/show/1327656
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-spanner?expand=0&rev=7
2026-01-17 13:54:52 +00:00
900eae5243 - Update to 3.62.0
* add uuid support (#1310)
  * handle errors during stream restart in snapshot (#1471)
  * resolve pre-release dependency failures and sqlparse recursion (#1472)
  * transaction_tag should be set on BeginTransactionRequest (#1463)
- from version 3.61.0
  * support mTLS certificates when available (#1467)
- from version 3.60.0
  * Update description for the BatchCreateSessionsRequest and Session
  * Update description for the IsolationLevel
  * make built-in metrics enabled by default (#1459)
  * Add Spanner location API (#1457)
  * Add Send and Ack mutations for Queues
  * Add QueryAdvisorResult for query plan
  * add cloud.region, request_tag and transaction_tag in span attributes (#1449)
  * Exposing AutoscalingConfig in InstancePartition
  * enable OpenTelemetry metrics and tracing by default (#1410)
  * add support for experimental host (#1452)
  * Provide Spanner Option to disable metrics (#1460)
  * Deprecate credentials_file argument
  * configure keepAlive time for gRPC TCP connections (#1448)
- from version 3.59.0
  * **spanner:** Add lazy decode to partitioned query (#1411)
  * **spanner:** Resolve TypeError in metrics resource detection (#1446)
  * Add snippet for Repeatable Read configuration at client and transaction (#1326)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-spanner?expand=0&rev=18
2026-01-16 12:55:57 +00:00
72844224c1 Accepting request 1313824 from devel:languages:python:google
OBS-URL: https://build.opensuse.org/request/show/1313824
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-spanner?expand=0&rev=6
2025-10-28 13:45:49 +00:00
cc8a7edc3b Accepting request 1313812 from home:glaubitz:branches:devel:languages:python:google
- Replace bash scriptlet to remove mock usage from source code

OBS-URL: https://build.opensuse.org/request/show/1313812
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-spanner?expand=0&rev=16
2025-10-27 11:25:19 +00:00
da9ec18dc8 Accepting request 1312327 from home:glaubitz:branches:devel:languages:python:google
- Update to 3.58.0
  * **spanner:** Support setting read lock mode (#1404)
  * Remove Python 3.7 and 3.8 as supported runtimes (#1395)
- from version 3.57.0
  * Support configuring logger in dbapi kwargs (#1400)
- from version 3.56.0
  * Add support for multiplexed sessions - read/write (#1389)
  * Add support for multiplexed sessions (#1383)
  * Default enable multiplex session for all operations unless
    explicitly set to false (#1394)
  * **spanner:** Add new change_stream.proto (#1382)
  * Skip gRPC trailers for StreamingRead & ExecuteStreamingSql (#1385)
- from version 3.55.0
  * Add a `last` field in the `PartialResultSet` (d532d57)
  * Add support for multiplexed sessions (#1381)
  * Add throughput_mode to UpdateDatabaseDdlRequest to be used by
    Spanner Migration Tool.
    See https://github.com/GoogleCloudPlatform/spanner-migration-tool (d532d57)
  * Support fine-grained permissions database roles in connect (#1338)
  * E2E tracing metadata append issue (#1357)
  * Pass through kwargs in dbapi connect (#1368)
  * Remove setup.cfg configuration for creating universal wheels (#1324)
  * A comment for field `chunked_value` in message
    `.google.spanner.v1.PartialResultSet` is changed (d532d57)
  * A comment for field `precommit_token` in message
    `.google.spanner.v1.PartialResultSet` is changed (d532d57)
  * A comment for field `precommit_token` in message
    `.google.spanner.v1.ResultSet` is changed (d532d57)
  * A comment for field `query_plan` in message
    `.google.spanner.v1.ResultSetStats` is changed (d532d57)

OBS-URL: https://build.opensuse.org/request/show/1312327
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-spanner?expand=0&rev=15
2025-10-20 11:01:34 +00:00
51b56308df Accepting request 1273311 from devel:languages:python:google
OBS-URL: https://build.opensuse.org/request/show/1273311
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-spanner?expand=0&rev=5
2025-04-30 18:23:55 +00:00
5e0a162a1f - Add missing test dependencies to BuildRequires
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-spanner?expand=0&rev=13
2025-04-29 06:40:42 +00:00
546f3cd2d8 - Update to 3.53.0
* Add AddSplitPoints API
  * Add Attempt, Operation and GFE Metrics (#1302)
  * Add REST Interceptors which support reading metadata
  * Add support for opt-in debug logging
  * Add support for reading selective GAPIC generation methods from service YAML
  * Add the last statement option to ExecuteSqlRequest and ExecuteBatchDmlRequest
  * Add UUID in Spanner TypeCode enum
  * End to end tracing (#1315)
  * Exposing FreeInstanceAvailability in InstanceConfig
  * Exposing FreeInstanceMetadata in Instance configuration
    (to define the metadata related to FREE instance type)
  * Exposing InstanceType in Instance configuration
    (to define PROVISIONED or FREE spanner instance)
  * Exposing QuorumType in InstanceConfig
  * Exposing storage_limit_per_processing_unit in InstanceConfig
  * Snapshot isolation (#1318)
  * **spanner:** A new enum `IsolationLevel` is added (#1224)
  * Allow Protobuf 6.x (#1320)
  * Cleanup after metric integration test (#1322)
  * **deps:** Require grpc-google-iam-v1 >= 0.14.0
  * Fix typing issue with gRPC metadata when key ends in -bin
  * Add option for last_statement (#1313)
  * A comment for enum `DefaultBackupScheduleType` is changed
  * A comment for enum value `AUTOMATIC` in enum `DefaultBackupScheduleType` is changed
  * A comment for enum value `GOOGLE_MANAGED` in enum `Type` is changed
  * A comment for enum value `NONE` in enum `DefaultBackupScheduleType` is changed
  * A comment for enum value `USER_MANAGED` in enum `Type` is changed
  * A comment for field `base_config` in message
    `.google.spanner.admin.instance.v1.InstanceConfig` is changed

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-spanner?expand=0&rev=12
2025-04-28 11:31:25 +00:00
0ec7129efb Accepting request 1224884 from devel:languages:python:google
OBS-URL: https://build.opensuse.org/request/show/1224884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-spanner?expand=0&rev=4
2024-11-18 19:02:38 +00:00
fe14d49cef - Update to 3.50.1
* Add BatchWrite API
  * spanner: Add autoscaling config to the instance proto
  * spanner: Add directed_read_option in spanner.proto
  * Add max_commit_delay API
  * Exposing Spanner client in dbapi connection
  * Add support of float32 type
  * Add support for PG.OID in parameterized queries
  * spanner: Adding EXPECTED_FULFILLMENT_PERIOD to the indicate instance creation times
  * Add support for Cloud Spanner Scheduled Backups
  * spanner: Add support for Cloud Spanner Default Backup Schedules
  * many more changes, see upstream CHANGELOG.md

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-spanner?expand=0&rev=10
2024-11-18 13:49:58 +00:00
26bc3a8d4f Accepting request 1154931 from devel:languages:python:google
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1154931
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-spanner?expand=0&rev=3
2024-03-05 17:50:36 +00:00
eeea695107 - Initial version 3.40.1 (jsc#PED-6697)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-spanner?expand=0&rev=8
2024-02-26 23:51:39 +00:00
eb98b46411 Accepting request 1137925 from devel:languages:python:google
- Run tests using multibuild
- Add google and google/cloud folders to package ownership

OBS-URL: https://build.opensuse.org/request/show/1137925
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-spanner?expand=0&rev=2
2024-01-10 20:53:07 +00:00
554a7d9733 - Add google and google/cloud folders to package ownership
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-spanner?expand=0&rev=6
2024-01-10 10:20:43 +00:00
d69e570961 - Run tests with multibuild
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-spanner?expand=0&rev=5
2024-01-10 10:05:49 +00:00
2470c0891d Accepting request 1137714 from devel:languages:python:google
Initial submission

OBS-URL: https://build.opensuse.org/request/show/1137714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-spanner?expand=0&rev=1
2024-01-09 19:51:14 +00:00
19d83e9a1e - Fix files
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-spanner?expand=0&rev=3
2024-01-09 11:45:06 +00:00
e02fe3a384 - Add %sle15_python_module_pythons macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-spanner?expand=0&rev=2
2024-01-09 10:24:42 +00:00
60e7b39973 - Initial version 3.40.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-spanner?expand=0&rev=1
2024-01-09 10:23:19 +00:00