Skip to content

Releases: mhekkel/libzeep

Release 6.0.13

01 Feb 08:45
v6.0.13
7b4ad12
Compare
Choose a tag to compare

Bug fix release.

  • Fix login/logout redirects
  • Better handling of not_found, now routes through error handler
  • flush access log file after each request

Release 6.0.12

14 Dec 19:54
v6.0.12
d30e16b
Compare
Choose a tag to compare

This release fixes the problem that a server would terminate on invalid URI's in often malicious requests. From now on, a bad-request will be returned in case the URI is invalid.

Release 6.0.11

05 Dec 09:51
v6.0.11
4769e5d
Compare
Choose a tag to compare

This maintenance release fixes building on macOS.

Release 6.0.9

26 Nov 14:49
v6.0.9
4bb32cf
Compare
Choose a tag to compare

This is a maintenance release fixing issues with encoding path segments in URI's.

Release 6.0.5

21 Aug 12:32
v6.0.5
99d3b13
Compare
Choose a tag to compare

A maintenance release with various fixes. Now also uses Version String to generate a revision file. Useful for printing out version information.

Release 6.0.1

31 May 12:39
v6.0.1
Compare
Choose a tag to compare

The introduction of a couple new features in this release break compatibility with code written for version 5.

Among the new features are:

  • removal of more boost code. Date and time routines now use the date library
  • the html_controller has a new way of mapping calls, similar to what is used in the rest_controller. See example http-server-3
  • new uri class
  • CORS handling and option to time out JWT tokens
  • and many fixes to other parts of the code

Release 5.1.6

26 Jan 10:18
v5.1.6
f642fd9
Compare
Choose a tag to compare

Maintenance release, fixing bind (now does a resolve again). Better configuration using cmake.

Release 5.1.5

29 Nov 08:10
v5.1.5
c13c27a
Compare
Choose a tag to compare

This is a maintenance release of libzeep, a library that contains everything needed to create interactive web applications in C++ including a HTTP server, HTML templating with EL scripts, authentication using JWT, etc..

This release contains a fix for a possible infinite loop when an EL expression contains an error plus a few small improvements.

Bug fix release

31 Aug 14:27
v5.1.2
Compare
Choose a tag to compare

This release fixes a bug introduced in 5.1.1 that would prevent web applications to work correctly

Release 5.1.1

16 Aug 14:40
v5.1.1
f3bd86e
Compare
Choose a tag to compare

The configure scripts for libzeep have been replaced with cmake configuration files. This makes it possible to build on Windows as well, including building and running the unit tests.