All Versions
22
Latest Version
Avg Release Cycle
169 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.17.0.0 Changes
- @bitemyapp
- Removed V1 modules and support.
- Removed the cabal file, replaced with an Hpack
package.yaml
.
- @JoseD92
- Removed the disused
Seminearring
class. - Added Docker Compose support.
- Add support for unassigned.node_left.delayed_timeout index setting
- Removed the disused
- @Kheldar, @AlexeyRaga, @dsturnbull
- Added support for BulkUpsert operations that allow for additional metadata.
- @bitemyapp
-
v0.16.0.0 Changes
June 22, 2018- @bitemyapp
- Reorganized V5 modules internally, ripped out Generic, rewrote part of the test suite.
- Added message field to EsProtocolException
- Switch from Data.Version to Data.SemVer to support parsing broader version format.
- Drop support for GHC < 8.0
- Remove upper bound on aeson.
- @mxavier
- Reorganized V1 modules, mirroring the work done on V5.
- @andrewthad
- Added support for autogenerated elasticsearch ids in the bulk API
- Added support for token filters
- Added action for searching multiple indices
- @lunaris
- Added support for scripts fields and function score queries
- @bermanjosh
- Added support for direct generators
- @rvl
- Add character filters to the
AnalyzerDefinition
type. - Add the "stemmer" and "stop" token filters to
TokenFilterDefinition
.
- Add character filters to the
- @ahodgen
- Add support for wildcard queries
- @ashutoshrishi
- Added fuzziness option to a Match Query
- Added support for "AUTO" Fuzziness alongside a numeric value.
- @bitemyapp
-
v0.15.0.2 Changes
January 29, 2018- @michaelxavier
- Allow http-types 0.12
- @michaelxavier
-
v0.15.0.1 Changes
January 25, 2018- @bitemyapp
- Allow http-types 0.11
- Removed unused
oPath
function
- @bitemyapp
-
v0.15.0.0 Changes
September 15, 2017@jagare
- #204 Fix bug where Location was used instad of LatLon
- #207 Add instructions on how to run example code
@andrewthad
- #200 Add function for deleting alias
- #201 Add BulkCreateEncoding, which allows use of aeson's Encoding for faster bulk creates
- #203 Add support for total fields limit
@chrissound
- #196 Add missing import to example
@tmcgilchrist
- #186 Fix warnings and drop redundant constraints
@23Skidoo
- #183 Bump dependencies to support GHC 8.2
@bermanjosh
- #182 Support for Suggesters and Template Queries
@dawei-dev
- #181 Fix typo
-
v0.14.0.0 Changes
@bitemyapp
- Aeson 1.2
@shmish111
- #177 Added stats aggregation
@justinwhite
- #176 Fixed typo
@WraithM
- #175 Sorted version of getInitialScroll for V5 client
-
v0.13.0.0 Changes
@michaelxavier
- #174 doctests are bad
- #171 Added Semigroup instances
- #165 Aeson 1.1
@bermanjosh
- #168 Sub-aggregation support
- #167 Limit QuickCheck to 500 checks
-
v0.12.1.0 Changes
- @michaelxavier
- #162 Allow Aeson 1.1
- @bermanjosh
- #159 Fix bug with tie breaker json instance for MultiMatchQuery
- @michaelxavier
-
v0.12.0.0 Changes
๐ This release contains several new APIs, documentation fixes, and some minor type updates, and steps towards ES 2.0 support. Thanks to all of our contributors!
- @bermanjosh
- #139 Make
nodeOSLoad
record aMaybe
for Windows compatibility - #138 Change the
nodePluginVersion
record to deal with plugins which reportNA
as their version.
- #139 Make
- @phadej
- #155 Shed
derive
dependency in test. - #154 Switch to
Simple
build type. - #153 Loosen deps on aeson, hspec.
- #155 Shed
- @andrewthad
- #151 Add
waitForYellowIndex
- #151 Add
- @michaelxavier
- #150 Fix some failing QuickCheck tests.
- #147 Drop dependency on deprecated doctest-prop.
- #137 Add node stats API.
- #128 Add nodes API.
- #127 Add haddock sections to break up API.
- #126 Add snapshot/restore API.
- #125 Set lower bound for http-client
- #123 Allow replica count of 0 in smart constructor.
- @23Skidoo
- #143 Fix an example.
- #142 Docs cleanup.
- @alistair
- #135 Changes date formatting to have leading zeroes to bring us closer to ES 2.0 support.
- #133 Fix parent child tests for ES 2.0.
- #132 Parse status API from ES 2.0.
- #131 Add cardinality aggregations.
- @dinnu93
- #130 Add OverloadedStrings to first example.
- @MaxGabriel
- #117 Fix haddocks italicizing forward slashes.
- @bermanjosh
-
v0.11.1.0 Changes
July 06, 2016- @bitemyapp
- Add http-client-0.5.0 support
- @bitemyapp