Skip to content

Releases: Kelwing/wumpgo

Add shard latency tracking

17 May 00:11
Compare
Choose a tag to compare
v0.0.12

make latency available on client

Change Dispatcher signature

10 May 03:15
Compare
Choose a tag to compare

Use proper type alias for Snowflake

12 Apr 00:22
Compare
Choose a tag to compare
v0.0.10

proper type alias, remove snowflakeobject

New snowflake library

04 Apr 20:24
0049a6d
Compare
Choose a tag to compare
v0.0.9

migrate to snowflake library (#8)

Fresh context to defer

29 Mar 03:14
Compare
Choose a tag to compare
v0.0.8

pass new context to defer handler

Fix ratelimiter

29 Mar 02:56
Compare
Choose a tag to compare
v0.0.7

fix ratelimiter

Hotfix: Scaffolding fixes

20 Mar 05:17
Compare
Choose a tag to compare
v0.0.6

fix imports

Bug Fixes, Speed Improvements

20 Mar 04:46
Compare
Choose a tag to compare
  • 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

07 Feb 03:34
Compare
Choose a tag to compare

New Command Router, Scaffolding

11 Dec 22:58
cc805e3
Compare
Choose a tag to compare

Adds a new command router and scaffolding tools.