Skip to content

Commit

Permalink
Started adding links to issues/PRs to changelog (0.9.5 only, for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed May 18, 2020
1 parent 43ddcd2 commit 9e745c6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ All notable changes to this project will be documented in this file.

## [v0.9.5] - 2020-05-18

- Fixed sessions not being cleaned up when disabling session timeouts and the transport disconnects (thanks @nicolasduteil!)
- Fixed sessions not being cleaned up when disabling session timeouts and the transport disconnects (thanks @nicolasduteil!) [[PR-2143](#2143)]
- Added option to keep candidates with private host addresses when using nat-1-1, and advertize them too instead of just replacing them
- Added auth token, if available, to 'attached' event (handlers) and to Admin API (handle_info)
- Added new API to start/stop recording a VideoRoom as a whole, and a new option to prevent participants from starting/stopping their own recording (thanks @wheresjames!)
- Fixed rare deadlock when wrapping up Streaming plugin mountpoints
- Added new API to start/stop recording a VideoRoom as a whole, and a new option to prevent participants from starting/stopping their own recording (thanks @wheresjames!) [[PR-2137](#2137)]
- Fixed rare deadlock when wrapping up Streaming plugin mountpoints [[PR-2141](#2141)]
- Fixed rare deadlock when destroying AudioBridge rooms
- Added synchronous request to check if an announcement is playing in the AudioBridge
- Fixed AudioBridge announcement not waking up sleeping forwarder
- Added global room mute/unmute support to AudioBridge
- Added configurable DSCP support for outgoing RTP packets to SIP and NoSIP plugins (thanks @GerardM22!)
- Added support for RTP extensions (audio-level, video-orientation) to NoSIP plugin
- Added option to configure ciphers suite for secure WebSockets (thanks @agclark81!)
- Added timer to janus.js to avoid spamming onmute/onunmute events and flashing videos
- Added a new tool to convert .pcap captures to .mjr recordings
- Added configurable DSCP support for outgoing RTP packets to SIP and NoSIP plugins (thanks @GerardM22!) [[PR-2150](#2150)]
- Added support for RTP extensions (audio-level, video-orientation) to NoSIP plugin [[Issue-2152](#2152)]
- Added option to configure ciphers suite for secure WebSockets (thanks @agclark81!) [[PR-2135](#2135)]
- Added timer to janus.js to avoid spamming onmute/onunmute events and flashing videos [[PR-2147](#2147)]
- Added a new tool to convert .pcap captures to .mjr recordings [[PR-2144](#2144)]
- Other smaller fixes and improvements (thanks to all who contributed pull requests and reported issues!)


Expand Down

0 comments on commit 9e745c6

Please sign in to comment.