Skip to content

Latest commit

 

History

History
228 lines (101 loc) · 9.93 KB

CHANGES.md

File metadata and controls

228 lines (101 loc) · 9.93 KB

Changes

1.14.2 (2024-10-23)

Bug Fixes

  • language: Update google.golang.org/api to v0.203.0 (8bb87d5)
  • language: WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. (8bb87d5)

1.14.1 (2024-09-12)

Bug Fixes

  • language: Bump dependencies (2ddeb15)

1.14.0 (2024-08-20)

Features

  • language: Add support for Go 1.23 iterators (84461c0)

1.13.1 (2024-08-08)

Bug Fixes

  • language: Update google.golang.org/api to v0.191.0 (5b32644)

1.13.0 (2024-08-01)

Features

  • language: Add model_version in ModerateTextRequest and expose severity score in ClassificationCategory (123c886)

Documentation

  • language: Minor update on documentation (123c886)

1.12.9 (2024-07-24)

Bug Fixes

  • language: Update dependencies (257c40b)

1.12.8 (2024-07-10)

Bug Fixes

  • language: Bump google.golang.org/grpc@v1.64.1 (8ecc4e9)

1.12.7 (2024-07-01)

Bug Fixes

  • language: Bump google.golang.org/api@v0.187.0 (8fa9e39)

1.12.6 (2024-06-26)

Bug Fixes

  • language: Enable new auth lib (b95805f)

1.12.5 (2024-05-01)

Bug Fixes

  • language: Bump x/net to v0.24.0 (ba31ed5)

1.12.4 (2024-03-14)

Bug Fixes

  • language: Update protobuf dep to v1.33.0 (30b038d)

1.12.3 (2024-01-30)

Bug Fixes

  • language: Enable universe domain resolution options (fd1d569)

1.12.2 (2023-11-01)

Bug Fixes

  • language: Bump google.golang.org/api to v0.149.0 (8d2ab9f)

1.12.1 (2023-10-26)

Bug Fixes

  • language: Update grpc-go to v1.59.0 (81a97b0)

1.12.0 (2023-10-17)

Features

  • language: Promote to GA (e864fbc)

1.11.1 (2023-10-12)

Bug Fixes

  • language: Update golang.org/x/net to v0.17.0 (174da47)

1.11.0 (2023-08-17)

Features

1.10.1 (2023-06-20)

Bug Fixes

  • language: REST query UpdateMask bug (df52820)

1.10.0 (2023-05-30)

Features

  • language: Added client library support for ModerateText in the Natural Language API (V1) (ca94e27)
  • language: Added client library support for ModerateText in the Natural Language API (V1Beta2) (ca94e27)
  • language: Update all direct dependencies (b340d03)

1.9.1 (2023-05-08)

Bug Fixes

  • language: Update grpc to v1.55.0 (1147ce0)

1.9.0 (2023-01-04)

Features

  • language: Add REST client (06a54a1)

1.8.0 (2022-11-03)

Features

  • language: rewrite signatures in terms of new location (3c4b2b3)

1.7.0 (2022-10-25)

Features

  • language: start generating stubs dir (de2d180)

1.6.0 (2022-09-28)

Features

  • language: Add support for V1 and V2 classification models for the V1 API (52dddd1)
  • language: Add support for V1 and V2 classification models for the V1Beta2 API (52dddd1)

Documentation

  • language: fix docstring formatting (52dddd1)

1.5.0 (2022-09-21)

Features

  • language: rewrite signatures in terms of new types for betas (9f303f9)

1.4.0 (2022-09-19)

Features

  • language: start generating proto message types (563f546)

1.3.0 (2022-06-29)

Features

  • language: start generating REST client for beta clients (25b7775)

1.2.0 (2022-02-23)

Features

  • language: set versionClient to module version (55f0d92)

1.1.0 (2022-02-14)

Features

  • language: add file for tracking version (17b36ea)

1.0.0

Stabilize GA surface.

v0.1.0

This is the first tag to carve out language as its own module. See Add a module to a multi-module repository.