Skip to content

Releases: ocsigen/ocsigenserver

6.0.0

01 Sep 18:34
Compare
Choose a tag to compare
Update .opam

5.1.2

04 Oct 09:47
Compare
Choose a tag to compare
5.1.2

5.1.0

22 Sep 12:26
Compare
Choose a tag to compare
Update VERSION

Release 4.0.2

11 Oct 10:02
eb885a7
Compare
Choose a tag to compare
Merge pull request #207 from ocsigen/fixcohttp

Fix cohttp version of Ocsigen_request.update

Release 2.11.0

19 Dec 10:56
Compare
Choose a tag to compare
  • Ocsipersist-pgsql: no longer hold a database connection for a long time

Release 2.10

19 Dec 11:01
Compare
Choose a tag to compare
  • 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

01 Feb 13:49
Compare
Choose a tag to compare
  • 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

24 Nov 15:26
Compare
Choose a tag to compare
  • PostgreSQL Ocsipersist backend
  • Compatibility with TyXML 4.0.x
  • Export OpenSSL options through configuration file
  • Various small fixes and improvements

Release 2.7

12 Apr 13:01
Compare
Choose a tag to compare
  • Fix content type selection for XML content
  • Send gzip trailer in Deflatemod
  • Log more details about SSL accept errors (#89)
  • Support the Content-Disposition header (#92)
  • Optimize buffering (#84, #85)

Release 2.6

21 Jul 13:09
Compare
Choose a tag to compare
  • 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.