Iodine v0.4.8 Release Notes

  • ๐Ÿ”„ Change: (facil.io) the internal HTTP parser was replaced with something easier to read, for maintainability reasons. Performance seems to be unaffected.

    ๐Ÿ›  Fix: HTTP request logging included an extra info line which was a debug/testing message inherited from facil.io v.0.5.3-pre-release. This is now removed.

    ๐ŸŽ Performance: The now HTTP Date string is now cached for up to 2 seconds, improving performance for Date, Last-Modified and Iodine logging messages that relate to the current time. However, it's likely that Rack will write it's own date string, masking this feature.