Skip to content

Releases: typesense/typesense-go

v2.0.0

22 Jul 11:02
8d55404
Compare
Choose a tag to compare
  • The q and query_by params are now optional and use pointer.String type, which is a backward incompatible change.
  • Support for preset API.
  • Client supports multi-node configuration for client side load balancing and fall-back.

v1.1.0

14 Jun 12:13
085368c
Compare
Choose a tag to compare

v1.0.0

02 Jan 11:00
732a427
Compare
Choose a tag to compare

v1 release in major.minor.patch format.

v1.0

22 Dec 13:36
732a427
Compare
Choose a tag to compare

There is a breaking change in the client interface that warranted a major version release:

See: Add context.Context to all functions

v0.9.0

15 Dec 14:31
Compare
Choose a tag to compare
  • Use interface type for group key.
  • Add SearchGroupedHit.Found param

v0.8.0

08 Aug 09:31
Compare
Choose a tag to compare
  • Fix group by support
  • Pull latest changes from openai client

v0.7.0

16 Jun 16:36
Compare
Choose a tag to compare
Fix ordering of keys in generated code.

v0.6.2

02 Dec 13:32
Compare
Choose a tag to compare
  • Using double for the stats field
  • Other openapi changes like supporting infix param etc.

v0.6.1

22 Sep 04:56
Compare
Choose a tag to compare

Expose raw multi search response.

v0.6.0

05 Aug 06:43
Compare
Choose a tag to compare

Pull latest changes from Open API Spec.