Skip to content

Bump songbird from 0.4.6 to 0.5.0#72

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/songbird-0.5.0
Closed

Bump songbird from 0.4.6 to 0.5.0#72
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/songbird-0.5.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Bumps songbird from 0.4.6 to 0.5.0.

Release notes

Sourced from songbird's releases.

v0.5.0 — Starling

Starlings are social birds, known for chittering loudly (often sounding like human speech!) and flocking en masse. Iridescent and speckled like the night sky after twilight, their murmurations make for a beautiful evening sight.

This is a smaller breaking release which adds support for the latest version of twilight (v0.16), with a few main breaking changes:

  • TrackHandles now store an arbitrary Arc<dyn Any>, rather than a TypeMap. You can set this field to any desired type during track creation using the Track::new_with_data API.
  • Legacy encryption modes "xsalsa20_poly1305", "xsalsa20_poly1305_suffix", and "xsalsa20_poly1305_lite" have been removed. If you were explicitly specifying these then please change over to one of the new modes. Discord have ceased serving voice connections with these parameters.
  • simd-json support has been removed from the library.

Thanks to the following for their contributions:

Added

Changed

Fixed

Removed

  • Driver: Remove legacy encryption algorithms. ([@​FelixMcFelix]) [c:f05b262]
  • Remove Simd-json ([@​Erk-]) [c:c81f2a9]

... (truncated)

Changelog

Sourced from songbird's changelog.

v0.5.0 — 2025-02-21 — Starling

Starlings are social birds, known for chittering loudly (often sounding like human speech!) and flocking en masse. Iridescent and speckled like the night sky after twilight, their murmurations make for a beautiful evening sight.

This is a smaller breaking release which adds support for the latest version of twilight (v0.16), with a few main breaking changes:

  • TrackHandles now store an arbitrary Arc<dyn Any>, rather than a TypeMap. You can set this field to any desired type during track creation using the Track::new_with_data API.
  • Legacy encryption modes "xsalsa20_poly1305", "xsalsa20_poly1305_suffix", and "xsalsa20_poly1305_lite" have been removed. If you were explicitly specifying these then please change over to one of the new modes. Discord have ceased serving voice connections with these parameters.
  • simd-json support has been removed from the library.

Thanks to the following for their contributions:

Added

Changed

Fixed

Removed

  • Driver: Remove legacy encryption algorithms. ([@​FelixMcFelix]) [c:f05b262]
  • Remove Simd-json ([@​Erk-]) [c:c81f2a9]

... (truncated)

Commits
  • 84accb0 Chore: Release v0.5.0
  • e09843d Chore: quick respin on twilight-example.
  • d0b7fbb Docs: remove unused link.
  • f05b262 Driver: Remove legacy encryption algorithms.
  • 47cf0b2 Chore: clippy appeasement
  • 5d320a3 Chore: Bump rubato->0.16
  • b39ab98 Chore: Bump rand->0.9, tokio-tungstenite->0.26
  • b46a568 Support for Twilight 0.16 (#227)
  • 1c52e6e Update tokio-tungstenite dependency to 0.24 (#267)
  • b435e16 Remove unnecessary simd-json feature gate (#252)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [songbird](https://github.com/serenity-rs/songbird) from 0.4.6 to 0.5.0.
- [Release notes](https://github.com/serenity-rs/songbird/releases)
- [Changelog](https://github.com/serenity-rs/songbird/blob/current/CHANGELOG.md)
- [Commits](serenity-rs/songbird@v0.4.6...v0.5.0)

---
updated-dependencies:
- dependency-name: songbird
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 1, 2025
@fng97 fng97 closed this Aug 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/songbird-0.5.0 branch August 1, 2025 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments