Puppy v0.5.0 Release Notes
Release Date: 2022-02-28 // about 3 years ago-
- โ Remove concurrency features. #39
- ๐ Fix the default rotation type to
numbering
. #40 - ๐ Change the type of intPermission to
UInt16
. #41 - Output a message prompting to override. #42
- ๐ Use String type for filePermission. #43
- โ Add error descriptions to
FileError
. #44 - ๐ Support Windows. #45
- โก๏ธ Update GitHub Actions. #46
Previous changes from v0.4.0
-
FileRotatonLogger
inheritsFileLogger
. #29- โ Add asynchronous methods for
delete
andflush
. #30 - โ Add
test_spec
inpodspec
. #31 - โ Add suffix extension types for
FileRotationLogger
. #32 - FileRotationLoggerDelegate Fix Spelling. #34
- โ Add option for file permission. #36
- Import more precisely. #38