Solarium v4.1.0 Release Notes

  • โž• 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