Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
15 changes: 15 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Release history for Zonemaster component Zonemaster-Backend


v11.5.0 2025-06-26 (part of Zonemaster v2025.1 release)

[Deprecations]
- API method "get_batch_job_result" is deprecated to be removed in v2025.2.
Use method "batch_status" instead. #1215

[Features]
- Redefines "batch_status" to replace "get_batch_job_result" #1215

[Fixes]
- Updates translation (Norwegian) #1213
- Adapts to changed Engine API #1143
- Sorts historic tests by creation date and not ID #1212


v11.4.0 2025-03-04 (part of Zonemaster v2024.2.1 release)

[Features]
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ requires
'Router::Simple::Declare' => 0,
'Starman' => 0,
'Try::Tiny' => 0.12,
'Zonemaster::LDNS' => 4.001000, # v4.1.0
'Zonemaster::Engine' => 7.001000, # v7.1.0
'Zonemaster::LDNS' => 5.000000, # v5.0.0
'Zonemaster::Engine' => 8.000000, # v8.0.0
;

test_requires 'DBD::SQLite' => 1.66;
Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/Backend.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Zonemaster::Backend;

our $VERSION = '11.4.0';
our $VERSION = '11.5.0';

use strict;
use warnings;
Expand Down