Changelog History
Page 2
-
v0.10.0 Changes
June 02, 2019🚀 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.gzMac 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
- Importing documents: added a
-
v0.9.2 Changes
September 08, 2018🚀 This is largely a maintenance release with some minor feature additions:
🆕 New features
- Health check: added a
/health
health check endpoint that return200
status code when the service is up. - Latin character substituition: latin characters are "normalized" to their ASCII equivalent. For e.g
ß
is substituted withss
. - Collection creation timestamp: the collection summary data now includes the
created_at
UNIX timestamp (second since epoch).
🐛 Bug fixes
- 🛠 Fixed a concurrency related issue with the replication
- 🛠 Fixed wrong datetime appearing in log files on Linux
Downloads
Please download the appropriate binary archive for your operating system and architecture.
🐧 Linux(64-bit):
🚀 https://dl.typesense.org/releases/typesense-server-0.9.2-linux-amd64.tar.gzMac OS X (64-bit):
🚀 https://dl.typesense.org/releases/typesense-server-0.9.2-darwin-amd64.tar.gz🐳 Docker:
🐳docker pull typesense/typesense:0.9.2
- Health check: added a
-
v0.9.1 Changes
June 09, 2018🚀 This is a bug fix release:
🛠 Fixed an edge case that caused Typesense to crash on some queries involving fields with large text content.
Downloads
Please download the appropriate binary archive for your operating system and architecture.
🐧 Linux(64-bit):
🚀 https://dl.typesense.org/releases/typesense-server-0.9.1-linux-amd64.tar.gzMac OS X (64-bit):
🚀 https://dl.typesense.org/releases/typesense-server-0.9.1-darwin-amd64.tar.gz🐳 Docker:
🐳docker pull typesense/typesense:0.9.1