Skip to content

Commit

Permalink
Prepare 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jul 9, 2024
1 parent 4264f67 commit 380d579
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 40 deletions.
43 changes: 4 additions & 39 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ All user visible changes to this project will be documented in this file. This p



## [0.7.0] · 2024-??-?? (unreleased)
[0.7.0]: /../../tree/v0.7.0
## [0.9.0] · 2024-07-09
[0.9.0]: /../../tree/v0.9.0

[Diff](/../../compare/89285ceba23dc57fc99386cb978d2d23fe909437...v0.9.0) | [Milestone](/../../milestone/1)

### Initially re-implemented

Expand Down Expand Up @@ -36,40 +38,3 @@ See [old upstream CHANGELOG](https://github.com/webrtc-rs/webrtc/blob/turn-v0.6.


[Semantic Versioning 2.0.0]: https://semver.org







# webrtc-turn changelog

## Unreleased

* [#330 Fix the problem that the UDP port of the server relay is not released](https://github.com/webrtc-rs/webrtc/pull/330) by [@clia](https://github.com/clia).
* Added `alloc_close_notify` config parameter to `ServerConfig` and `Allocation`, to receive notify on allocation close event, with metrics data.
* Major refactor, add TCP transport [#1]

[#1]: https://github.com/instrumentisto/medea-turn-rs/pull/1

## v0.6.1

* Added `delete_allocations_by_username` method on `Server`. This method provides possibility to manually delete allocation [#263](https://github.com/webrtc-rs/webrtc/pull/263) by [@logist322](https://github.com/logist322).
* Added `get_allocations_info` method on `Server`. This method provides possibility to get information about allocations [#288](https://github.com/webrtc-rs/webrtc/pull/288) by [@logist322](https://github.com/logist322).
* Increased minimum support rust version to `1.60.0`.
* Increased required `webrtc-util` version to `0.7.0`.


## v0.6.0

* [#15 update deps + loosen some requirements](https://github.com/webrtc-rs/turn/pull/15) by [@melekes](https://github.com/melekes).
* [#11 Fixed spelling of convenience](https://github.com/webrtc-rs/turn/pull/11) by [@Charles-Schleich ](https://github.com/Charles-Schleich).
* Increase min version of `log` dependency to `0.4.16`. [#250 Fix log at ^0.4.16 to make tests compile](https://github.com/webrtc-rs/webrtc/pull/250) by [@k0nserv](https://github.com/k0nserv).
* [#246 Fix warnings on windows](https://github.com/webrtc-rs/webrtc/pull/246) by [@https://github.com/xnorpx](https://github.com/xnorpx).


## Prior to 0.6.0

Before 0.6.0 there was no changelog, previous changes are sometimes, but not always, available in the [GitHub Releases](https://github.com/webrtc-rs/turn/releases).

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "medea-turn"
version = "0.7.0-dev"
version = "0.9.0"
authors = ["Instrumentisto Team <developer@instrumentisto.com>"]
edition = "2021"
rust-version = "1.74"
Expand Down

0 comments on commit 380d579

Please sign in to comment.