Update changelog, bump version to 16.16.0

This commit is contained in:
Ingo Oppermann
2024-06-07 11:37:25 +02:00
parent 32b5a83fa9
commit 18fc8abe62
2 changed files with 11 additions and 1 deletions

View File

@@ -1,5 +1,15 @@
# Core
### Core v16.15.0 > v16.16.0
- Add ConnectionIdleTimeout to RTMP server
- Add WithLevel() to Logger interface
- Fix datarhei/restreamer#759
- Fix various RTMP bugs
- Fix wrong log output when receiving a RTMP stream
- Fix skipping session handling if collectors are nil
- Update dependencies
### Core v16.14.0 > v16.15.0
- Add migrating to ffmpeg 6

View File

@@ -29,7 +29,7 @@ func (v versionInfo) MinorString() string {
// Version of the app
var Version = versionInfo{
Major: 16,
Minor: 15,
Minor: 16,
Patch: 0,
}