Skip to content

Releases: Nekidev/dyncord

v0.13.6

22 Mar 04:30

Choose a tag to compare

dyncord 0.13.6

  • Added Bot::shard() method to specify the shard ID to connect as. I intend to make this be able to take multiple IDs in the future to automatically connect as multiple shards.

This comes after I used dyncord to make an incoming events throughput meter for Payphone (74k servers) and realized I had never exposed an API to specify the shard.

Repository: https://github.com/Nekidev/dyncord
Documentation: https://docs.rs/dyncord
Discord server: https://discord.gg/tkAMaxnRTn

v0.13.4

19 Mar 21:42

Choose a tag to compare

dyncord 0.13.4

  • Updated Cargo.toml to add --cfg docsrs when building crate in docs.rs

Repository: https://github.com/Nekidev/dyncord
Documentation: https://docs.rs/dyncord
Discord server: https://discord.gg/tkAMaxnRTn

v0.13.3

19 Mar 20:49

Choose a tag to compare

dyncord 0.13.3

  • Updated Cargo.toml to make docs.rs compile docs with all feature flags, since docs for feature flag-gated modules and derives were missing.

Repository: https://github.com/Nekidev/dyncord
Documentation: https://docs.rs/dyncord
Discord server: https://discord.gg/tkAMaxnRTn

v0.13.2

19 Mar 03:35

Choose a tag to compare

v0.13.1

19 Mar 01:52

Choose a tag to compare

dyncord 0.13.1

  • Added support for errors in prefix getter functions

Repository: https://github.com/Nekidev/dyncord
Documentation: https://docs.rs/dyncord
Discord server: https://discord.gg/tkAMaxnRTn

v0.13.0

18 Mar 23:54

Choose a tag to compare

v0.12.0

18 Mar 02:33

Choose a tag to compare

  • Added initial support for caching
  • Added opt-in built-in in-memory cache backend
  • Added documentation on both built-in and custom cache backends

v0.11.0

17 Mar 07:22

Choose a tag to compare

  • Moved built-in help command to its own module
  • Added built-in common permission checkers

v0.10.0

17 Mar 06:54

Choose a tag to compare

  • Added support for command type-indifferent permission checking
  • More documentation
  • More code examples