Skip to content

Releases: WebwareForPython/w4py3

3.0.2

21 Jan 17:26
Compare
Choose a tag to compare

Patch release 3.0.2 of Webware for Python 3.

Please see the list of changes for an overview of all the new things in version 3.

Notable changes in this patch release:

  • Do not register signal handlers by default anymore (3647fc2)
  • Made detection of secure connections more reliable (5a9e91b)
  • Support HttpOnly and SameSite attributes for cookies (686e6c5)
  • Better handling of duplicate cookies (e.g. for nested paths) (aa63d12)

3.0.1

09 Dec 17:09
Compare
Choose a tag to compare

Patch release 3.0.1 of Webware for Python 3.

Please see the list of changes for an overview of all the new things in version 3.

Notable changes in this patch release:

  • Added a config setting LogDir used for all log files (caec069 and 0103dbd)
  • The name of the WSGI script is now configurable (332fa35)

3.0.0

17 Oct 19:00
Compare
Choose a tag to compare

First release of Webware for Python 3.

Please see the list of changes for an overview of all the new things in version 3.

Notable changes since the last beta release of Webware for Python 3:

  • Configurable class now watches all config files (29bbaa5)
  • Improve the handling of non-ASCII config files (88f46f1)
  • Support different encodings for data tables (639e503)
  • Add DBUtils example servlet (260edf1)
  • Make use of the raise ... from syntax in Python 3 (326662b)

3.0.0b0

14 May 16:23
Compare
Choose a tag to compare
3.0.0b0 Pre-release
Pre-release

First beta release of Webware for Python 3.

Notable changes in this release:

  • Properly shut down on SIGTERM and SIGHUB (d5670ec, 0cf313d)
  • Minor improvements in the URL parser (particularly, files containing plus signs could not be served) (e911361)
  • Point to the new location of the repositories in the WebwareForPython organization (5ef47e5, 027836f)

3.0.0a1

14 May 16:21
Compare
Choose a tag to compare
3.0.0a1 Pre-release
Pre-release

Second alpha release of Webware for Python 3.

Notable changes in this release:

  • Ability to load plugins in non-web situations (#1)
  • Fix servlet import issue (#2)
  • Add docs on debugging servlets using pdb (#3)
  • Fix mixin function and added unit tests (df710b6)
  • Fix aliased contexts and add regression test (938657d)
  • Point to externally provided MiddleKit (220791c)

3.0.0a0

14 May 16:21
Compare
Choose a tag to compare
3.0.0a0 Pre-release
Pre-release

First alpha release of Webware for Python 3.

Please see the list of changes for an overview of all the new things in version 3.