Skip to content

Commit cd21d9e

Browse files
chore: release v0.2.3
1 parent 2a70f8a commit cd21d9e

3 files changed

Lines changed: 41 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.3](https://github.com/kixelated/hang-gst/compare/v0.2.2...v0.2.3) - 2025-10-23
11+
12+
### Added
13+
14+
- Use `gst-moq` programmatically ([#11](https://github.com/kixelated/hang-gst/pull/11))
15+
16+
### Other
17+
18+
- Update hang. ([#23](https://github.com/kixelated/hang-gst/pull/23))
19+
- Fix timestamp handling and error recovery in video/audio streaming ([#22](https://github.com/kixelated/hang-gst/pull/22))
20+
- Add in some upstream gst stuff.
21+
- Create a source plugin too. ([#19](https://github.com/kixelated/hang-gst/pull/19))
22+
- Remove the leading slash. ([#18](https://github.com/kixelated/hang-gst/pull/18))
23+
- Upgrade MoQ ([#17](https://github.com/kixelated/hang-gst/pull/17))
24+
- Unarchive the repo. ([#15](https://github.com/kixelated/hang-gst/pull/15))
25+
- Revert "Deprecated. ([#13](https://github.com/kixelated/hang-gst/pull/13))" ([#14](https://github.com/kixelated/hang-gst/pull/14))
26+
- Deprecated. ([#13](https://github.com/kixelated/hang-gst/pull/13))
27+
- release v0.1.1 ([#5](https://github.com/kixelated/hang-gst/pull/5))
28+
- Initial audio support ([#10](https://github.com/kixelated/hang-gst/pull/10))
29+
- Fix the plugin. ([#9](https://github.com/kixelated/hang-gst/pull/9))
30+
- Merge pull request #7 from kixelated/transfork
31+
- cargo update
32+
- Use the versions on cargo now that it works.
33+
- Upstream cargo.
34+
- Not fully working.
35+
- Remove machete for now.
36+
- Cargo fmt.
37+
- Correct tag.
38+
- Try installing gstreamer
39+
- Add release plz
40+
- Info level by default.
41+
- Upgrade MoQ
42+
- Add parameter to disable TLS verification
43+
- update moq-pub dependency
44+
- Remove local dependencies.
45+
- Initial implementation with video only.
46+
1047
## [0.2.2] - 2025-08-12
1148

1249
### Other

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley"]
55
repository = "https://github.com/kixelated/hang-gst"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.2.2"
8+
version = "0.2.3"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport", "media", "live"]

0 commit comments

Comments
 (0)