Jetforce v0.2.1 release notes
Published 2020-03-31
Jetforce
I've started working on a new gemini site (capsule?) and this release contains some minor improvements to support that project.
Release Notes
- A hostname can now be specified in the route pattern, to facilitate running multiple vhosts on a single jetforce server.
- Route patterns now use re.fullmatch() and will no longer trigger on partial matches.
- Jetforce will no longer raise an exception when attempting to log dropped connections or other malformed requests.
- Added the following CGI variables for client certificates: TLS_CLIENT_NOT_BEFORE, TLS_CLIENT_NOT_AFTER, TLS_CLIENT_SERIAL_NUMBER
Atom
I've added an atom feed to this gemlog!
I took the code from solderpunk's new
and copied it into my existing gemlog build script. Since I date all of my log entries already, I wanted to take advantage of that metadata instead of using the file's last modification date. I was also having some difficulties getting the URLs to come out correctly using relative paths.