v2.3.10
abhinavdangeti
released this
15 Sep 16:40
·
107 commits
to master
since this release
Bug Fixes
- Fix format of date times displayed in search result, to not drop precision (#1868)
Improvements
- Upgraded to
golang.org/x/[email protected]
to overcome a vulnerability (#1845) - Support for polish language analyzer -
pl
(#1825) - Additional attribute in search response to determine partial/complete hits for match queries (#1848)
- Performance optimization to speed up documents processing per mapping definition (#1865)
- Support fuzziness factor for matchphrase, multiphrase & phrase queries (#1847)
- Geo shape polygon decode optimization w/ buffer re-use (#1864)
- Override-able Marshal/Unmarshal methods (#1880)
- Enhanced data time format support:
sanitizedgo
that validates layout against supported golang constants (#1877)- Ability to apply custom datetime parsers to query criteria and facets (#1860, #1878)
- Ability to parse date times in these formats -
unix_micro
,unix_sec
,unix_milli
,unix_nano
(#1870) - Additional layouts support with
percentstyle
andisostyle
(#1866)