Skip to content

Commit

Permalink
v2.000000
Browse files Browse the repository at this point in the history
    - NOTE: Backwords incompatible changes, plugins and renderers may need rewriting
    - IPC system overhaul
    - Getopt::Yath has been extracted to its own set of modules
    - Use of Atomic::Pipe to convey data between test and harness
    - Each test has its own auditor process instead of a single auditor bottleneck
    - Yath web server (formerly Yath-UI) has been merged in
    - Yath database (formerly part of Yath-UI) has been merged in
    - Revamped renderer system
    - JUnit renderer has been merged in
    - Database rendering happens in a non-blocking way
    - Several other systems have been overhauled as a result of the IPC rewrite
    - More consistent flags
    - Automatic paging for help (With IO::Pager)
    - Better command list and organization
    - Ability to restrict help output to specific sections as needed --help=SECTION
    - Ability to --show-opts=SECTION to see what your settings do
    - Support for PostgreSQL, SQLite, MySQL (generic), Percona, and MariaDB
    - Many other fixes and overhauls
  • Loading branch information
exodist committed Jul 30, 2024
1 parent 5882367 commit 8e1e447
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{{$NEXT}}

2.000000 2024-07-30 15:00:13-07:00 America/Los_Angeles (TRIAL RELEASE)

- NOTE: Backwords incompatible changes, plugins and renderers may need rewriting
- IPC system overhaul
- Getopt::Yath has been extracted to its own set of modules
Expand Down
2 changes: 0 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ my %WriteMakefileArgs = (
"Test2::Tools::Tiny" => "1.302199",
"Test2::Util" => "1.302199",
"Test2::Util::Facets2Legacy" => "1.302199",
"Test2::Util::Table" => "1.302199",
"Test2::Util::Times" => "0.000163",
"Test2::Util::UUID" => "0.002008",
"Test2::V0" => "0.000163",
Expand Down Expand Up @@ -241,7 +240,6 @@ my %FallbackPrereqs = (
"Test2::Tools::Tiny" => "1.302199",
"Test2::Util" => "1.302199",
"Test2::Util::Facets2Legacy" => "1.302199",
"Test2::Util::Table" => "1.302199",
"Test2::Util::Times" => "0.000163",
"Test2::Util::UUID" => "0.002008",
"Test2::V0" => "0.000163",
Expand Down
1 change: 0 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ requires "Test2::Tools::Compare" => "0.000163";
requires "Test2::Tools::Tiny" => "1.302199";
requires "Test2::Util" => "1.302199";
requires "Test2::Util::Facets2Legacy" => "1.302199";
requires "Test2::Util::Table" => "1.302199";
requires "Test2::Util::Times" => "0.000163";
requires "Test2::Util::UUID" => "0.002008";
requires "Test2::V0" => "0.000163";
Expand Down

0 comments on commit 8e1e447

Please sign in to comment.