<!channel> I'm excited to announce the public rele...
# important-announcements
j
<!channel> I'm excited to announce the public release of v0.22 of Typesense! 🎉 🎉 Some key highlights: 20-30% reduction in memory usage 20-25% improvement in search performance 5x speed-up in update performance Configurable rules to auto-apply filters. Eg: "Best-rated restaurants" can automatically trigger the filter "rating > 4.5" Configurable typo tolerance based on word length Ability to index special characters verbatim or split search tokens based on them Server-side caching for heavy queries Improved relevance for multi-field searches And a host of other UX improvements and bug fixes. A big thank you to everyone who contributed ideas, tested out the RC builds and helped bring this release to life! 🙏 More detailed information here: https://typesense.org/docs/0.22.0/api/#what-s-new Oh also, I just noticed we've crossed 400 members in our Slack community! 🎉 🎉
❤️ 20
🙌 1
👍 26
🎉 35
If you're on Typesense Cloud, please email support@typesense.org with your cluster ID to upgrade to this version. If you're self-hosting (especially a multi-node HA cluster), please read through these important upgrade instructions that's specific for this particular version upgrade: https://typesense.org/docs/0.22.0/api/#upgrading
m
Congrats !!! 🎉 🎉 🎉
🙏 1
c
Great work guys 💪
🙏 1
b
Great!! Thank you Kishore and Jason!
🙏 1
c
would love to readup about these performance wins, is that written about where ? @Kishore Nallan
k
There was no single magic bullet. We reduced wasteful allocations, adopted more cache-friendly internal data structures and reducing lock contentions. A series of
benchmark -> identify hot spots -> improve perf
cycles.
👍 1
j
👏🏾