Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@yoshi-automation yoshi-automation released this 27 Apr 18:16
17fd213

2.0.0 (2020-04-27)

⚠ BREAKING CHANGES

  • v2: Resource name usage has changed:
    • ProjectAgentName is removed. Please use AgentName instead.
    • AgentName previously existed, but was unused. It now matches the behavior of the old ProjectAgentName class
    • ContextsClient.update now requires a FieldMask argument.

Features

Dependencies

  • import google-cloud-shared-dependencies and use flatten-maven-plugin (#168) (a4b4758)
  • update core dependencies (#108) (58fe433)
  • update dependency com.google.api:api-common to v1.9.0 (#129) (adf469b)
  • update dependency com.google.cloud:google-cloud-core to v1.93.1 (#106) (6c1ffac)
  • update dependency com.google.cloud:google-cloud-core to v1.93.4 (#138) (cb6ed7a)
  • update dependency com.google.guava:guava-bom to v29 (#145) (143b299)
  • update dependency io.grpc:grpc-bom to v1.29.0 (#161) (6650bfc)
  • update dependency org.threeten:threetenbp to v1.4.3 (#119) (7a6ddd2)
  • update dependency org.threeten:threetenbp to v1.4.4 (#166) (58e9e2f)

Documentation

  • v2: update generated javadocs from proto annotations (cc93b16)