v10.0.13 release
braindigitalis
released this
11 Jul 16:45
·
1909 commits
to master
since this release
We are pleased to announce the release of D++ 10.0.13, which comes with some windows fixes for connectivity on this OS (windows did not seem to like our new connect implementation).
This version also adds fully tested large bot sharding for bots on over 150,000 guilds, supporting full concurrent connection to shards where needed.
If you are using windows for your bot, or require large bot sharding, it is recommended you upgrade.
The changelog is listed below:
Release Changelog
✨ New Features
- Add large bot sharding concurrency; improve shard connecting to not do a recursive call and to show number of shards remaining even when specifying manual nunmber of shards. always call /api/gateway/bot endpoint.
- Added check for id back in
attachment::download()
🐞 Bug Fixes
- Fix
delete_webhook_with_token
- Windows sucks - Fix for windows not connecting with new connect code
📚 Documentation
- Update outdated FAQ entries
- Move FAQ so it shows in left hand list more prominently
- Split up documentation into separate files to make it easier to navigate and maintain
📜 Miscellaneous Changes
- Updated cspell
- Updated docs
- Updated
component::download()
method
♻️ Refactoring
- Neater change
👷 Build/CI
- Ensure GCC 9 and 10 are also covered
Thank you for using D++!