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

v2.1.0

Compare
Choose a tag to compare
@yoshi-automation yoshi-automation released this 16 Jun 13:02
1026842

Features

  • add 'from_service_account_info' factory to clients (cc8a180)
  • add common resource helper methods; expose client transport (#55) (8dde55c)
  • add from_service_account_info factory and fix sphinx identifiers (#66) (cc8a180)
  • support self-signed JWT flow for service accounts (0dcb15e)

Bug Fixes

  • add async client to %name_%version/init.py (0dcb15e)
  • adds underscore to "type" to NL API samples (#49) (36aa320)
  • deps: add packaging requirement (#113) (7e711ac)
  • fix sphinx identifiers (cc8a180)
  • remove client recv msg limit fix: add enums to types/__init__.py (#62) (3476c0f)
  • use correct retry deadlines (#83) (e2be2d8)

Documentation

Miscellaneous Chores