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
+33-2Lines changed: 33 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,43 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
7
## [unreleased]
8
+
### Added
9
+
### Changed
10
+
### Fixed
8
11
12
+
## [0.1.1] - 2025-05-25
13
+
14
+
### Changed
15
+
16
+
- Add more logging when stopping the app
17
+
18
+
### Fixed
19
+
20
+
- Fix for on_error and on_close callbacks in WebSocketClient
21
+
- Remove wrong call to idle() in example.py
22
+
23
+
## [0.1.0] - 2024-12-20
24
+
25
+
### Added
26
+
27
+
- Dockerfile for easy deployment
28
+
- New AuthorityKeyIDAnalyzer for matching certificates based on CA
0 commit comments