Added
- Include file creation date in the file list (
creation_date_utc
)
$ curl "http://<server_address>/list" | jq .
[
{
"file_name": "immense-goose.txt",
"file_size": 416,
"creation_date_utc": "2024-06-12 19:21:56",
"expires_at_utc": null
}
]
- Enable Docker ARM64 builds
- Add @tessus as a maintainer
Removed
- Remove public instance link and blog post from README.md
Fixed
- Fix uploading reports to codecov
New Contributors
Full Changelog: v0.15.0...v0.15.1