Skip to content

Releases: googleapis/sdk-platform-java

v2.25.0

08 Sep 15:06
1ac5fa3
Compare
Choose a tag to compare

2.25.0 (2023-09-08)

Features

  • [common-protos,common-protos] add new FieldBehavior value IDENTIFIER (#1937) (24ae2a3)
  • Add generate_library.sh without post processing (#1916) (ffc058a)
  • Adding vendor and vendor information in header (#1963) (ed44aa7)
  • Introduce @ObsoleteApi (#1887) (5df1aa3)

Bug Fixes

  • Remove -H:-RunReachabilityHandlersConcurrently (#1892) (9cc52e1)
  • Use && in equals check to avoid possible NPE (#1927) (815567c)

Documentation

v2.24.0

01 Aug 20:05
9793a31
Compare
Choose a tag to compare

2.24.0 (2023-08-01)

Features

  • [common-protos] Add a proto message to describe the resource_type and resource_permission for an API method (#1878) (3e27ca9)

v2.23.1

20 Jul 15:10
89a21fb
Compare
Choose a tag to compare

2.23.1 (2023-07-19)

Bug Fixes

  • Resource name class deduplication (#1854) (08eca7d)
  • Use bindings for resolving multi pattern resources (#1818) (1352fab)

Dependencies

v2.23.0

07 Jul 17:17
b830aff
Compare
Choose a tag to compare

2.23.0 (2023-07-07)

Features

Bug Fixes

  • [gapic-generator-java] handle response and metadata type ambiguity in LRO parsing (#1726) (1ace494)
  • Abstract batch resource and add method to determine if batch should be flushed (#1790) (4c74107)

Dependencies

  • Bump grpc-java version to 1.55.3 (1ff8cc0)
  • Bump guava version to 32.1.1-jre (016e84d)
  • Bump j2obc-annotations version to 2.8 (4f45313)
  • Update google-auth-java-library to 1.19.0 (#1815) (41007a9)

v2.22.0

22 Jun 13:14
324c7d6
Compare
Choose a tag to compare

2.22.0 (2023-06-22)

Features

Bug Fixes

  • Update grpc to 1.55.1 in dependencies.properties (#1794) (4df4450)

v2.21.0

06 Jun 21:50
b28ab84
Compare
Choose a tag to compare

2.21.0 (2023-06-06)

Features

  • Dynamic Routing Headers for HttpJson (#1667) (003b993)
  • Implement awaitTermination() for MangedHttpJsonChannel (#1677) (dea8426)

Bug Fixes

  • [gapic-generator-java] align writer behavior for nested types (#1709) (a21ffe8)
  • [gapic-generator-java] update year to 2023 in generated license headers (#1720) (ef4a7ff)
  • Update the return type of setWaitTimeout for convience (#1751) (f1927a5)

Dependencies

  • Update dependency com.google.auth:google-auth-library-credentials and google-auth-library-oauth2-http to v1.17.0 (#1756) (f583258)
  • Update protobuf dependencies to v3.23.2 (#1755) (55ecbc3)

v2.20.1

25 May 21:58
7bcb11a
Compare
Choose a tag to compare

2.20.1 (2023-05-25)

Bug Fixes

  • Allow quota project to be used in combination with null credentials (#1688) (cb07bd4)

v2.20.0

24 May 15:33
64a2714
Compare
Choose a tag to compare

2.20.0 (2023-05-24)

Features

  • Create additional tag on release for google-cloud-shared-dependencies (#1692) (c0ea245)
  • Make stream wait timeout a first class citizen (#1473) (bc8a4ad)

Bug Fixes

Dependencies

  • Update protobuf dependencies to v3.23.1 and gprc to 1.55.1 (#1698) (1f56175)
  • Update showcase version to 0.28.1 (#1673) (9a120e9)

v2.19.0

09 May 17:03
d3107e5
Compare
Choose a tag to compare

2.19.0 (2023-05-09)

Features

  • [common-protos] .NET library settings (for generator behavior tweaks) (7479758)
  • [common-protos] add GEO, SHOPPING, GENERATIVE_AI client orgs (7479758)
  • [common-protos] Log Analytics features of the Cloud Logging API (#1573) (7479758)
  • Add an option to enable DirectPath xDS (#1643) (4054bc6)
  • Add ConfigServiceV2.CreateBucketAsync method for creating Log Buckets asynchronously (7479758)
  • Add ConfigServiceV2.CreateLink method for creating linked datasets for Log Analytics Buckets (7479758)
  • Add ConfigServiceV2.DeleteLink method for deleting linked datasets (7479758)
  • Add ConfigServiceV2.GetLink methods for describing linked datasets (7479758)
  • Add ConfigServiceV2.ListLinks method for listing linked datasets (7479758)
  • Add ConfigServiceV2.UpdateBucketAsync method for creating Log Buckets asynchronously (7479758)
  • Add LogBucket.analytics_enabled field that specifies whether Log Bucket's Analytics features are enabled (7479758)
  • Add LogBucket.index_configs field that contains a list of Log Bucket's indexed fields and related configuration data (7479758)
  • Remove directpath enable env (#1657) (47851e8)

Bug Fixes

  • Unary Callables Deadline values respect the TotalTimeout in RetrySettings (#1603) (d2fe520)

Dependencies

  • Update dependency org.graalvm.sdk:graal-sdk to v22.3.2 (6107ff3)

Documentation

  • [common-protos] mark ReservationResourceUsage field as deprecated (7479758)
  • [common-protos] use deprecated=true for deprecated fields (7479758)
  • Documentation for the Log Analytics features of the Cloud Logging API (7479758)
  • Fix new_issue_uri comment (7479758)
  • Separate paragraphs in linear/exponential distributions (7479758)

v2.18.0

25 Apr 15:34
1f4ecb4
Compare
Choose a tag to compare

2.18.0 (2023-04-25)

Features

Bug Fixes

  • Unescape Java keyword field names when generating HttpJson unit tests. (#1654) (5fd79ea)