From cca6cc096fed5f19dc06f3409a7aa0ae4e99eddf Mon Sep 17 00:00:00 2001 From: Shaka Bot <13107131+shaka-bot@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:55:24 -0700 Subject: [PATCH] chore(main): release 3.3.0 (#1444) :robot: I have created a release *beep* *boop* --- ## [3.3.0](https://github.com/shaka-project/shaka-packager/compare/v3.2.1...v3.3.0) (2024-10-25) ### Features * Add IAMF support ([#1416](https://github.com/shaka-project/shaka-packager/issues/1416)) ([dc6196d](https://github.com/shaka-project/shaka-packager/commit/dc6196d3d16cf532bf81721881624490a5a474e2)), closes [#1415](https://github.com/shaka-project/shaka-packager/issues/1415) * EXT-X-SESSION-KEY support ([#1427](https://github.com/shaka-project/shaka-packager/issues/1427)) ([d88ed27](https://github.com/shaka-project/shaka-packager/commit/d88ed2798cbe69197b88b394de72551716f51ac9)), closes [#36](https://github.com/shaka-project/shaka-packager/issues/36) * **http:** Add DELETE method support ([#1442](https://github.com/shaka-project/shaka-packager/issues/1442)) ([ddeacb2](https://github.com/shaka-project/shaka-packager/commit/ddeacb2525bfaf1c7301d415109a8149718c4f91)) ### Bug Fixes * **http:** Fix "Failed sending data to the peer" errors ([#1443](https://github.com/shaka-project/shaka-packager/issues/1443)) ([2c9d100](https://github.com/shaka-project/shaka-packager/commit/2c9d100d445f8db82c811c011a2c2e9078e242a2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a3b1e29eeb..6110c0f05d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.1" + ".": "3.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0661d49005..aa2d722758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog +## [3.3.0](https://github.com/shaka-project/shaka-packager/compare/v3.2.1...v3.3.0) (2024-10-25) + + +### Features + +* Add IAMF support ([#1416](https://github.com/shaka-project/shaka-packager/issues/1416)) ([dc6196d](https://github.com/shaka-project/shaka-packager/commit/dc6196d3d16cf532bf81721881624490a5a474e2)), closes [#1415](https://github.com/shaka-project/shaka-packager/issues/1415) +* EXT-X-SESSION-KEY support ([#1427](https://github.com/shaka-project/shaka-packager/issues/1427)) ([d88ed27](https://github.com/shaka-project/shaka-packager/commit/d88ed2798cbe69197b88b394de72551716f51ac9)), closes [#36](https://github.com/shaka-project/shaka-packager/issues/36) +* **http:** Add DELETE method support ([#1442](https://github.com/shaka-project/shaka-packager/issues/1442)) ([ddeacb2](https://github.com/shaka-project/shaka-packager/commit/ddeacb2525bfaf1c7301d415109a8149718c4f91)) + + +### Bug Fixes + +* **http:** Fix "Failed sending data to the peer" errors ([#1443](https://github.com/shaka-project/shaka-packager/issues/1443)) ([2c9d100](https://github.com/shaka-project/shaka-packager/commit/2c9d100d445f8db82c811c011a2c2e9078e242a2)) + ## [3.2.1](https://github.com/shaka-project/shaka-packager/compare/v3.2.0...v3.2.1) (2024-10-02)