Lullaby 1.0 Beta 3 released

written by Ryan Olshan on Thursday, September 18 2008

Lullaby 1.0 Beta 3 is now released. You can download the latest version at http://code.google.com/p/ryanolshanrest. This release was released earlier than expected because of a bug that was discovered that prevented post and put method requests from working.

New Features

  • Service URL routing
  • OPTIONS method supported on service
  • Default serialization and caching provider don't have to be provided in web.config out of the box, but are still configurable in web.config
  • Support for application/x-www-form-urlencoded requests
  • XML comments are now generated for the assembly

Bugs Fixed

  • Fixed bug that prevented post and put method requests from working properly
  • Post method now sends 201 status code and Created status code description instead of 200/OK
  • Fixed bug where a trailing / in some URI templates was causing issues

Lullaby now includes a CHM help file for API documentation.

Kick this post on .NET Kicks

Similar Posts

  1. Announcing Lullaby 1.0 RC1
  2. Lullaby 1.0 Beta 2 released
  3. Introducing Lullaby

Post a comment