We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ff240 commit 360b799Copy full SHA for 360b799
1 file changed
CHANGELOG.md
@@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
### Added
10
+- Added multiple unit tests for ensuring correct functionality
11
### Changed
12
+- Updated weak cipher suites to stronger ones (939517cd)
13
+- Updated http client settings to prevent timeouts and other connectivity issues
14
+- Updated http server settings to allow for higher delays
15
+- Minor code improvements and refactoring, mostly style related
16
### Removed
17
### Fixed
18
+- Use proper websocket close code (1008) instead of 1005, which wasn't sent to the client
19
### Docs
20
21
## [1.9.0] - 2026-04-03
0 commit comments