Skip to content

v2.3.1

Latest
Compare
Choose a tag to compare
@release-please release-please released this 21 Mar 19:55
fe8d19d

2.3.1 (2024-03-16)

Bug Fixes

  • grpc: Fix large payload handling when using the emulator. (#975) (d9162ae)
  • Remove uses of six. #913 (#958) (e17129a)
  • Show a non-None error for core_exception.Unknown errors. (#968) (66e61cc)

Documentation

  • Document how to run system tests against the emulator. (#963) (47db5b9)
  • Note to use functools.wrap instead of utils.wrapping. (#966) (5e9f3d6)
  • Tell users of utils.wrapping to use functools.wraps (#967) (042645b)