Skip to content

Releases: zonemaster/zonemaster-backend

Release v11.2.0

01 Jul 19:06
d5fe5db
Compare
Choose a tag to compare

[Release information]

  • Translations have not been fully updated in this release. They will be updated in an upcoming release.
  • Migration of the database is required by this release to retain consistency in results in the database.

[Features]

  • Fixes regression that caused Backend’s messages not to be translated (#1166)

[Fixes]

  • Avoids double UTF-8 encoding in zmb (#1144)
  • Makes job_status report proper percentages (#1150)
  • Updates language in experimental RPC API parameters (#1155)
  • Makes RPCAPI call Translator’s instance() method, instead of new() (#1167)
  • Bumps DBD::SQLite to 1.66 for Rocky Linux 8 (#1174)

This is part of the Zonemaster v2024.1 release.

Details on previous releases are found in the Changes file or in the releases page. The release has been published at CPAN. The recommended installation path is to start with the Zonemster-Engine Installation instructions. If Zonemaster-Backend is updated, then an upgrade of the zonemaster database may be required. See the upgrade instructions. For general information go to the Zonemaster README. For an overview of the Zonemaster release go to the Zonemaster product release page.

Release v11.1.1

28 Mar 14:32
44e9c07
Compare
Choose a tag to compare

[Fixes]

  • Corrects the database migration script for version v11.1.0 (#1159)

Details on previous releases are found in the Changes file or in the releases page. The release has been published at CPAN. The recommended installation path is to start with the Zonemster-Engine Installation instructions. If Zonemaster-Backend is updated, then an upgrade of the zonemaster database may be required. See the upgrade instructions. For general information go to the Zonemaster README. For an overview of the Zonemaster release go to the Zonemaster product release page.

Release v11.1.0

18 Mar 16:57
20bd8c3
Compare
Choose a tag to compare

[Release information]

  • New database schema requires migration of existing database.

[Features]

  • Migrates to new test results database table (#1092, #1145, #1147)
  • Adds possibility to run several Test Agents on the same or multiple servers to the same queue to increase capacity (#1121)
  • Adds input name normalization (#1132)

[Fixes]

  • Fixes FreeBSD testagent start script (#1146)
  • Fixes a change in JSON::Validator code (#1109)

Details on previous releases are found in the Changes file or in the releases page. The release has been published at CPAN. The recommended installation path is to start with the Zonemster-Engine Installation instructions. If Zonemaster-Backend is updated, then an upgrade of the zonemaster database may be required. See the upgrade instructions. For general information go to the Zonemaster README. For an overview of the Zonemaster release go to the Zonemaster product release page.

Release v11.0.2

08 Sep 11:25
b811313
Compare
Choose a tag to compare

[Fixes]

  • This version contains no real changes. It has been created to require a higher (fixed) version of Zonemaster-Engine.

Details on previous releases are found in the Changes file or in the releases page. The release has been published at CPAN. The recommended installation path is to start with the Zonemster-Engine Installation instructions. If Zonemaster-Backend is updated, then an upgrade of the zonemaster database may be required. See the upgrade instructions. For general information go to the Zonemaster README. For an overview of the Zonemaster release go to the Zonemaster product release page.

Release v11.0.1 (public release)

08 Aug 03:24
34a4ac2
Compare
Choose a tag to compare

[Fixes]

  • This version contains no real changes. It has been created to require a higher (fixed) version of Zonemaster-Engine.

Details on previous releases are found in the Changes file or in the releases page. The release has been published at CPAN. The recommended installation path is to start with the Zonemster-Engine Installation instructions. If Zonemaster-Backend is updated, then an upgrade of the zonemaster database may be required. See the upgrade instructions. For general information go to the Zonemaster README. For an overview of the Zonemaster release go to the Zonemaster product release page.

Release v11.0.0 (public release)

21 Jun 17:59
0a8cb51
Compare
Choose a tag to compare

[Breaking changes]

  • Removes deprecated features related to locale (#1097)
  • Remove deprecated "creation_time" key (#1081)

[Features]

[Fixes]

  • Updates translations (#1108, #1103, #1102)
  • Adds systemd start scripts for Rocky Linux (#1107)
  • Removes documentation moved to the zonemaster/zonemaster repository (#1104)
  • Removes dependency to String::ShellQuote (#1093)
  • Dissociate died test from reaching max execution time (#1082)

Details on previous releases are found in the Changes file or in the releases page. The release has been published at CPAN. The recommended installation path is to start with the Zonemster-Engine Installation instructions. If Zonemaster-Backend is updated, then an upgrade of the zonemaster database may be required. See the upgrade instructions. For general information go to the Zonemaster README. For an overview of the Zonemaster release go to the Zonemaster product release page.

Release v10.0.2 (public fix release)

01 Mar 19:18
9629239
Compare
Choose a tag to compare

[Fixes]

  • Updates translation (#1079)

[Deprecation]

Details on previous releases are found in the Changes file or in the releases page. The release has been published at CPAN. If Zonemaster-Backend is updated, then an upgrade of the zonemaster database may be required. See the upgrade instructions. For general information go to the Zonemaster README. For an overview of the Zonemaster release go to the Zonemaster product release page.

Release v10.0.1 (public fix release)

31 Jan 17:44
90baff6
Compare
Choose a tag to compare

[Fixes]

  • Updates translation (#1073, #1074)
  • Fixes uninitialized value warning in zm-rpcapi.log (#1072)

[Deprecation]

Details on previous releases are found in the Changes file or in the releases page. The release has been published at CPAN. If Zonemaster-Backend is updated, then an upgrade of the zonemaster database may be required. See the upgrade instructions. For general information go to the Zonemaster README. For an overview of the Zonemaster release go to the Zonemaster product release page.

Release v10.0.0 (public release)

19 Dec 10:04
0834c2a
Compare
Choose a tag to compare

[Deprecation]

  • The use of language tags that includes country code is deprecated. See "docs/API.md#language-tag". Such language codes will be made illegal in the v2023.1 release. Use language codes without country code instead.
  • The use of an empty string in the "LANGUAGE.locale" setting is deprecated and will be made illegal in the v2023.1 release. See "docs/Configuration.md#language-section".
  • The use of two or more locale tags with the same language code in the configuration is deprecated and will be made illegal in the v2023.1 release. See "docs/Configuration.md#language-section".

[Breaking changes]

  • Removes database primary key from API method "get_test_results" (#946, also see #949).

[Features]

  • Provides human readable messages when the test agent dies (#1058)
  • Adds testcase descriptions in test results (#1055)
  • Adds Zonemaster-LDNS version to API method "version_info" (#1050)

[Fixes]

  • Updates installation instructions (#1069)
  • Updates deprecation information in "docs/API.pm" and "docs/Configuration.md" (#1067)
  • Corrects the license statement in Backend.pm (#1059)
  • Fixes get_data_from_parent_zone method (#1057)
  • Updates to use Net::IP::XS directly (#1053)
  • Updates documents to use lowercase fragments when referring to internal headings (#1052)
  • Sets IPV6_DISABLED message to INFO in testing profile (#1051)
  • Removes enabling IPv4 and IPv6 by default in zmtest (#1041, #1040, #1066)

Details on previous releases are found in the Changes file or in the releases page. The release has been published at CPAN. If Zonemaster-Backend is updated, then an upgrade of the zonemaster database may be required. See the upgrade instructions. For general information go to the Zonemaster README. For an overview of the Zonemaster release go to the Zonemaster product release page.

Release v9.0.1 (public fix release)

08 Jul 09:52
8aacc32
Compare
Choose a tag to compare

[Fixes]

  • Corrects a bug where Zonemaster-Backend does not respect the IPv4 or IPV6 setting in a custom profile (#1046, #1039)
  • Updates the Danish translation (#1034)

Details on previous releases are found in the Changes file or in the releases page. The release has been published at CPAN.

The recommended installation path is to start with the Zonemster-Engine Installation instructions.

If Zonemaster-Backend is updated, then an upgrade of the zonemaster database may be required. See the upgrade instructions. For general information go to the Zonemaster README. For an overview of the Zonemaster release go to the Zonemaster product release page.