prepare v0.0.3 release
This commit is contained in:
parent
48f2c2eb15
commit
037c501dfb
@ -1,5 +1,7 @@
|
|||||||
## unreleased
|
## unreleased
|
||||||
|
|
||||||
|
## v0.0.3 (2021-06-28)
|
||||||
|
|
||||||
* BREAKING CHANGE: `Session<Playing>` now directly implements `Stream` instead of
|
* BREAKING CHANGE: `Session<Playing>` now directly implements `Stream` instead of
|
||||||
through `pkts()`.
|
through `pkts()`.
|
||||||
* Performance improvements.
|
* Performance improvements.
|
||||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1,5 +1,7 @@
|
|||||||
# This file is automatically @generated by Cargo.
|
# This file is automatically @generated by Cargo.
|
||||||
# It is not intended for manual editing.
|
# It is not intended for manual editing.
|
||||||
|
version = 3
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "addr2line"
|
name = "addr2line"
|
||||||
version = "0.15.1"
|
version = "0.15.1"
|
||||||
@ -1085,7 +1087,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "retina"
|
name = "retina"
|
||||||
version = "0.0.2"
|
version = "0.0.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-stream",
|
"async-stream",
|
||||||
"base64",
|
"base64",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "retina"
|
name = "retina"
|
||||||
version = "0.0.2"
|
version = "0.0.3"
|
||||||
authors = ["Scott Lamb <slamb@slamb.org>"]
|
authors = ["Scott Lamb <slamb@slamb.org>"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
@ -33,7 +33,7 @@ Progress:
|
|||||||
([RFC 6184](https://datatracker.ietf.org/doc/html/rfc6184))
|
([RFC 6184](https://datatracker.ietf.org/doc/html/rfc6184))
|
||||||
* [ ] SVC
|
* [ ] SVC
|
||||||
* [ ] periodic infra refresh
|
* [ ] periodic infra refresh
|
||||||
* [ ] multiple slices per picture
|
* [x] multiple slices per picture
|
||||||
* [ ] multiple SPS/PPS
|
* [ ] multiple SPS/PPS
|
||||||
* [ ] interleaved mode
|
* [ ] interleaved mode
|
||||||
* audio
|
* audio
|
||||||
@ -46,8 +46,8 @@ Progress:
|
|||||||
fields are exposed directly vs use an accessors, etc.)
|
fields are exposed directly vs use an accessors, etc.)
|
||||||
* [ ] rich errors. (Currently uses untyped errors with the deprecated
|
* [ ] rich errors. (Currently uses untyped errors with the deprecated
|
||||||
`failure` crate; some error messages are quite detailed, others aren't.)
|
`failure` crate; some error messages are quite detailed, others aren't.)
|
||||||
* [ ] good functional testing coverage. (Currently lightly / unevenly tested.
|
* [ ] good functional testing coverage. (Currently lightly / unevenly tested.)
|
||||||
The depacketizers have no tests.)
|
Most depacketizers have no tests.)
|
||||||
* [ ] fuzz testing. (In progress.)
|
* [ ] fuzz testing. (In progress.)
|
||||||
* [x] benchmark
|
* [x] benchmark
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user