Skip to content

4.0.1

Compare
Choose a tag to compare
@jimdebeer jimdebeer released this 22 Feb 20:00
· 928 commits to main since this release

New based client & server

Complete rewrite of all code

  • Super optimised binary protocol
  • Auth compression of messages in/out
  • Full down and up stream functionality
  • Security features (rate limiting, payload size limiting, protocol limits, insights)
  • Channels
  • Query functions
  • Functions
  • Internal optimised clients
  • Better error handling
  • Great performance optimisations of every aspect
  • 100x faster query functions (observable before)
  • 5x lower mem overhead for server
  • Using broadcast vs individual messages for updates
  • New client & server function api