IRRd 4.2.2 was released on December 2nd, 2021, and fixes four issues that
occurred in 4.2.1:
- If users created multiple objects with the same RPSL primary key, in the
same source, with different object classes, IRRD would only
import one of them and discarded the other. This could occur, for example,
when amntner
andas-set
had the same name. This issue was quite rare. (#560) - When running on PyPy, IRRD had
infinite file descriptor growth causing it to run out
of file descriptors eventually regardless of configured limits. (#578) - IRRD
was unable to run in the foreground with stdout logging
_. (#557) - IRRD would
reject the autogenerated last-modified attribute
_ in submitted
objects, which was confusing to users. (#587)
Upgrading requires updating the database. See the release notes for the details:
https://irrd.readthedocs.io/en/stable/releases/4.2.2/