Skip to content

v3.2.4

Compare
Choose a tag to compare
@rpmoore rpmoore released this 21 Sep 20:32
· 651 commits to master since this release

This release includes the following changes:

  • Some catched exceptions are no longer required. This cleans up the interface a bit, and removes unnecessary catches and throws statements in client code.
  • Added a generic lazy loader that can be used by all paginated requests
  • Made all requests that support pagination implement a specific paginating interface
  • Updated the xml generation so that all xml streams are generated using UTF-8
  • Added retry logic for Put Objects that encounter recoverable errors