Revision history for Continuity. See Changes-darcs or the main repository for a
detailed list of internal changes.
Version 0.991 (released 2008.03.18)
* Set Coro version requirement to 4.37 so it will pass tests
* Add test_helper to MANIFEST
Version 0.99 (released 2008.03.18)
* Update tests to fork and self-execute to help cpan-testers
* Run against localhost instead of the given server name to help cpan-testers
* Remove lvalue based accessors, perl debugger now works a bit
* Minor documentation fixes
Version 0.98 (released 2008.03.12)
* Add test suite, building on code samples (BDD!)
* Documentation improvement
* Make the print and send_headers methods chainable
* Add and improve examples (query_session and cookies, for example)
* Remove broken examples
Version 0.97 (released 2008.02.09)
* Fix Continuity::Adapt::FCGI (was broken in last release)
* Update FCGI examples
* Unify code on calling them "Adapters" instead of "Adaptors"
* Fixes debug_level respecting
* Set default debugging level to 1 (important warnings)
* Make debugging level 0 really quiet
Version 0.96 (released 2008.01.28)
* Turn off debugging by default
* Fix debug_level to actually work and be respected
* Add get_cookie to adapters and use it in the mapper
* cookie_life arg/support
* Fix some param and params behavior
* Revert to ExtUtils::MakeMaker since Module::Install had no apparent advantage
Version 0.95 (released 2007.10.11)
* Many internal improvements
* Documentation improvements, especially Continuity::Request
* Eliminate warnings about Module::Reload not being installed
* Clean and simplify examples
* Remove Continuity::Monitor (will be distributed separately)
* Switch to Module::Install for building
Version 0.94 (released 2007.06.26)
* Declare BETA status
* Change default session tracking to use cookies
* Fix query-based session ID
* Reap abandoned-ish sessions after a timeout
* Documentation and sample code updates
* Add Continuity::Inspector -- a helper for server introspection
* Get rid of the Data::Alias dependency
Version 0.93 (released 2007.05.25)
* Documentation updates
* FCGI adaptor works now, see eg/hello.fcgi
* Addition of manual process reap routine
* Add Coro::Event to the deps
* Add $request->send_headers method and delay sending headers until first print
* Eliminate the startup warnings
* Less insane cookie parsing code
* fixes to static file serving
* modularizing the inspector stuff and fixing the example to use the modular module