bloodhound/changelog.md
2015-07-15 20:47:45 -05:00

2.2 KiB

0.7.0.0

  • Added QueryFilter thanks to Bjørn Nordbø!

  • Support for optimistic concurrency control thanks again to @MichaelXavier!

0.6.0.0

  • Refactored concrete IO types and unsophisticated connection management into a proper MonadBH typeclass. This tremendous work was done by @MichaelXavier!

0.5.0.0

  • Fixed and changed TermsQuery (This caused the major bump)

  • Removed benchmarks from travis.yml

  • Added doctests, examples for Database.Bloodhound.Client. Haddocks should be much nicer.

  • Various fixes, reformatting

0.4.0.0

  • Term and date aggregation - thanks to Christopher Guiney! (@chrisguiney)

Following three thanks to Liam Atkins (@latkins)

0.3.0.0

  • Status "ok" changed from Bool to Maybe Bool thanks to @borisyukd

  • Elasticsearch 1.3.x compatibility fixed with changes to geo bounding boxes - thanks to Curtis Carter! (@ccarter)

  • CI coverage expanded to 1.0.x -> 1.3.x

0.2.0.1

  • Killed off maybeJson/mField/catMaybes in favor of omitNulls

  • Experimenting with RecordWildcards

  • Merged Types and Instances module into Types to prevent possibility of orphans and cull orphan instance warnings.

  • Added note about current supported Elasticsearch version.

0.2.0.0

  • Added TermFilter

  • Renamed createMapping to putMapping

  • Fixed and rebuilt documentation

  • RegexpFlags changed to a sum type instead of Text, thanks to @MichaelXavier!