Faye v0.6.0 Release Notes

Release Date: 2011-05-21 // almost 13 years ago
    • ๐Ÿ‘ Extract core logic into the Engine class to support swappable backends
    • ๐ŸŒ Introduce a Redis-backed engine to support clustered web front-ends
    • ๐Ÿ‘‰ Use CORS for cross-domain long-polling
    • ๐Ÿ‘‰ Make server more resilient against bad requests, including empty message lists
    • ๐Ÿšฆ Perform subscription validation on the server and use errbacks to signal errors
    • Prohibit publishing to wildcard channels
    • Unsubscribing from a channel is now O(1) instead of O(N)
    • โœ… Much more thorough and consistent unit test coverage of both versions
    • โœ… Automatic integration tests using Terminus and TestSwarm