Bug Fixes
- #4847
client.Timeout
was not being set after refactoring introduced in #4673 - #4833 Deserialize enums in fallback
Enum.Parse
as case insensitive (issue: #4817) - #4834 Check
_cleanupTimer
is not null when disposingRequestDataHttpClientFactory
(issue: #4818) - #4854 Fix ScriptCacheStats
- #4856 Fix DateHistogram aggregation intervals (issue: #4839)
Breaking Changes
-
#4854 Fix ScriptCacheStats
Modelling of contexts was incorrectly implemented such that deserialization would fail. This breaking change fixes an implementation that would never have worked.
-
#4856 Fix DateHistogram aggregation intervals (issue: #4839)
FixedInterval was incorrectly mapped to accept either a
DateInterval
orTime
, but an input always requires a factor, meaning the former input would result in an error from Elasticsearch if used. Rather than attempt to patch around this, we decided to fix the broken implementation such thatFixedInterval
accepts onlyTime
CalendarInterval
acceptsDateInterval
orDateMathTime