Skip to content

Releases: algolia/algoliasearch-client-go

v4.2.1

28 Aug 11:02
Compare
Choose a tag to compare

v4.1.1

21 Aug 15:52
Compare
Choose a tag to compare

v4.1.0

20 Aug 13:17
Compare
Choose a tag to compare

v4.0.2

19 Aug 16:22
Compare
Choose a tag to compare

v4.0.0

14 Aug 10:26
Compare
Choose a tag to compare

v3.31.2

25 Jun 15:45
6423238
Compare
Choose a tag to compare

What's Changed

  • fix(search): merge and aireraking are now accessible as json.RawMessage by @vredens in #719
  • feat(insights): implement event optional subtype by @Fluf22 in #763

New Contributors

Full Changelog: v3.31.1...v3.31.2

Improvements, fixes and renaming

03 Oct 10:21
Compare
Choose a tag to compare

Special thanks to external contributors

Fixes

  • Fix Client.ListIndexes
  • Fix LogRes type
  • Fix aroundRadius type
  • Fix distinct type
  • Fix removeStopWords type
  • Fix NewOneWaySynonym method name (minor typo)
  • Fix NewAltCorrectionSynonym method name (minor typo)

Additions

  • Add Client.SetHTTPClient method
  • Add Index.GetObjectsAttrs method
  • Add Settings.ToMap method
  • Add FileSize field in the IndexRes response type
  • Add NumberOfPendingTask field in the IndexRes response type

Changes

  • Implement the new Synonym API
  • Rename fowardToSlaves parameter into forwardToReplicas
  • Rename attributesToIndex setting into searchableAttributes
  • Rename numericAttributesToIndex setting into numericAttributesForFiltering
  • Allow exactOnSingleWordQuery parameter in queries
  • Allow alternativesAsExact parameter in queries
  • Allow forwardToReplicas parameter in queries

Misc

  • Avoid the inclusion of the syscall package 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

06 Jun 14:38
Compare
Choose a tag to compare

1.5.0: Merge pull request #75 from algoliareadmebot/master

01 Jun 16:25
Compare
Choose a tag to compare