Skip to content

v1.7.0

Compare
Choose a tag to compare
@OmniacDev OmniacDev released this 22 Oct 08:35
· 101 commits to main since this release
9b4d4d8

Release v1.7.0

Optimizations

  • Fixed a few oversights in previous versions, where sending large amounts of encrypted data caused performance issues.
  • Other functions have also been optimized to increase their efficiency when handling large amounts of data.
  • Adjusted the fragmentation to only limit the scriptevent's message size not the entire command.

Additions

  • ConnectionManager has two new methods; send and invoke
  • Connection has three new methods; on, once, and handle
  • Connection also has a new terminate method. This can be used to close existing connections.

Other

Removed the CONFIG export, all values are now hardcoded.
Since the project is getting large, I've added a minified JS file for those who want to keep their pack sizes low.

What's Changed

Full Changelog: v1.6.0...v1.7.0