facil.io v0.5.4 Release Notes

  • I've been making so many changes, it took me a while.

    ๐Ÿš€ This version includes all the updates in the unreleased version 0.5.3 as well as some extra work.

    ๐Ÿš€ The new HTTP/1.1 and Websocket parsers have been debugged and tested in the Iodine Ruby server, the dynamic type system (fiobj_s) will be updated to revision 2 in this release...

    โšก๏ธ Change/Update: (fiobj) The dynamic type library was redesigned to make it extendable. This means that code that used type testing using a switch statement needs to be rewritten.

    ๐Ÿ›  Fix: (websocket) issues with the new websocket parser were fixed. Credit to Tom Lahti (@uidzip) for exposing the issues.