Skip to content

Latest commit

 

History

History
74 lines (43 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

74 lines (43 loc) · 1.63 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Fixed

  • Fix a bug when using prefixed indices and the purge method.

Added

  • This changelog file.

1.0.2 - 2020-07-31

Fixed

  • Fix a missing dependency when using the built-in Serializer.

1.0.1 - 2020-07-16

Fixed

  • Fix Symfony HttpClient issue when Elastic throw a 4xx or 5xx response code.

1.0.0 - 2020-06-24

Added

  • Add a method to migrate an Index (when the mapping change).

Changed

  • Switch to Elastica 7.0.

Removed

  • Remove the "WIP" status in the documentation.

0.1-beta.2 - 2020-06-23

Added

  • Add TravisCI tests.
  • Symfony Messenger Handler support.
  • Symfony HttpClient compatible transport.
  • New CONFIG_INDEX_PREFIX configuration option.
  • Support for Symfony 5.

Changed

  • Better documentation.

Fixed

  • Fixed the JanePHP support.
  • Lots of fixes.

0.1-beta.1 - 2019-06-04

Added

  • Allow to set Serializer Context for input/output.