Skip to content

Releases: ShindouMihou/Nexus

v1.0.0-alpha3.01

28 Feb 16:21
18df3a3
Compare
Choose a tag to compare
v1.0.0-alpha3.01 Pre-release
Pre-release

This alpha patch fixes an NPE issue when using respondLater without a middleware using either askDelayedResponse or anything that can add a responder beforehand.

v1.0.0-alpha3

25 Feb 13:32
6780795
Compare
Choose a tag to compare
v1.0.0-alpha3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.0-alpha2...v1.0.0-alpha3

v1.0.0-alpha2

23 Feb 07:50
d756e4a
Compare
Choose a tag to compare
v1.0.0-alpha2 Pre-release
Pre-release

This release introduces several breaking changes and major improvements especially in the synchronization service.

  • Introduction of EngineX which is Nexus' shard event queuing system that aims to automatically patch events that are dedicated to one, all shards or any shards without finding a spot to place the shards.
  • Synchronization now uses EngineX and no longer has to be placed at a specific spot.
  • Removed serverId support on NexusCommand in favor of serverIds which can take in 0L value to make the command server-only.
  • Removed serverOnly and privateChannelOnly support on NexusCommand in favor of NexusCommonInterceptors which makes these functionality as a middleware instead.
  • Synchronization now uses bulkOverride instead of manually sending update or create requests one by one, reducing the amount of requests to Discord.