0.12.0
New
- Added a simple XML writer. (#144)
- Added the ability to create and write the various RRDP files. (#144)
- Add
uri::Https::{path, canonical_authority, as_slice}
. (#147)
Bug Fixes
- Accept empty
<publish>
elements in RRDP snapshot and delta files. While publishing empty files doesn’t make all that much sense, the standard formally allows it, so we shouldn’t reject updates because of it. ([#148)]