Skip to content

Latest commit

 

History

History
447 lines (308 loc) · 32.7 KB

CHANGELOG.md

File metadata and controls

447 lines (308 loc) · 32.7 KB

Change Log

1.21.0 (2017-04-25)

Full Changelog

Implemented enhancements:

  • Simplify DSL for batches on same index #67
  • Get Object with some attributes #19

Closed issues:

  • Add cross compilation to Scala 2.10 #296

Merged pull requests:

1.20.0 (2017-04-10)

Full Changelog

Closed issues:

  • IndexSettings bad types #369

Merged pull requests:

  • feat(query,indexsettings): Fix index settings & query types #372 (ElPicador)
  • Minor build clean up: use isSnapshot and sbt helpers #370 (pdalpra)

1.19.1 (2017-03-17)

Full Changelog

Merged pull requests:

  • Revert "feat(json4s): Be less restrictiv for json4s dependency versio… #368 (ElPicador)

1.19.0 (2017-03-13)

Full Changelog

Fixed bugs:

  • insideBoundingBox & insidePolygon takes arrays of arrays #365
  • Incompatibilities with Spark because of json4s #363

Merged pull requests:

  • feat(query): Construtor with floats for InsidePolygon & InsideBoundin… #367 (ElPicador)
  • fix(query): Fix InsideBoundingBox & InsidePolygon #366 (ElPicador)
  • feat(json4s): Be less restrictiv for json4s dependency version, to make it compatible with Spark #364 (ElPicador)
  • Update README #362 (algoliareadmebot)

1.18.0 (2017-02-06)

Full Changelog

Merged pull requests:

1.17.0 (2016-12-20)

Full Changelog

Fixed bugs:

  • getRankingInfo is a Boolean #195

Merged pull requests:

1.16.0 (2016-12-09)

Full Changelog

Closed issues:

  • ignorePlurals: accept a list of ISO codes #190
  • Implement search in facet #178

Merged pull requests:

1.15.0 (2016-10-06)

Full Changelog

Fixed bugs:

  • WaitTask support only indexing faster than 13 seconds #148

Closed issues:

  • Add support for restrictSources #166
  • Rename of attributesToIndex to searchableAttributes #164
  • Replace master/slaves by primary/replicas #163
  • Index: implement getObjects with attributesToRetrieve #150

Merged pull requests:

1.14.0 (2016-08-19)

Full Changelog

Merged pull requests:

1.13.1 (2016-08-03)

Full Changelog

Closed issues:

  • Migrate User-Agent header to new conventions #140

Merged pull requests:

1.13.0 (2016-07-26)

Full Changelog

Closed issues:

  • numberOfPendingTask should be removed #134
  • Confusing documentation: variable naming #127
  • Confusing documentation: missing imports #126

Merged pull requests:

1.12.0 (2016-07-13)

Full Changelog

1.12 (2016-07-13)

Full Changelog

Implemented enhancements:

  • Allow extra index settings String to be specified #124
  • Allow extra query String parameters to be specified #90
  • Add custom HEADERS to the request #89

Merged pull requests:

1.11.0 (2016-07-12)

Full Changelog

Merged pull requests:

1.10.0 (2016-06-21)

Full Changelog

Closed issues:

  • Support of new query parameters #115

Merged pull requests:

1.9.0 (2016-06-09)

Full Changelog

Closed issues:

  • Support deleting by query #92

Merged pull requests:

1.8.0 (2016-06-06)

Full Changelog

Closed issues:

  • Migrate to AsyncHttpClient v2 #100

Merged pull requests:

1.7.2 (2016-06-06)

Full Changelog

1.7.1 (2016-06-06)

Full Changelog

Merged pull requests:

1.7.0 (2016-06-01)

Full Changelog

Implemented enhancements:

  • Synonym v2 integration #88

Merged pull requests:

1.6.2 (2016-05-18)

Full Changelog

Fixed bugs:

  • Handle errors of DNS in the fallback #96

Merged pull requests:

1.6.1 (2016-05-17)

Full Changelog

Fixed bugs:

  • Fix the order of the hosts fallbacks #93

Merged pull requests:

1.6.0 (2016-03-23)

Full Changelog

Closed issues:

  • Search: Ability to return > 1000 or Browse: Add custom query parameter(s) #86

Merged pull requests:

1.5 (2016-03-09)

Full Changelog

Implemented enhancements:

  • Delete by query #8
  • Generate Secured ApiKeys #79
  • Multiple queries #17
  • Backup / Retrieve of all index content #15

Merged pull requests:

1.4.0 (2016-02-18)

Full Changelog

Implemented enhancements:

  • Search: Add other options #5

Merged pull requests:

1.3.0 (2016-02-18)

Full Changelog

Implemented enhancements:

  • Logs #16
  • Security / User API Keys #13
  • Configure a index #3

Closed issues:

  • Add doc for index settings #74

Merged pull requests:

1.2.0 (2016-02-02)

Full Changelog

Implemented enhancements:

  • Get multiple objects #34

Fixed bugs:

  • Can not do batches on batches #32

Merged pull requests:

1.1.0 (2016-01-25)

Full Changelog

Implemented enhancements:

  • Partial Update Object No Create, on single object #69
  • Batch partialUpdateObjects/partialUpdateObjectNoCreate #31
  • Wait indexing #11
  • Partial object update #4

Merged pull requests:

1.0.0 (2015-12-22)

Implemented enhancements:

  • DSL: Rename document & documents #57
  • Simplify the DSL #56
  • docs: Add full example #55
  • The API returns Seq\[\] maybe we should change it to something more universal Traversable\[\] ? #52
  • Add configurable request timeouts on the http client #49
  • Add configurable connect timeouts on the http client #48
  • Add api version in userAgent #47
  • Testing: Add a full Integration test on indicies #41
  • Delete by multiple objectIDs #33
  • Get an object #18
  • Copy or rename an index #14
  • Batch writes #12
  • Clear an index #10
  • Delete an index #9
  • Delete object #7
  • Create index #6
  • Launch multiple commands in one execute #2

Fixed bugs:

  • Weird HTTP exception if APP_ID is "" #54
  • Have the ExecutionContext passed as implicit #24
  • Indexing does not uses indexingHosts #23
  • The hosts are not randomized on query #22
  • If a server answers a 4XX all the servers are called #1

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator