Skip to content

Releases: manticoresoftware/manticoresearch-typescript

Release 8.1.0

08 Aug 08:45

Choose a tag to compare

This release includes:

Release 8.0.0

01 Apr 08:00

Choose a tag to compare

This release includes:

  • BREAKING CHANGES:
    Replaced the _id property with id in all related request/response objects
  • Updated documentation

Release 7.0.0

12 Feb 16:32

Choose a tag to compare

This release includes:

  • Added support for the /autocomplete endpoint
  • Fixed the handling of bigint-s
  • BREAKING CHANGES:
    Replaced the index property with table in all related methods
  • Updated documentation

Release 6.0.0

31 Jan 11:20

Choose a tag to compare

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
  • updated documentation

Release 4.1.0

24 Jan 01:53

Choose a tag to compare

This release includes:

  • used TSUP to bundle the package
  • added TS to peer dependencies
  • cleaned up tsconfig

Release 4.0.0

14 Nov 16:14

Choose a tag to compare

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

05 Oct 04:01

Choose a tag to compare

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

27 Sep 07:07

Choose a tag to compare

This release includes:

  • TypeScript client generated with an OpenAPITools generator