Simple Changelog

What's new in Simple 6.0.1

Oct 18, 2014
  • Add a WebSocket service router that routes based on request path
  • Clean up some of the core threading frameworks and add a scheduler

New in Simple 5.1.6 (Sep 6, 2013)

  • Ensure a zero length packet is handled properly on connection close

New in Simple 5.1.4 (Jul 8, 2013)

  • Change made to allow multiple socket selections on a single reactor

New in Simple 5.1.3 (May 10, 2013)

  • Fix made to ensure multipart uploads do not cause excessive CPU usage

New in Simple 5.1.2 (May 7, 2013)

  • Fix made to ensure multipart uploads can handle malformed parts

New in Simple 5.1.1 (Apr 10, 2013)

  • Fix made to the response wrapper to remove a recursive loop

New in Simple 5.1 (Apr 9, 2013)

  • Change made to ensure the status enumeration can be set on a response
  • Change made so that the content type can be set directly on a response
  • Setting a header value to null removes that header from the response