Skip to content

Releases: mliezun/caddy-snake

v0.1.5

13 Jan 15:49
Compare
Choose a tag to compare

What's Changed

  • Setup working dir path in Caddyfile by @mliezun in #57

Full Changelog: v0.1.4...v0.1.5

v0.1.4

24 Dec 16:01
63c0c5e
Compare
Choose a tag to compare

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

09 Dec 22:21
ee26324
Compare
Choose a tag to compare

What's Changed

  • Unit tests in Go for basic functions by @mliezun in #49
  • Drop support for python 3.9 and add support for 3.13 by @mliezun in #50
  • Django integration test by @mliezun in #51

Full Changelog: v0.1.2...v0.1.3

v0.1.2

21 Nov 22:12
0a33a28
Compare
Choose a tag to compare

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

17 Aug 20:13
Compare
Choose a tag to compare

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

17 Aug 00:20
2a1d30c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.1.0

v0.0.7

05 Jun 21:49
c5fa380
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

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

04 May 22:09
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.4

24 Feb 17:01
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Changelog

  • Fixed SEGFAULT issue when WSGI module cannot be imported.
  • Solved issue #4. Host and port are now parsed correctly.
  • The environ key SCRIPT_NAME is always passed as empty to WSGI apps now.

Full Changelog: v0.0.3...v0.0.4

v0.0.3

22 Feb 21:32
296637a
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

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.