Skip to content

Releases: typesense/typesense-go

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.

v0.5.0

20 Jun 11:03
Compare
Choose a tag to compare

Supports Typesense v0.23.0

v0.4.0

20 Dec 05:42
2db0f91
Compare
Choose a tag to compare

Bug Fixes:

  • fix url encoding for filter_by in search parameters
  • fix facet_counts parsing from search response

Features:

  • Now supports Typesense Server v0.22.1

v0.3.0

08 Aug 10:18
77cfae1
Compare
Choose a tag to compare

FEATURES:

  • Add no index option to the Field type (#66)
  • Add text_match field to the SearchResultHit type and fix took_ms to search_time_ms (#73)

v0.2.0

28 Jan 15:37
884f67c
Compare
Choose a tag to compare

Milestone for this release: 0.2.0

FEATURES:

  • Synonyms API (#12)
  • Cluster operations (#11)

BUG FIXES:

  • SearchHighlight matched tokens fix (#37)

v0.1.0

15 Jan 10:44
0cddfd0
Compare
Choose a tag to compare

Milestone for this release: 0.1.0

FEATURES:

  • Typesense high-level client (#1)

IMPROVEMENTS:

  • API documentation (#2)
  • Integration tests (#3)