Skip to content

Commit 23511f1

Browse files
committed
Update Changelog for v1.4.3
1 parent fe90155 commit 23511f1

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.3] - 2022-09-10
9+
10+
RemoteCdm minimum supported Serve API version is now v1.4.3.
11+
12+
### Added
13+
14+
- Cdm now has a `get_service_certificate()` endpoint to get the currently set service certificate of a Session.
15+
RemoteCdm and Serve also has support for these endpoints.
16+
17+
### Changed
18+
19+
- Added installation instructions, troubleshooting steps, a minimal example, and a list of features to the README.
20+
- The minimum version for lxml has been upped to >=4.9.1. This is due to some vulnerabilities present in all older
21+
versions.
22+
- All f-string formatting in log statements have been replaced with logging formatting to improve performance when
23+
logging is disabled.
24+
25+
### Removed
26+
27+
- The Protocol image has been removed from the README as it is too broad to Browser scenarios and some stuff on it
28+
is too broad. If the viewer is really interested they can Google it to get a much better view into the Protocol.
29+
30+
### Fixed
31+
32+
- Serve's get_license_challenge can now disable privacy mode even if a service certificate is set, as long as privacy
33+
mode is not enforced in settings.
34+
835
## [1.4.2] - 2022-09-05
936

1037
### Changed
@@ -252,6 +279,7 @@ This release is primarily a maintenance release for `serve` functionality but so
252279

253280
Initial Release.
254281

282+
[1.4.3]: https://github.com/rlaphoenix/pywidevine/releases/tag/v1.4.3
255283
[1.4.2]: https://github.com/rlaphoenix/pywidevine/releases/tag/v1.4.2
256284
[1.4.1]: https://github.com/rlaphoenix/pywidevine/releases/tag/v1.4.1
257285
[1.4.0]: https://github.com/rlaphoenix/pywidevine/releases/tag/v1.4.0

0 commit comments

Comments
 (0)