Releases: algolia/algoliasearch-client-go
Releases · algolia/algoliasearch-client-go
v3.31.2
Improvements, fixes and renaming
Special thanks to external contributors
- @andyhaskell / Andrew Haskell from Meta Search
- @cochran-at-niche
- @kujenga / Aaron Taylor from Meta Search
- @sharpner
Fixes
- Fix
Client.ListIndexes - Fix
LogRestype - Fix
aroundRadiustype - Fix
distincttype - Fix
removeStopWordstype - Fix
NewOneWaySynonymmethod name (minor typo) - Fix
NewAltCorrectionSynonymmethod name (minor typo)
Additions
- Add
Client.SetHTTPClientmethod - Add
Index.GetObjectsAttrsmethod - Add
Settings.ToMapmethod - Add
FileSizefield in theIndexResresponse type - Add
NumberOfPendingTaskfield in theIndexResresponse type
Changes
- Implement the new Synonym API
- Rename
fowardToSlavesparameter intoforwardToReplicas - Rename
attributesToIndexsetting intosearchableAttributes - Rename
numericAttributesToIndexsetting intonumericAttributesForFiltering - Allow
exactOnSingleWordQueryparameter in queries - Allow
alternativesAsExactparameter in queries - Allow
forwardToReplicasparameter in queries
Misc
- Avoid the inclusion of the
syscallpackage to be used within Google App Engine
Tests
- Add tests
- Run tests in parallel
- Only test across the last 3 major versions of Go (currently 1.5, 1.6 and 1.7)
2.0.0: Merge pull request #81 from algoliareadmebot/master
1.5.0: Merge pull request #75 from algoliareadmebot/master
Last v1.x release.