Releases: mliezun/caddy-snake
Releases · mliezun/caddy-snake
v0.1.5
v0.1.4
What's Changed
Package available at https://pypi.org/project/caddysnake/
Install with:
pip install caddysnake
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.2
What's Changed
- Fix serving files from WSGI by @mliezun in #41
- Bump starlette from 0.37.2 to 0.40.0 in /tests/fastapi by @dependabot in #44
- Bump werkzeug from 3.0.3 to 3.0.6 in /tests/flask by @dependabot in #45
- Publish to ducker hub in github actions by @mliezun in #47
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Fixes null-termination on strings when copying a Python bytes buffer into a C buffer.
Full Changelog: v0.1.0...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.