Releases: CargoSense/briefly
Releases · CargoSense/briefly
v0.5.0
What's Changed
- Update CI by @mcrumm in #38
- Various updates from Plug by @mcrumm in #37
- Add instructions for running inside a script by @tfwright in #41
- Handle disk full errors by @Sinc63 in #42
- Return exceptions for all filesystem errors by @mcrumm in #44
New Contributors
Full Changelog: v0.4.1...v0.5.0
v0.4.1 (2023-01-11)
v0.4.0 (2023-01-09)
Note Briefly v0.4+ requires Elixir v1.11+.
- Add
:monitor_pid
option toBriefly.create/1
(#19) @scarfacedeb - Avoid folder naming conflicts with monotonic time and random padding (#18) @zph
- Add
Briefly.cleanup/0
(#10) @gmalkas - Fix an issue where the sub directory is not created correctly (#9) @Schultzer
- Fix error reasons to conform to posix error codes (#4) @ngeraedts
- Numerous updates for CI / language changes (h/t @bryanstearns @k-cross @szajbus @devstopfix @sgerrand @mad42 @warmwaffles)