mirror of
https://github.com/datarhei/core.git
synced 2025-09-26 12:01:30 +08:00
Update changelog, bump version to 16.16.0
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -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
|
||||
|
@@ -29,7 +29,7 @@ func (v versionInfo) MinorString() string {
|
||||
// Version of the app
|
||||
var Version = versionInfo{
|
||||
Major: 16,
|
||||
Minor: 15,
|
||||
Minor: 16,
|
||||
Patch: 0,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user