We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e77ab commit bbc0345Copy full SHA for bbc0345
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
5
+## [1.7.0] - 2022-05-04
6
+### Added:
7
+- Client-side SDK tests for streaming updates, polling, and experimentation evaluations.
8
+
9
+### Fixed:
10
+- Suppressed misleading panic stacktrace output related to `httphelpers.BrokenConnectionHandler`.
11
+- SDKs are allowed to include an `api_key` scheme identifier in `Authorization` headers.
12
13
## [1.6.2] - 2022-04-29
14
### Fixed:
15
- Fixed client-side SDK test expectations for "wrong type" errors.
VERSION
@@ -1 +1 @@
1
-1.6.2
+1.7.0
0 commit comments