| tag name | v0.2.2 (32e46efddbcdeb7fb3d1d6ebf7c68f6fde64c50d) |
| tag date | 2021-06-26 20:29:04 -0400 |
| tagged by | Adnan Maolood <[email protected]> |
| tagged object | commit 3d2110d90f... |
| download | go-gemini-0.2.2.tar.xz go-gemini-0.2.2.zip |
|---|
Version 0.2.2
Version 0.2.2 brings some improvements to Mux, the Gemini request
multiplexer.
Mux now properly handles redirects for patterns with wildcard or empty
hostnames. A more comprehensive test suite has also been added to ensure
that Mux behaves properly.
Support for specifying schemes in patterns provided to Mux has been
removed. Mux now only accepts requests with a scheme of "gemini".
Adnan Maolood (3):
mux: Remove support for handling schemes
mux: Add more tests
mux: Tweak documentation