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

v0.4.0

Compare
Choose a tag to compare
@busunkim96 busunkim96 released this 06 Feb 17:48

10-04-2019 14:29 PDT

Implementation Changes

  • Move BatchOperationMetadata / JobOperationResult messages to new protobuf files (via synth). (#9129)
  • Import batch proto (via synth). (#9062)
  • Remove send / receive message size limit (via synth). (#8970)

New Features

  • Deprecate candidate_availability_filter for availability_filters, add AvailabilitySignalType, add fields to update_profile (via synth). (#9256)
  • Add applications / assignments fields to Profile message (via synth). (#9229)
  • Add filter_ arg to ProfileServiceClient.list_profiles; docstring updates (via synth). (#9223)
  • Deprecate job visibility (via synth). (#9050)
  • Document additional fields allowed in profile update mask (via synth). (#9000)

Documentation

  • Remove compatability badges from READMEs. (#9035)
  • Update docstrings (via synth). (#8986)

Internal / Testing Changes

  • Fix intersphinx reference to requests. (#9294)
  • Remove CI for gh-pages, use googleapis.dev for api_core refs. (#9085)
  • Update intersphinx mapping for requests. (#8805)