Releases: Kelwing/wumpgo
Releases · Kelwing/wumpgo
Add shard latency tracking
Change Dispatcher signature
Full Changelog: v0.0.10...v0.0.11
Use proper type alias for Snowflake
v0.0.10 proper type alias, remove snowflakeobject
New snowflake library
v0.0.9 migrate to snowflake library (#8)
Fresh context to defer
v0.0.8 pass new context to defer handler
Fix ratelimiter
v0.0.7 fix ratelimiter
Hotfix: Scaffolding fixes
v0.0.6 fix imports
Bug Fixes, Speed Improvements
- All reflection has been removed from the critical path in the Gateway
- Numerous bug fixes in the router.
- A Redis cache implementation now exists for the rest Client.
- The start of a documentation site now exists.
- Function for registering handlers with receivers has been simplified.
- Scaffolding improvements.
- go-redis upgraded to v9
Reorganization, Scaffolding Improvements
Full Changelog: v0.0.3...v0.0.4
New Command Router, Scaffolding
Adds a new command router and scaffolding tools.