Releases: jewlexx/discord-presence
Releases · jewlexx/discord-presence
v1.5.0
Added
- Support for properly handling frame headers from Discord
- This should result in slight performance improvements
from not allocating more than necessary. - This also allows for larger payloads to be sent
- This should result in slight performance improvements
Changed
- Removed
tracing
crate in favour oflog
Full Changelog: v1.4.1...v1.5.0
v1.4.1
Fixed
- Compilation errors on Rust v1.69.x
Changed
- Downgrade quork to 0.7.1 to fix compilation error on Rust v1.69.x
- This downgrades the windows crate to a version that is compatible with the MSRV
Manager::new
function is nowpub(crate)
. This makes no difference to the public API, as theManager
struct was never public.
Full Changelog: v1.4.0...v1.4.1
v1.4.0
Added
Connected
andDisconnected
events for when the client successfully connects and disconnects. Thanks to @JakeStanger.
Changed
EventData
documentation references to reference theEvent
enum instead ofEventData
v1.3.1
v1.3.0
v1.2.0
What's Changed
- Sleep on connection failure by @LennyPhoenix in #102
New Contributors
- @LennyPhoenix made their first contribution in #102
Full Changelog: v1.1.2...v1.2.0
v1.1.2
v1.1.1
v1.1.0
What's Changed
- Turn off weird debug printing by @Vernoxvernax in #91
- Make
PartialUser
struct public by @jewlexx in #93
New Contributors
- @Vernoxvernax made their first contribution in #91
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Enable clippy pedantic by @jewlexx in #72
- Send & Receive Loop now breaks for
ConnectionRefused
error kind, rather thanWouldBlock
by @jewlexx in #74 - Increase connection timeout on Windows to 16 seconds. by @jewlexx in #77
- Update Rust crate ctrlc to 3.4.1 by @renovate in #79
- Update Rust crate bytes to 1.5 by @renovate in #81
- Update Rust crate quork to 0.4.1 by @renovate in #82
- Add support for buttons by @jewlexx in #78
- Client can be cloned by @jewlexx in #89
- Better types for the Error event by @jewlexx in #90
- Allow removing event handlers by @jewlexx in #68
- v1.0 Breaking Changes by @jewlexx in #71
- Update Rust crate uuid to 1.7 by @renovate in #85
- Update actions/checkout action to v4 by @renovate in #80
Full Changelog: v0.5.18...v1.0.0