Releases: traktion/sn_httpd
Releases · traktion/sn_httpd
v0.3.13
v0.3.12
0.3.10
v0.3.8
v0.3.6
- Adds directory listings when only the archive address is provided (but not filename).
- Adds ETag caching for files, to boost performance. If a browser/client already has the file cached, it will just check the ETag to confirm it is unchanged, then render it.
- Temporarily updated archive lookup logic to do a brute force search of only the file name. The archive key currently includes the original upload directory, which makes it difficult to resolve directly.
v0.3.5
- Trims stale code from main.rs
- Changed 'safe' keyword to 'xor' for direct XOR address downloads
- Improved path handling logic to allow either proxy autonomi addresses (site.autonomi) or direct addresses (localhost/site)
- Tidied up error responses and logging
- Improved archive handling
- Loads DNS records on startup
- Updates documentation and sample app-conf.json
- Disables app-conf.json lookup until it can be tested again (it just slows down responses atm)
v0.3.4
v0.3.3
v0.3.2
v0.2.1
Experimental release that supports:
- GET (including streaming with 206 Partial Content) files from Autonomi
- POST files to Autonomi
- Name lookups (e.g. DNS/NRS prototype)
- File maps (from friendly name to XOR address)
- Route maps (to redirect requests to a page/script for SPAs, etc)