Enhancements
This release introduces changes to the UI builder plugin routes to support multiple UI builders per search index.
- Use concurrent calls to fetch popular and recent suggestions along with index suggestions, this improves the latency by 2x-3x for the suggestions API [
noss
] - Allow a longer time interval (up to 4 weeks) before server is shut down for a subscription with a valid payment history #227 [
oss
] - Add support for date fields in
range
queries #228, addscalendarInterval
andqueryFormat
properties for range type of queries [oss
]
Fixes
- Fixes a bug that causes a server crash from a promise rejection within a user script [
noss
] - Fixes the docker build after the scripts release [
noss
]
Chore
- Removes functions plugin with this release, scripts should be used instead [
noss
]