You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,15 @@ Note: These changes are not considered notable:
13
13
14
14
## [Unreleased]
15
15
16
+
## [5.0.1] - 2024-03-27
17
+
### Changed
18
+
- make user-agent headers more descriptive (#168)
19
+
20
+
### Fixed
21
+
- make client more resilient to non-conforming responses from `unleash-edge` (#162)
22
+
- while the unleash server provides always valid responses, (at least some versions of) unleash-edge can provide an unexpected JSON response (null instead of empty array).
23
+
- fixed the handling of the response, so we do not throw exceptions in this situation.
24
+
16
25
## [5.0.0] - 2023-10-30
17
26
### Added
18
27
- change seed for variantutils to ensure fair distribution (#160)
0 commit comments