Skip to content

Releases: googleapis/google-cloud-python

google-maps-mapmanagement: v0.1.0

29 May 16:04
54fd04b

Choose a tag to compare

v0.1.0 (2026-05-29)

Features

google-cloud-geminidataanalytics: v0.13.0

28 May 23:19
6ce0a66

Choose a tag to compare

v0.13.0 (2026-05-28)

Bug Fixes

bigframes: v2.41.0

28 May 22:19
7ea5421

Choose a tag to compare

v2.41.0 (2026-05-28)

Features

  • support output_mode for ai.classify (#17097) (098c35c5)

  • complete deprecation and cleanup of multimodal blob APIs (#16618) (3624f3bb)

  • set up Angular infrastructure for TableWidget (#16934) (4d20bab8)

  • add more scalar array functions to bigframes.bigquery (#17213) (4f8a6c81)

  • add bigframes.bigquery.deterministic_decrypt* and bigframes.bigquery.deterministic_encrypt functions (#17212) (85f36725)

  • add bigframes.bigquery.aead.* scalar functions (#17168) (a7e4d048)

  • Defer unnamed @udf deployment until needed (#17217) (ad3b8fa9)

  • support pandas inputs in more bigframes.bigquery functions (#17224) (d4d88554)

Bug Fixes

  • cast JSON and nested struct columns to string for anywidget rendering (#17189) (994a22d6)

  • Respect display.progress_bar=None in background threads (#16715) (07dd3315)

Dependencies

  • bump mistune from 3.1.3 to 3.2.1 in /packages/bigframes (#17202) (52f21788)

  • bump langsmith from 0.4.10 to 0.8.0 in /packages/bigframes (#17210) (9dd0c02c)

  • bump gdal from 3.8.4 to 3.13.0 in /packages/bigframes (#17204) (900007ba)

Documentation

  • modernize multimodal tutorials and migrate legacy blob APIs (#16918) (05d80c3c)

gapic-generator: v1.34.1

27 May 22:19
d026fd3

Choose a tag to compare

gapic-generator: v1.34.0

27 May 16:20
529479e

Choose a tag to compare

v1.34.0 (2026-05-27)

Bug Fixes

  • add pragma to constants.py to resolve coverage failure and correct if block (#17268) (1436a23c)

  • update incorrect urls in setup.py to point at monorepo vs splitrepo (#17237) (eaed04ba)

gapic-generator: v1.33.0

21 May 21:05
e23f933

Choose a tag to compare

v1.33.0 (2026-05-21)

Bug Fixes

  • bump idna from 3.14 to 3.15 in /packages/gapic-generator (#17179) (0f7c68bf)

  • restore messages not attached to rpc in selective_gapic_generation (#16951) (3ef95d61)

  • resolve core dependencies locally and batch pip installs (#17032) (5ca88030)

  • resolve core dependencies locally and batch pip installs (5ca88030)

google-auth: v2.53.0

15 May 20:19
817b199

Choose a tag to compare

v2.53.0 (2026-05-15)

Bug Fixes

  • allowlist agents-nonprod trust domains for agent identity (#17155) (44c93d2e)

  • fail-fast on invalid or non-workload certificate configs in agent identity discovery (#17116) (f27a5461)

bigframes: v2.40.0

13 May 18:35
bb41e93

Choose a tag to compare

v2.40.0 (2026-05-13)

Features

  • Add bigframes.execution_history API to track BigQuery jobs (#16588) (fa20a740)

    import bigframes.pandas as bpd
    bpd.options.compute.enable_execution_history = True
    df = bpd.read_gbq("my_table")
    # ... perform operations ...
    history = bpd.execution_history
    print(history.jobs) # Access BigQuery job details for executed queries
  • Implement ai.similarity and ai.embed for text embeddings and semantic similarity (#16771, #16759) (d4afa2c8, fcb4579b)

    import bigframes.pandas as bpd
    # Generate embeddings
    df["embeddings"] = bpd.bigquery.ai.embed(df["text_col"])
    # Compute similarity
    df["similarity"] = bpd.bigquery.ai.similarity(df["embeddings_a"], df["embeddings_b"])
  • Support hparam_range and hparam_candidates parameters for hyperparameter tuning in model creation (#16640) (ca47835c)

  • Update ai.score, ai.classify and ai.if_ parameters to match their SQL equivalents (#16919, #16990, #16857) (9f42fe14, e9c52b12, f3cb4ad0)

  • Support unstable sorting in sort_values and sort_index (#16665) (bbdeb70f)

  • Support loading Avro and ORC data formats (#16555) (6d46cba3)

  • Add NumPy ufunc support directly on column expressions (#16554) (2f792abd)

Bug Fixes

Performance Improvements

Documentation

  • Add docs to the to_csv methods of dataframe and series (#16570) (a8fccefd)

gapic-generator: v1.32.0

12 May 00:05
c538bf6

Choose a tag to compare

sqlalchemy-spanner: v1.18.0

07 May 06:50
3997a10

Choose a tag to compare

v1.18.0 (2026-05-06)

Bug Fixes

Documentation