Skip to content

Releases: Nekidev/dyncord

v0.15.0

Choose a tag to compare

@Nekidev Nekidev released this 01 May 04:56

dyncord 0.15.0

  • Added initial support for member caching.
  • Improved user caching.
  • Added Handle::fetch_member().
  • Added Handle::get_or_fetch_member() .

This was all to make progress towards permissions checking, which is important and missing right now.

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

v0.13.8

Choose a tag to compare

@Nekidev Nekidev released this 28 Apr 20:33

dyncord 0.13.8

  • Fixed integer internal typing causing type mismatches.

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

v0.13.7

Choose a tag to compare

@Nekidev Nekidev released this 28 Apr 20:25

dyncord 0.13.7

  • Integer slash command arguments are no longer sent as strings in Discord.

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

v0.13.6

Choose a tag to compare

@Nekidev Nekidev released this 22 Mar 04:30

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

Choose a tag to compare

@Nekidev Nekidev released this 19 Mar 21:42

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

Choose a tag to compare

@Nekidev Nekidev released this 19 Mar 20:49

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

Choose a tag to compare

@Nekidev Nekidev released this 19 Mar 03:35

v0.13.1

Choose a tag to compare

@Nekidev Nekidev released this 19 Mar 01:52

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

Choose a tag to compare

@Nekidev Nekidev released this 18 Mar 23:54

v0.12.0

Choose a tag to compare

@Nekidev Nekidev released this 18 Mar 02:33
  • Added initial support for caching
  • Added opt-in built-in in-memory cache backend
  • Added documentation on both built-in and custom cache backends