Added
- Improve tracing in Check API by enhancing discoverability of model ID. #1964
- Improve tracing in all APIs by adding the store ID to the span. #1965
Changed
-
ReadChanges
now supports sorting. #1976.This is a breaking change related to the storage interface. If you are not implementing a storage adaptor, then these changes should not impact you.
Removed
- Removed deprecated opentelemetry-connector
memory_ballast
extension. #1942. - Removed experimental logging of cache hits for each subproblem in
Check
API calls. #1960.
Fixed
- Handle all permutations of SQLite busy / locked errors #1936. Thanks @DanCech!
- Goroutine leak in Check API introduced in v1.6.1 #1962.
- Broken migration from v.1.4.3 to v1.5.4 (#1668) #1980 and #1986.
- Upgrade go from 1.22.6 to 1.22.7 to address CVE-2024-34156 #1987. Thanks @golanglemonade!