The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-10-12 | 1.4 kB | |
| v3.6.0.tar.gz | 2022-10-12 | 75.9 kB | |
| v3.6.0.zip | 2022-10-12 | 101.0 kB | |
| Totals: 3 Items | 178.4 kB | 0 | |
Changes
- Added
rustlssupport (viatiny-http), if you're currently using thesslfeature you can switch from OpenSSL to Rustls by instead enabling therustlsfeature in yourCargo.toml. - Added a number of default features to allow users to reduce their dependency graph where they don't need all the functionality Rouille provides.
logging,assets,postandsessionare now optional, but enabled by default for backwards compatibility. - Correctly support 'flag' type query parameters where the parameter has no associated value. Previously a query like
GET /?foowould returnNonefromget_param, instead ofSome(""). - Updated
tiny-httpto 0.12.0, further reducing the dependency tree by breaking our hard requirement ontime-rs. This version oftiny-httpalso enables Unix socket listeners, which will be exposed in a future release of Rouille.
New Contributors
- @HookedBehemoth made their first contribution in https://github.com/tomaka/rouille/pull/254
- @vmiklos made their first contribution in https://github.com/tomaka/rouille/pull/265
- @DeWarner made their first contribution in https://github.com/tomaka/rouille/pull/259
Full Changelog: https://github.com/tomaka/rouille/compare/v3.5.0...v3.6.0