All Versions
62
Latest Version
Avg Release Cycle
30 days
Latest Release
-

Changelog History
Page 5

  • v4.3.0-alpha.2 Changes

    โž• Added

    • ๐Ÿ‘ Basic V2 API support
    • Endpoint::getV2BaseUri

    ๐Ÿ”„ Changed

    • AdapterHelper functions are static

    ๐Ÿ›  Fixed

    • ๐Ÿš€ In the past, the V1 API endpoint solr was not added automatically, so most users set it as path on the endpoint. This bug was discovered with the addition of V2 API support. In almost every setup, the path has to be set to / instead of /solr with this release!
  • v4.3.0-alpha.1 Changes

    โž• Added

    • ๐Ÿ‘ Experimental support for collection API
    • Parameter 'distrib' for queries

    ๐Ÿ”„ Changed

    • ๐Ÿ—„ Deprecation of Endpoint::getBaseUri is revoked! It transparently forwards to getCollectionBaseUri or getCoreBaseUri now
    • Endpoint::getBaseUri, ::getBaseCoreUri and ::getBaseCollectionUri throw UnexpectedValueException if no core or collection has been set

    โœ‚ Removed

    • ๐Ÿ‘ Symfony 2.x support
    • ๐Ÿ‘ Zend 1.x support
    • PECL::Http adapter
    • ๐Ÿ‘ PHP 7.0 support
    • ๐Ÿ“œ Solr 1.4 result parser

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Support for add-distinct and removeregex modifiers in Document::setFieldModifier
    • Zend2Http adapter caused duplicate request parameters
  • v4.2.0 Changes

    ๐Ÿ›  Fixed

    • If a term contains a space, the space needs to be quoted by Helper::escapeTerm()
    • โœ๏ธ Typos
  • v4.2.0-rc.1 Changes

    โž• Added

    • ๐Ÿ‘Œ Support for managed resources
    • ๐Ÿ‘Œ Support for add-distinct and removeregex modifiers
    • ๐Ÿ‘ Basic support for Collections API (create, delete, reload, clusterstatus)
  • v4.2.0-beta.1 Changes

    โž• Added

    • ๐Ÿ‘ Basic support for PUT requests in the HttpAdapter layer
    • ๐Ÿ‘Œ Support for managed resources
    • Core Admin Queries
    • Endpoint::getServerUri
    • Endpoint::getCoreBaseUri
    • Expression::indent
    • BufferedAdd::setCommitWithin
    • BufferedAdd::setOverwrite
    • Set erroneous expression on StreamException
    • Managed resources, stopwords and synonyms query types

    ๐Ÿ—„ Deprecated

    • ๐Ÿ—„ Endpoint::getBaseUri is deprecated. Please use getServerUri or getCoreBaseUri now

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Allow multiple Field Facets for the same field by dynamically using local facet params if required
  • v4.1.0 Changes

    โž• 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
  • v4.1.0-rc.1 Changes

    โž• Added

    • Every component that has a 'query' option is now able to bind parameters to a query string via its setQuery() function
    • โœ… Tests for cursormark
    • ๐Ÿ‘Œ Support for ReRankQuery

    ๐Ÿ”„ Changed

    • ๐Ÿ“‡ Renamed option 'q' to 'query' in Solarium\Component\Facet\JsonQuery for consistency

    ๐Ÿ›  Fixed

    • โœ… Random test failures caused by different timestamps
  • v4.1.0-beta.1 Changes

    โž• Added

    • Query Elevation Component
    • Option 'min' for JsonAggregation
    • ๐Ÿ‘Œ Support for NOW and TZ parameters

    ๐Ÿ”„ Changed

    • โœ… Test coverage and docs for cursor functionality
    • โœ… Test coverage for JSON facets
    • Branch aliases for composer

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ Filter empty buckets from JSON facets during result parsing
    • ๐Ÿ“„ Cover 'contains' and 'containsignorecase' in FacetSet docs
  • v4.1.0-alpha.1 Changes

    โž• Added

    • ๐Ÿ‘Œ Support for JSON Facet API

    ๐Ÿ”„ Changed

    • Constants FacetSet::FACET_* became FacetSetInterface::FACET_*
  • v4.0.0 Changes

    โž• Added

    • ๐Ÿ‘Œ Support "sow" parameter (Split On Whitespace) in select queries