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
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
+
## [5.3.0] - 2024-06-18
8
+
9
+
### Added
10
+
11
+
- Force flush in Sender buffer to send incomplete buffers after a timeout
12
+
-`mock` dependency added to testing requirements
13
+
14
+
### Changed
15
+
16
+
-`requests` dependency upgraded from `requests~=2.31` to `requests~=2.32`
17
+
-`certifi` dependency upgraded from `certifi~=2024.2.2` to `certifi~=2024.6.2`
18
+
-`cryptography` dependency upgraded from `cryptography~=42.0.5` to `cryptography~=42.0.8`
19
+
-`pipdeptree` dependency upgraded from `pipdeptree~=2.17.0` to `pipdeptree~=2.23.0`
20
+
-`pytest` dependency upgraded from `pytest~=8.1.1` to `pytest~=8.2.2`
0 commit comments