From 60f831555b0dd88961771857191e25f0eb2f79a5 Mon Sep 17 00:00:00 2001 From: Vadym Markov Date: Tue, 15 Oct 2024 12:38:32 +0200 Subject: [PATCH] release: 0.10.0 (#65) --- CHANGELOG.md | 22 ++++++++++++++++- Docs/header.html | 2 +- Examples/VideoFilters/Podfile.lock | 38 +++++++++++++++--------------- PexipCore.podspec | 2 +- PexipInfinityClient.podspec | 2 +- PexipMedia.podspec | 2 +- PexipRTC.podspec | 2 +- PexipScreenCapture.podspec | 2 +- PexipVideoFilters.podspec | 2 +- 9 files changed, 47 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99670944..831bebde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,25 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Added - `MediaFactory.audioSession` to use instead of deprecated `AudioSession.shared` +# [0.10.0] - 2024-10-09 + +### Added +- Support audio in screen capture +- Make it possible to set preferred aspect ratio + +## Changed +- `MediaFactory.audioSession` to use instead of deprecated `AudioSession.shared` + +### Fixed +- Fix audio configuration for screen capture +- Don't check for host on mute/unmute +- Support cancellation in DNS lookup +- Use different audio session mode for audio and video calls + +## Removed +- Remove various deprecated methods and types + + ## [0.9.0] - 2023-10-08 ### Added @@ -147,7 +166,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Added - Initial release -[Unreleased]: https://github.com/pexip/pexip-swift-sdk/compare/0.9.0...HEAD +[Unreleased]: https://github.com/pexip/pexip-swift-sdk/compare/0.10.0...HEAD +[0.10.0]: https://github.com/pexip/pexip-swift-sdk/releases/tag/0.10.0 [0.9.0]: https://github.com/pexip/pexip-swift-sdk/releases/tag/0.9.0 [0.8.0]: https://github.com/pexip/pexip-swift-sdk/releases/tag/0.8.0 [0.7.0]: https://github.com/pexip/pexip-swift-sdk/releases/tag/0.7.0 diff --git a/Docs/header.html b/Docs/header.html index cd8ee394..f70474a2 100644 --- a/Docs/header.html +++ b/Docs/header.html @@ -1,7 +1,7 @@