Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparation for release v2024.1 (Engine) #1367

Merged
merged 5 commits into from
Jul 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@ v6.0.0 2024-07-01 (part of Zonemaster v2024.1 release)
- Removes planned deprecated 'resolver.source' profile property.
Breaks custom profiles using this property. Use 'resolver.source4'
and 'resolver.source6' instead. (#1343)
- Using 'profile.json' that comes with the Zonemaster::Engine
installation as a template for custom profile is no longer supported.
Instead, use the new supported way of extracting default profile, that
can be found via the pull request introduced it. (#1339)
matsduf marked this conversation as resolved.
Show resolved Hide resolved

[Features]
- Makes it possible to run single testcase via test_zone() (#1312)
- Changes supported way of extracting default profile (#1339)
- Updates Basic01 implementation (#1357)

[Fixes]
- Makes syntax04 take zone name instead of NS name (#1322)
- Makes syntax04 take zone name instead of NS name (#1322, #1369)
- Removes the code dependency on Moose (#1319)
- Fixes Zonemaster::Engine::Translator’s instance() method (#1347)
- Fixes polymorphism in Translator (#1346)
Expand Down
Loading