Skip to content

Releases: algolia/algoliasearch-client-go

v3.31.2

25 Jun 15:45
6423238

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

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

Choose a tag to compare

1.5.0: Merge pull request #75 from algoliareadmebot/master

01 Jun 16:25

Choose a tag to compare