httpx/doc/release_notes/0_15_4.md
2021-07-14 09:52:39 +01:00

174 B

0.15.4

Bugfixes

  • Fixed grpc plugin, where .marshal was being called on the encoding protobuf object, instead of the coorrect "marshal method", which is .encode.