Skip to content

0.12.0

Compare
Choose a tag to compare
@partim partim released this 26 Jul 09:52
· 296 commits to main since this release
803133b

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)]