Kalm v1.0.0 Release Notes

Release Date: 2016-06-13 // almost 8 years ago
  • v1.0.0

    • ➕ Added API docs site
    • ➕ Added Gitter link
    • ✅ Cleaner unit/integration tests
    • ➕ Added more logs
    • Optimizations

    💥 Breaking Changes

    • msgpack is no longer included in Kalm. You can still use it by registering kalm-msgpack
    • Channel method and properties name changes packets, handlers
    • Now only compatible with Node >= 6.0.0

    🔄 Changelog

    Server

    • ➕ Added id property
    • ➕ Added dump method
    • ➕ Added tick option to synchronize connection emits
    • ➕ Added socketTimeout option

    Client

    • ➕ Added resume-on-reconnect feature
    • ➕ Added socketTimeout option
    • TCP, IPC, UDP optimizations

    Adapters

    • ➕ Added superclass Store
    • ➕ Added superclass Adapter

    Encoders

    • ➕ Added superclass Store
    • ➕ Added superclass Encoder