Releases: ocsigen/ocsigenserver
Releases · ocsigen/ocsigenserver
6.0.0
5.1.2
5.1.0
Release 4.0.2
Merge pull request #207 from ocsigen/fixcohttp Fix cohttp version of Ocsigen_request.update
Release 2.11.0
- Ocsipersist-pgsql: no longer hold a database connection for a long time
Release 2.10
- Compatibility with OCaml 4.07
- Compatibility with Lwt 4.x
- Replace tyxml.parser with xml-light
- Gracefully respond to invalid command line options.
Release 2.9
- Compatibility with OCaml 4.06
- Compatibility with Lwt 3.0.0
- No longer use Camlp4
- More robust Ocsipersist DB connection handling
- Various small fixes and improvements
Release 2.8
- PostgreSQL Ocsipersist backend
- Compatibility with TyXML 4.0.x
- Export OpenSSL options through configuration file
- Various small fixes and improvements
Release 2.7
Release 2.6
- Fix cryptographic-safe string generation
- Fix performance bug in Deflatmod
- Fix max-age cache control directive in Staticmod
- Resend cache information with 304 (not modified) responses
- Expose Ocsigen_request_info interface.
- Wait for error message to be logged on shutdown (#81)
- Lots of fixes, UTF-8-ization, cosmetics, etc.