Releases: mliezun/caddy-snake
Releases · mliezun/caddy-snake
v0.1.1
v0.1.0
v0.0.7
What's Changed
- Use lowercase headers in ASGI by @mliezun in #18
- Simple implementation of ASGI lifespan protocol by @mliezun in #16
Library updates
- Bump github.com/jackc/pgx/v4 from 4.18.0 to 4.18.2 by @dependabot in #24
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #26
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #23
Full Changelog: v0.0.6...v0.0.7
v0.0.6
v0.0.4
v0.0.3
CHANGELOG
Python3 compatibility with older versions
- Use python c api functions that are compatible with multiple versions.
- Also check that we're compiling agains an accepted version, otherwise it aborts compilation.
- Added tests to check it compiles and runs with all supported python versions.