Renaming latest->stable, master->latest. by dhermes · Pull Request #1027 · googleapis/google-cloud-python

@googlebot googlebot added the cla: yes

This human has signed the Contributor License Agreement.

label

Jul 31, 2015

@dhermes

dhermes added a commit that referenced this pull request

Aug 4, 2015
Renaming latest->stable, master->latest.

@dhermes dhermes deleted the gh-pages-mimic-readthedocs branch

August 4, 2015 16:36

parthea pushed a commit that referenced this pull request

May 14, 2025
fix!: Remove schemas.MachineType.scratchDisks.scratchDisk from config (#1027)

The field and type have already been through a deprecation process.  This is an intended breaking change. Googlers: see cl/751378213
Source-Link: googleapis/googleapis@e1e3efd

parthea pushed a commit that referenced this pull request

May 14, 2025
fix!: Remove schemas.MachineType.scratchDisks.scratchDisk from config (#1027)

The field and type have already been through a deprecation process.  This is an intended breaking change. Googlers: see cl/751378213
Source-Link: googleapis/googleapis@e1e3efd

parthea pushed a commit that referenced this pull request

May 31, 2025
fix!: Remove schemas.MachineType.scratchDisks.scratchDisk from config (#1027)

The field and type have already been through a deprecation process.  This is an intended breaking change. Googlers: see cl/751378213
build(python): add service_yaml and rest_numeric_enums configurations (#1040)


Source-Link: googleapis/googleapis@e1e3efd
Source-Link: googleapis/googleapis@1a22026

parthea pushed a commit that referenced this pull request

Nov 22, 2025
* chore(docs): added imports into snippets

* simplify print regions

parthea pushed a commit that referenced this pull request

Nov 24, 2025

parthea added a commit that referenced this pull request

Nov 24, 2025

parthea added a commit that referenced this pull request

Nov 24, 2025

parthea pushed a commit that referenced this pull request

Nov 26, 2025
Co-authored-by: arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com>

parthea pushed a commit that referenced this pull request

Mar 2, 2026
* chore(docs): added imports into snippets

* simplify print regions

parthea pushed a commit that referenced this pull request

Mar 6, 2026
deps!: BigQuery Storage and pyarrow are required dependencies (#776)

fix!: use nullable `Int64` and `boolean` dtypes in `to_dataframe` (#786) 

feat!: destination tables are no-longer removed by `create_job` (#891)

feat!: In `to_dataframe`, use `dbdate` and `dbtime` dtypes from db-dtypes package for BigQuery DATE and TIME columns (#972)

fix!: automatically convert out-of-bounds dates in `to_dataframe`, remove `date_as_object` argument (#972)

feat!: mark the package as type-checked (#1058)

feat!: default to DATETIME type when loading timezone-naive datetimes from Pandas (#1061)

feat: add `api_method` parameter to `Client.query` to select `INSERT` or `QUERY` API (#967)

fix: improve type annotations for mypy validation (#1081)

feat: use `StandardSqlField` class for `Model.feature_columns` and `Model.label_columns` (#1117)

docs: Add migration guide from version 2.x to 3.x (#1027)

Release-As: 3.0.0

parthea pushed a commit that referenced this pull request

Mar 9, 2026
* add sample and sample test for transfer manager download blob as chunks concurrently method

* chore: modify format for int

* chore: refactor transfer manager sample names and tests

---------

Co-authored-by: Andrew Gorcester <gorcester@google.com>

parthea pushed a commit that referenced this pull request

Mar 9, 2026
* feat: Batch Write API implementation and samples

* Update sample

* review comments

* return public class for mutation groups

* Update google/cloud/spanner_v1/batch.py

Co-authored-by: Sri Harsha CH <57220027+harshachinta@users.noreply.github.com>

* Update google/cloud/spanner_v1/batch.py

Co-authored-by: Sri Harsha CH <57220027+harshachinta@users.noreply.github.com>

* review comments

* remove doc

* feat(spanner): nit sample data refactoring

* review comments

* fix test

---------

Co-authored-by: Sri Harsha CH <57220027+harshachinta@users.noreply.github.com>
Co-authored-by: Sri Harsha CH <sriharshach@google.com>