7.8.2
Bug Fixes
- #4847
client.Timeoutwas not being set after refactoring introduced in #4673 - #4833 Deserialize enums in fallback
Enum.Parseas case insensitive (issue: #4817) - #4834 Check
_cleanupTimeris 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
DateIntervalorTime, 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 thatFixedIntervalaccepts onlyTimeCalendarIntervalacceptsDateIntervalorDateMathTime