Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Latest commit

 

History

History
95 lines (70 loc) · 3.3 KB

CHANGELOG.md

File metadata and controls

95 lines (70 loc) · 3.3 KB

2.2.1

Changes:

2.2.0

Changes:

  • Bump to Scala 2.12, including various deps

2.1.9

Changes:

  • Bump to Scala 2.11.8
  • Release fuckery

2.1.8

Changes:

  • Lazily build request object used for debugging to prevent wasted time when debug is disabled via #40, thanks SansCoder-Q!
  • Bump dispatch dependency to 0.11.3 via #42, thanks rafa89!

2.1.6

Bugfixes

Features

  • Clients can now be instantiated with headers to facilitate authentication via #39, thanks gnomff!

2.1.5

Changes:

  • Release stuff, moving to maven central.

2.1.4

Features:

Improvements:

  • Upgrade to Scala 2.11.7
  • Upgrade to Elasticsearch 1.7.0

2.1.2

Features:

2.1.1

Bugfixes:

Features:

2.1.0

Bugfixes:

Improvements:

  • Upgrade to Scala 2.11.6
  • Upgrade to Elasticsearch 1.5.0

2.0.19

Features:

Bugfixes:

  • Fix that createIndex wasn't properly setting any settings specified, thanks davidbkemp

Improvements:

  • Improve reuse of code in unit tests, thanks davidbkemp

2.0.18

Features:

2.0.17

Features:

  • Add ignoreConflicts parameter to putMapping, thanks sokrahta

Improvements:

  • Documented the putMapping and getMapping methods in the README, thanks sokrahta
  • Documented the shutdown() method in the README for curious users

2.0.16

Features:

Bugfixes:

  • Extend testing timeouts in case things get slow with the in-VM ES

2.0.15

Features:

  • Start keeping a damned CHANGELOG
  • Bump to Scala 2.11.5
  • Include elasticsearch dep in tests to run in-VM ES for integration tests, thanks mmollaverdi
  • Add travisci
  • Added suggest, thanks sokrahta