Skip to content

Commit

Permalink
Prepare 0.4.0 release (#119)
Browse files Browse the repository at this point in the history
- fix `Connection` lifecycle in SFU mode
- fix initial mute state on incoming tracks in SFU mode
- make enums naming consistent across Flutter platforms

Co-authored-by: logist322 <[email protected]>
Co-authored-by: evdokimovs <[email protected]>
  • Loading branch information
3 people authored Jul 11, 2023
1 parent 5667cfb commit cc39273
Show file tree
Hide file tree
Showing 51 changed files with 772 additions and 1,141 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

env:
CACHE: ${{ !contains(github.event.head_commit.message, '[fresh ci]') }}
MEDEA_BRANCH: edge # for E2E tests only
MEDEA_BRANCH: fix-mute-in-sfu # for E2E tests only
PROTOC_VER: 3.x
RUST_BACKTRACE: 1

Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ All user visible changes to this project will be documented in this file. This p



## [0.4.0] · 2023-07-11
[0.4.0]: /../../tree/medea-jason-0.4.0

[Diff](https://github.com/instrumentisto/medea-jason/compare/medea-jason-0.3.0...medea-jason-0.4.0)

### BC Breaks

- Minimal supported version of `medea-client-api-proto` is `0.5.0` ([#119]).

### Fixed

- Initial mute state on incoming tracks in [SFU] mode ([#119]).
- Incorrect `ConnectionHandle`s creation and disposal in [SFU] mode ([#119]).

[#119]: /../../pull/119




## [0.3.0] · 2023-06-09
[0.3.0]: /../../tree/medea-jason-0.3.0

Expand Down Expand Up @@ -298,3 +317,4 @@ All user visible changes to this project will be documented in this file. This p


[Semantic Versioning 2.0.0]: https://semver.org
[SFU]: https://webrtcglossary.com/sfu
Loading

0 comments on commit cc39273

Please sign in to comment.