Changes
=======

0.3.2
-----

* Moved ``urlconvert.service.URLDispatchPipe`` to AppDispatch

0.3.1
-----

2010-10-13
~~~~~~~~~~

* Updates for the 0.2.0 release of HTTPKit

0.3.0
-----

2010-08-07
~~~~~~~~~~

* Added the ability to associate extra arguments with a rule

0.2.1
-----

2010-03-03
~~~~~~~~~~

* New style service support
* Changed log level from info to debug for caching information

2009-12-24
~~~~~~~~~~

* BuildKit support

2009-11-10
~~~~~~~~~~

* Updated to use ``flow.http``, not ``flow.wsgi``
* Removed the old ``first_stab.py`` code

2009-10-30
~~~~~~~~~~

* Updated the license to AGPLv3
* Updated the docs to use a flow
* Fixed a rejecting IP addresses as hostnames bug

0.2.0
-----

2009-09-05
~~~~~~~~~~

* Updated to use the new style service configuration

2009-09-29
~~~~~~~~~~

* Checking in the changes for use of ``flow.wsgi.environ``
* Adding in the URLService

2009-08-20
~~~~~~~~~~

* A few changes to URL extraction for real world use

2009-08-18
~~~~~~~~~~

* Complete re-write to use ConversionKit. Probably still some bugs lurking but this is pretty full-featured.
* All tests pass

0.0.1
-----

* Changes to support the updated ConversionKit
* Implemented optional caching of conversions
* Fixed a bug with duplicate ports
* Fixed bug generating the scheme
* Improved logging

0.0
---

* First version

