Skip to content

v4.6.0

Compare
Choose a tag to compare
@nhorvath nhorvath released this 30 Nov 19:02
· 20 commits to master since this release
bfc5a8e

Breaking Changes

  • get_etag now returns an object with ETag and value, where value is the whole object. The previous response was just the ETag header.
  • conditional_set and conditional_remove now expect the new result of get_etag as the input to the etag parameter. Additionally, if the response code was 412 they now return the new ETag format to be reused.

What's Changed

New Contributors

Full Changelog: v4.5.0...v4.6.0