v0.15.0
Release 0.15.0
Changes
- Primitive voice support: #457
- Cleaner code
- Replace
Arc<RwLock<T>>
withShared<T>
: #466 - More, better documentation
- More tests
- Fix some typos
- Make gateway
close()
code cleaner
- Replace
- Remove
#[derive(Eq)]
from types which falsely had this trait derived - Change license from AGPL-3 to MPL-2.0: #477
- Bump
whoami
,mio
,h2
to fix CVEs - Bump versions of used GitHub Actions](#487)
More commits
- merge main into dev by @bitfl0wer in #464
- Minor instance updates by @kozabrada123 in #465
- "Self updating structs" API improvements by @bitfl0wer in #467
- Coverage by @bitfl0wer in #468
- Fix a few typos by @striezel in #471
- Bump actions/setup-node in GHA workflow to v4 by @striezel in #472
- Update h2 to 0.3.24 to fix vulnerability RUSTSEC-2024-0003 by @striezel in #474
- Fix example in readme for #456 by @kozabrada123 in #475
- Replace unmaintained actions-rs/toolchain by dtolnay/rust-toolchain by @striezel in #473
- Update github/codeql-action to v3 by @kozabrada123 in #476
- License change by @bitfl0wer in #477
- Move contribution guidelines to CONTRIBUTING.md by @bitfl0wer in #478
- Fix broken luna.gitlab.io links by @kozabrada123 in #480
- Bump mio to fix RUSTSEC-2024-0019 by @kozabrada123 in #482
- Minor docs updates, add Get Private Channels by @kozabrada123 in #483
- ignore unused imports for pub use by @kozabrada123 in #484
- Bump whoami to fix stack buffer overflow by @kozabrada123 in #485
- Fix code scanning alerts on #487 by @kozabrada123 in #488
- Primitive voice implementation (feature/voice) by @kozabrada123 in #457
- Limit test actions to 30 minutes by @kozabrada123 in #489
- Release 0.15.0 by @bitfl0wer in #487
Full Changelog: v0.14.0...v0.15.0