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
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,33 @@ 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
+
## [6.0.0] - 2024-10-07
8
+
9
+
### Changed
10
+
- Supported Python versions extended to 10, 11 and 12
11
+
- Added time zones in date operations
12
+
- Jobs API reviewed and fixed. Jobs searching by type and friendlyName discontinued as it is not supported by API.
13
+
Jobs API unit test checked and enabled
14
+
- Added timeout to unit tests of API queries. They may run forever when faulty
15
+
16
+
### Fixed
17
+
- Keep-alive mechanism not working for queries with `destination`. Forcing NO_KEEP_ALIVE in queries with
18
+
`destination`.
19
+
- SSL wrapping of the TCP connection when no certificates are used improved
20
+
- Fix auxiliary Echo serving for unit testing in order to run with new async paradigm
21
+
- Documentation fixes. Some parameters missing or non-existent in docstring
22
+
- Fix for a unit test when using concurrency (from library `stopit` to `pebble`)
23
+
24
+
### Removed
25
+
- Python 3.8 support discontinued
26
+
27
+
### Incompatibilities with 5.x.x that caused mayor version bump
28
+
- Python 3.8 not supported anymore
29
+
- Jobs searching by type and friendlyName discontinued in Jobs API. Only search by job id is supported.
30
+
- Date requires time zone
31
+
- Query with `destination` are forced to NO_KEEP_ALIVE mode for Keep-alive mechanism (instead of
0 commit comments