Version 2.4.0 Big Squirreltail contains the following fixes and improvements:
- Performance improvements:
Message::from_row()
- Set
SQLITE_OPEN_NOMUTEX
(+40% overall)
- Set
Attachment::from_row()
- Double attachment query performance (+3% overall)
- Slight increase to
NSKeyedArchiver
parsing performance
- New Features:
- Support Apple Music Lyrics messages for #444
- Support all possible Group Actions for
Announcement
messages- Group name changes
- Group photo changes
- Participant management
- API Changes
- Rework
Sticker
message logic - Add
Message::from_guid()
to query and create aMessage
from a knownguid
- Remove deprecated
Message::get_tapbacks()
, useMessage::cache()
instead
- Rework
- Miscellaneous
- Significant documentation expansion
- Significant test suite expansion
- Bump dependencies
- Support Rust 2024
- Build with latest
rustc