Skip to content

Commit

Permalink
Update Changelog for v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaphoenix committed Dec 22, 2023
1 parent 84d30a6 commit 7ea2a72
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
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).

## [1.8.0] - 2023-12-22

### Added

- Added `py.typed` file to support PEP561 and silence Mypy.

### Changed

- Dropped support for Python 3.7.
- Recompiled protobuffers for version 4.25.

### Fixed

- Missing `yaml` dependency as it was only installed alongside the `serve` extras group.
- Duplicate Concatenated SignedMessages no longer throw a verification failure in `Cdm.set_service_certificate()`.
To ensure security of the messages, verification will still fail if any of the SignedMessages do not match each other.

### New Contributors

- [sr0lle](https://github.com/sr0lle)

## [1.7.0] - 2023-11-21

- Supported Serve API: `v1.4.3` or newer
Expand Down Expand Up @@ -473,6 +494,8 @@ Initial Release.

- Service Certificate Signatures are unverified as the signing public key is Unknown.

[1.8.0]: https://github.com/devine-dl/pywidevine/releases/tag/v1.8.0
[1.7.0]: https://github.com/devine-dl/pywidevine/releases/tag/v1.7.0
[1.6.0]: https://github.com/devine-dl/pywidevine/releases/tag/v1.6.0
[1.5.3]: https://github.com/devine-dl/pywidevine/releases/tag/v1.5.3
[1.5.2]: https://github.com/devine-dl/pywidevine/releases/tag/v1.5.2
Expand Down

0 comments on commit 7ea2a72

Please sign in to comment.