Releases: irrdnet/irrd
v4.4.4
IRRd 4.4.4 was released on April 25th, 2024, and has several fixes/improvements:
- Startup could fail (#937) when using the user/group settings. This happened because of
an incorrect log file access check. - Deletes are now non-strict (#912) which means legacy objects that are currently
not valid can be deleted without fixing the object first. - The irr_rpsl_submit command could log an RPSL password for certain failures (bb8cb94)
v4.3.3
v4.4.3
IRRd 4.4.3 was released on January 25th, 2024, and fixes an issue (#891 / #894) in earlier versions where:
- Password hashers configured as legacy were incorrectly not
available for authentication. - The password validation did not gracefully handle maintainers
that had no currently supported authentication methods.
v4.3.2
IRRd 4.3.2 was released on January 25th, 2024, and fixes an issue (#891 / #894) in earlier versions where:
- Password hashers configured as legacy were incorrectly not
available for authentication. - The password validation did not gracefully handle maintainers
that had no currently supported authentication methods.
IRRD 4.4.2
IRRd 4.4.2 was released on October 17th, 2023, and fixes an issue in 4.4.0
and 4.4.1 where set member queries were incorrectly case sensitive (#868).
IRRD 4.4.1
IRRd 4.4.1 was released on October 12th, 2023, and fixes an issue in 4.4.0
where instances using readonly_standby would fail to start (#861).
It also fixes some minor display issues in the web interface.
IRRD 4.4.0
Full release notes:
https://irrd.readthedocs.io/en/stable/releases/4.4.0/
Highlights of new features:
- A new web interface offering internal authentication for
improved flexibility, security and user-friendliness. - A new method for running standby instances, mainly for
authoritative databases. - Protection of previously used
mntner
,person
androle
names, and an option to delete such objects with override. - Source aliases that can be used in queries.
- Preloading of set members, improving performance for all
queries that includeas-set
androute-set
resolving.
IRRD 4.4.0 beta 1
First beta of 4.4.0: https://irrd.readthedocs.io/en/latest/releases/4.4.0/
IRRD 4.3.1
https://irrd.readthedocs.io/en/stable/releases/4.3.1/
IRRd 4.3.1 was released on August 17, 2023, and fixes several issues:
- Set members included through mbrs-by-ref / member-of did not have the correct source filter applied. This meant that members could be included in a set, even through the aut-num, route or route6 object were from a different IRR source.
- IRRD could incorrectly try to use synchronised serials even when route object preference was enabled. This could cause issues for mirrored sources when this setting was enabled, but RPKI and the scope filter were not. If this affected your setup, mirroring would break, but IRRD would log errors repeatedly.
- The PyYAML dependency was updated to 6.0.1 to resolve installation issues in certain environments.
IRRD 4.2.9
https://irrd.readthedocs.io/en/v4.2.9/releases/4.2.9/
IRRd 4.2.9 was released on August 17, 2023, and fixes several issues:
- Set members included through mbrs-by-ref / member-of did not have the correct source filter applied. This meant that members could be included in a set, even through the aut-num, route or route6 object were from a different IRR source.
- The PyYAML dependency was updated to 6.0.1 to resolve installation issues in certain environments.