Releases: Lightbug-HQ/lightbug_http
Releases · Lightbug-HQ/lightbug_http
v0.1.10
What's Changed
- Parse URI queries in to key value pairs by @izo0x90 in #237
- Adds url escape sequence decoding by @izo0x90 in #238
- Fix socket by @thatstoasty in #235
- Fix reader not skipping over all CRLF by @thatstoasty in #241
- Process localhost in parse_address by @saviorand in #239
New Contributors
Full Changelog: v0.1.9...v0.1.10
v0.1.9
What's Changed
- Introduce Socket and refactor connection caching by @thatstoasty in #86
- UDP Socket support by @thatstoasty in #87
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- Switch to new keywords by @thatstoasty in #84
- Improve code safety and error handling + performance improvements by @thatstoasty in #85
Full Changelog: v0.1.7...v0.1.8
v0.1.7
v0.1.6
What's Changed
- Keep persistent connections in client by @bgreni in #69
- add script for server benchmarking by @bgreni in #71
- Add support for chunked transfer encoding by @bgreni in #70
- Feature/47 cookie support by @robin-schoch in #74
- add integration test by @bgreni in #72
- Allow mutation in server-side service implementation by @bgreni in #76
- Catch exceptions from service handler and return internal error by @bgreni in #77
- bump to 24 6 by @saviorand in #78
New Contributors
- @robin-schoch made their first contribution in #74
Full Changelog: v0.1.5...v0.1.6
v0.1.5
v0.1.4
v0.1.3
What's Changed
- Remove unnecessary string conversions by @saviorand in #50
- 24.5 updates by @thatstoasty in #58
- Cleanup bytes usage by @thatstoasty in #59
- Bump to September 2024 nightly by @saviorand in #55
Full Changelog: nightly-2805...v0.1.2
nightly: 2805
Merge pull request #43 from saviorand/feature/static-files-basic Enable serving static files
latest-build: Merge pull request #27 from Moosems/main
Add packaging workflow