Skip to content

v1.0.0-alpha6

Compare
Choose a tag to compare
@ShindouMihou ShindouMihou released this 22 Jul 07:13
· 237 commits to master since this release
fba54cf

What's Changed

  • Fixes a very critical bug where the synchronizer wouldn't complete nor throw exceptions, this was because the futures were being ignored by the synchronizer.
  • Adds support for anonymous command interceptors and inline named interceptors. (examples can be found on interceptors)
  • Adds support for scheduled destruction with button removals or other executions on Nexus Paginator Instances. (examples can be found on PoemCommand).
  • Adds uncaught exception handler for areas like the command dispatcher, feather dispatcher and the EngineX dispatcher to ensure no exceptions around those areas are being uncaught.
  • EngineX is now publicly exposed in the Nexus instance for public usage when needed.
  • Adds getServerBy(long id) method in NexusShardManager.

Full Changelog: v1.0.0-alpha5...v1.0.0-alpha6