Releases: manticoresoftware/manticoresearch-typescript
Releases · manticoresoftware/manticoresearch-typescript
Release 8.1.0
This release includes:
- Added support for full-text matching across multiple joined tables
- Updated documentation
Release 8.0.0
This release includes:
- BREAKING CHANGES:
Replaced the_id
property withid
in all related request/response objects - Updated documentation
Release 7.0.0
This release includes:
- Added support for the
/autocomplete
endpoint - Fixed the handling of bigint-s
- BREAKING CHANGES:
Replaced theindex
property withtable
in all related methods - Updated documentation
Release 6.0.0
This release includes:
-
added support for KNN vector search
-
added support for search with joined tables
-
updated sql request and error response formats to match changes in Manticore
-
BREAKING CHANGES: updated the structure of client models to strictly match the request/response formats specified by Manticore's JSON API
(Related Github issue: manticoresoftware/openapi#16)- added models:
- AggComposite
- AggCompositeSource
- AggCompositeTerm
- Aggregation
- AggTerms
- BoolFilter
- BulkResponse
- DeleteDocumentRequest
- DeleteResponse
- ErrorResponse
- FulltextFilter
- GeoDistance
- GeoDistanceLocationAnchor
- Highlight
- HighlightFieldOption
- InsertDocumentRequest
- Join
- JoinCond
- JoinOn
- KnnQuery
- Match
- MatchAll
- ObjectSerializer
- PercolateRequest
- PercolateRequestQuery
- QueryFilter
- Range
- ReplaceDocumentRequest
- ResponseError
- ResponseErrorDetails
- SearchQuery
- SearchRequest
- SearchResponse
- SearchResponseHits
- SourceRules
- SqlResponse
- SuccessResponse
- UpdateDocumentRequest
- UpdateResponse
removed models:
- index
- added models:
-
updated documentation
Release 4.1.0
This release includes:
- used TSUP to bundle the package
- added TS to peer dependencies
- cleaned up tsconfig
Release 4.0.0
This release includes:
- BREAKING: Changed types of 'aggs' and 'expressions' properties in SearchRequest to match Manticore types
- Changed optional rawResponse parameter default to true in UtilsApi.sql
- Updated documentation
Release 3.3.1
This release includes:
- Fixed the structure of BulkResponse to match the altered format of server response in Manticore 6.2.0
- Updated the client version to keep it consistent with the other clients
Release 1.0.0
This release includes:
- TypeScript client generated with an OpenAPITools generator