File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.8.0] - 2023-12-22
9+
10+ ### Added
11+
12+ - Added ` py.typed ` file to support PEP561 and silence Mypy.
13+
14+ ### Changed
15+
16+ - Dropped support for Python 3.7.
17+ - Recompiled protobuffers for version 4.25.
18+
19+ ### Fixed
20+
21+ - Missing ` yaml ` dependency as it was only installed alongside the ` serve ` extras group.
22+ - Duplicate Concatenated SignedMessages no longer throw a verification failure in ` Cdm.set_service_certificate() ` .
23+ To ensure security of the messages, verification will still fail if any of the SignedMessages do not match each other.
24+
25+ ### New Contributors
26+
27+ - [ sr0lle] ( https://github.com/sr0lle )
28+
829## [ 1.7.0] - 2023-11-21
930
1031- Supported Serve API: ` v1.4.3 ` or newer
@@ -473,6 +494,8 @@ Initial Release.
473494
474495- Service Certificate Signatures are unverified as the signing public key is Unknown.
475496
497+ [ 1.8.0 ] : https://github.com/devine-dl/pywidevine/releases/tag/v1.8.0
498+ [ 1.7.0 ] : https://github.com/devine-dl/pywidevine/releases/tag/v1.7.0
476499[ 1.6.0 ] : https://github.com/devine-dl/pywidevine/releases/tag/v1.6.0
477500[ 1.5.3 ] : https://github.com/devine-dl/pywidevine/releases/tag/v1.5.3
478501[ 1.5.2 ] : https://github.com/devine-dl/pywidevine/releases/tag/v1.5.2
You can’t perform that action at this time.
0 commit comments