Skip to content

12.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 17:24
5d06262

Release Date: Mon, December 11, 2023 at 6:04 PM UTC
Release Author: @rjsparks

This release brings RFCs and subseries documents in as first-class Document objects. Previously RFCs had been pseudo-versions of Internet-Drafts, and subseries couldn't be correctly modeled at all.

There are also a few contributions from the 118 codesprint that targeted the feat/rfc branch that this release brings to production.

Attention users of /api/v1 : This release removes the DocAlias class. The RelatedDocument objects target will be Document objects instead of DocAlias objects. It adds Document types for RFCs, BCPs, STDs, and FYIs. Internet-Drafts that became RFCs are attached to the RFC through a RelatedDocument object of type "became_rfc". RFCs are attached to subseries documents through a "contains" relationship.


💥 BREAKING CHANGES

  • due to e211dc5 - RFCs and subseries as Document types (commit by @rjsparks):

    RFCs and subseries as Document types

✨ New Features

🐛 Bug Fixes

♻️ Refactors

✅ Tests

🔧 Chores


Coverage

chart