Typesense

Latest version: v1.0.3

Safety actively analyzes 723625 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

0.17.0

Not secure
This release contains a few new features and important bug fixes.

<strong>[Feature]</strong> Matched tokens are returned in the highlight response structure.
<strong>[Feature]</strong> Customization of the start and end HTML tags used for highlighting (default being the mark tag).
<strong>[Feature]</strong> Delete documents that match a filter query.
<strong>[Feature]</strong> Tokenizer now splits text on new line characters, in addition to space.
<strong>[Bug fix]</strong> Fixed a bug that prevented single document updates from being available on the Raft log.
<strong>[Bug fix]</strong> Validate data types of the fields of a collection schema during collection creation.
<strong>[Bug fix]</strong> Ignore invalid unicode characters when returning search response. Earlier, this was causing a crash in some rare cases.
<strong>[Bug fix]</strong> Allow the colon character (<code>:</code>) to be present in the filter query value.

Please download the appropriate binary archive for your operating system and architecture:
https://typesense.org/downloads/

0.16.1

This is a maintenance release to fix an issue we identified with the updates feature.

**[Bug fix]** Updates to string array fields were causing a crash during faceting.

Please download the appropriate binary archive for your operating system and architecture:
https://typesense.org/downloads/

0.16.0

Not secure
The primary focus of this release is to provide update support for documents.

[Feature] Support partial updates or upserts of documents.
[Feature] Parameterize the number of tokens that surround a highlight via the new `highlight_affix_num_tokens` parameter.
[Bug fix] When a document is not imported due to an error, the full document was not always being returned in the import response. This has been addressed in this release.

Please download the appropriate binary archive for your operating system and architecture:
https://typesense.org/downloads/

0.15.0

Not secure
This release contains several new features, bug fixes and performance improvements.

[Performance] Adopted jemalloc: we're now using jemalloc as the memory allocator. In our tests, jemalloc showed significantly better performance and lower memory fragmentation.
[Performance] Streaming import: You can now safely import large number of documents into Typesense without a drastic impact on search latency. We've also changed the output format of the import end-point: the response will now be in JSON lines rather than as a full-fledged JSON document.
[Performance] Significant performance improvement in wildcard queries and faceting involving array fields.
[Feature] Allow default sorting field to be an int64.
[Feature] Ensured that the server returns a 503 response when it is still catching up on the writes from the leader. This threshold can be controlled by the --catch-up-threshold-percentage argument (default: 95).
[Feature] Data snapshot interval can now be customized by the --snapshot-interval-seconds argument (default: 3600).
[Feature] Metrics API: we've added a /metrics.json end-point that returns CPU, storage and memory metrics.
[Feature] Exact filtering on string field: It's now possible to match a facet-enabled string field exactly in the filter query by using the := operator.
[Bug fix] Clustering improvements: We've fixed a number of performance issues and edge cases by extensively benchmarking the clustering implementation via multi-region deployments.
[Bug fix] Fixed a race condition that sometimes prevented a Typesense node from recognizing custom generated API keys.
[Bug fix] Fixed an edge case in text match score calculation that caused relevancy issues on long queries.
[Bug fix] Fixed a crash that happened when an int32 field was filtered by a number exceeding the range of a valid int32 value.

Please download the appropriate binary archive for your operating system and architecture:
https://typesense.org/downloads/

0.14.0

Not secure
In this release, we announce support for grouping documents on one or more fields. There are also a number of bug fixes.

[Feature] Group by: documents can now be grouped on one or more fields. You can also limit each group to the top K hits within the documents matching that group.
[Bug fix] Fixed an edge case in filtering of documents by int64 field.
[Bug fix] Allow float array field to accept integer values (i.e. whole numbers).
[Bug fix] Deletion of records with optional fields.
[Bug fix] Collection schema API response should contain the optional attribute of fields in the schema.

Please download the appropriate binary archive for your operating system and architecture:
https://typesense.org/downloads/

0.13.0

Not secure
In this release, we announce the support for API key management.

- [Feature] API key management. You can generate API keys with fine-grained access control restrictions for better security.
- [Deprecation] Command line `--search-only-key` option is removed. Please use the key generation API to generate a key with search-only permission.
- [Deprecation] The `max_hits` search query parameter is removed. Please use the per_page parameter as a replacement.

Please download the appropriate binary archive for your operating system and architecture:
https://typesense.org/downloads/

Page 4 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.