Releases: typesense/typesense-go
Releases · typesense/typesense-go
v0.6.2
- Using
double
for the stats field
- Other openapi changes like supporting
infix
param etc.
v0.6.1
Expose raw multi search response.
v0.5.0
Supports Typesense v0.23.0
v0.4.0
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
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
Milestone for this release: 0.2.0
FEATURES:
- Synonyms API (#12)
- Cluster operations (#11)
BUG FIXES:
- SearchHighlight matched tokens fix (#37)
v0.1.0
Milestone for this release: 0.1.0
FEATURES:
- Typesense high-level client (#1)
IMPROVEMENTS:
- API documentation (#2)
- Integration tests (#3)