Skip to content

Release v0.13.0

Compare
Choose a tag to compare
@fussybeaver fussybeaver released this 20 Jun 17:37
· 236 commits to master since this release
e1046a4

Release v0.13.0

  • 304 Status code should be treated as a success (thanks @y-young )
  • Allow large response payloads in start exec response using an optional output capacity (thanks @uellenberg )
  • Do not error on empty server response (thanks @k8scat )
  • Bump models to match moby v20.10.16
  • Add chrono feature flag and alternative mutually exclusive time feature flag as alternative representations of dates.
  • Deserialize directly from bytes instead of through a string.
  • Add json_data_content feature flag to enable appending JSON payloads to deserialization errors.