Skip to content

Releases: cortexm/uhttp-server

v2.6.0

10 Jun 12:17

Choose a tag to compare

v2.6.0

  • fix: deeply nested JSON body crashed the loop → now 400
  • fix: WebSocket auto-pong on full send buffer crashed the loop → now closes
  • fix: custom/unknown response status codes raised KeyError
  • change: default max_waiting_clients 5→32, listen backlog 2→8 (higher RAM use)
  • docs: README defaults synced, respond_file path-traversal warning

v2.5.2

25 May 12:35

Choose a tag to compare

wipe micropython device before tests

v2.5.1

10 May 06:49

Choose a tag to compare

make slow-client cap test deterministic via monkey-patched flush

v2.5.0 - ndjson

25 Apr 05:46

Choose a tag to compare

ndjson support

v2.4.0

05 Apr 09:31

Choose a tag to compare

SSE support

v2.3.5

03 Apr 14:21

Choose a tag to compare

parse_cookies function + bugfix

v2.3.4

01 Apr 13:51

Choose a tag to compare

added status 409

v2.3.3

01 Apr 10:30

Choose a tag to compare

increased socket timeout in keepalive tests

v2.3.2

30 Mar 02:19

Choose a tag to compare

websockets fixes

v2.3.1

29 Mar 11:51

Choose a tag to compare

support for more file formats, fixed bug when response has empty list…