Skip to content

4.1.0

Compare
Choose a tag to compare
@mkalkbrenner mkalkbrenner released this 09 Aug 13:34
· 580 commits to master since this release

[4.1.0]

Added

  • Method AbstractQuery::removeParam() to remove a custom parameter or to reset a required but modified parameter
  • Basic support for DELETE requests in the HttpAdapter layer
  • Introduced an AdapterHelper class to start unifying implementations across all HTTP adapters

Changed

  • To unify the file extraction across all HTTP Adapters, the filename is now always reduced to its basepath

Fixed

  • Guzzle Integration tests
  • Don't modify the time zone of DateTime objects passed by reference
  • Extract request rejected because of missing multipart boundary