# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] - ReleaseDate
## [0.4.4] - 2021-05-18
- fix RTMP publish single AAC from ffmpeg client.
## [0.4.3] - 2021-03-15
- Upgrade failure library.
- Support querying more detailed statistic data.
## [0.4.2] - 2021-02-28
- Refactor: remove the dependency of HTTP-FLV on RTMP.
## [0.4.1]
- Fix RTMP build error.
## [0.4.0]
- Support auth.
## [0.3.3]
- Replace hyper HTTP library with axum.
- Fix bug: when http connection is disconnected , don't need to retry.
- Receive and process sub event result.
## [0.3.2]
- Reference streamhub new version v0.1.2.
## [0.3.0]
- Reference bytesio v0.3.0.
- Do some refactoring.
## [0.2.1]
- Reference xflv new version v0.2.1.
- Reference rtmp new version v0.3.1.
## [0.2.0]
- Support stream status notify using HTTP.
## [0.1.1]
- Change the listening port type.
## [0.1.0]
- Reference flv v0.1.0/rtmp v0.1.0
## [0.0.3]
- Reference rtmp v0.0.8
## [0.0.2]
- Some improvements.
## [0.0.1]
- Support remux RTMP stream to httpflv stream.