Skip to content

Commit

Permalink
Update for release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Jun 30, 2024
1 parent 42724b8 commit 0fafa5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 2.7.0 - Under development
Version 2.7.0 - Jun 2024
- New package Util.Files.Walk to iterate over directory trees and honor .gitignore
- Add support for custom log formatter (allow to translate log messages, filter messages, ...)
- Feature #48: Change the log time from UTC to Local Time (configurable)
Expand Down
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,14 @@ Ada Util also provides a small test utility library on top of
Ahven or AUnit to help in writing unit tests. Ahven is the default testing
framework as it provides better reports.

## Version 2.7.0 - Under development
## Version 2.7.0 - Jun 2024
- New package Util.Files.Walk to iterate over directory trees and honor .gitignore
- Add support for custom log formatter (allow to translate log messages, filter messages, ...)
- Feature #48: Change the log time from UTC to Local Time (configurable)
- Fix #49: Perf report generates incorrect XML title attributes
- Fix #50: 128Bit AES-CTR Encoding doesn't work (thanks Adam Jasinski)
- Fix #53: Executor does not always stop the worker tasks

## Version 2.6.0 - Jul 2023
- New encoder/decoder for Base32
- Feature #32: Custom log appender
- Feature #36: Add HOTP algorithm
- Feature #38: Allow to read stdout and stderr as separate streams when spawning a process
- Feature #40: Input stream reader to read parts from another stream
- Feature #41: Support to ignore line breaks when decoding Base64 streams
- Feature #42: Improvement of test framework to launch and verify external program execution and output
- Fix #37: Support to build with -gnatW8
- Fix #35: utilada_curl crate uses wrong curl dependency

[List all versions](https://github.com/stcarrez/ada-util/blob/master/NEWS.md)

## Build with Alire
Expand Down

0 comments on commit 0fafa5e

Please sign in to comment.