Skip to content

Version 0.10.0

Compare
Choose a tag to compare
@kishorenc kishorenc released this 02 Jun 16:24
· 1232 commits to master since this release

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

New features

  • Importing documents: added a /collections/:collection/documents/import endpoint to which you can POST documents for import.
  • Load configuration from environment variables or config file: Arguments to the Typesense server can now be passed via environment variables or through a configuration file.

Bug fixes

  • Filter on facet fields: When a facet field is filtered upon, search should be verbatim.
  • Improve memory and disk consistency: Fixed edge cases when in-memory index could potentially go out of sync with on-disk storage (rarely).

Performance

  • Faster collection initialization: Server initialization time has been significantly reduced for large collections.

Downloads

Please download the appropriate binary archive for your operating system and architecture.

Linux(64-bit):
https://dl.typesense.org/releases/typesense-server-0.10.0-linux-amd64.tar.gz

Mac OS X (64-bit):
https://dl.typesense.org/releases/typesense-server-0.10.0-darwin-amd64.tar.gz

Docker:
docker pull typesense/typesense:0.10.0