Skip to content

Releases: ietf-tools/datatracker

12.7.0

07 Mar 17:30
dd24558

Choose a tag to compare

Release Date: Thu, March 7, 2024 at 6:16 PM UTC
Release Author: @rjsparks


✨ New Features

🐛 Bug Fixes

♻️ Refactors

✅ Tests

🔧 Chores


Coverage

chart

12.6.1

22 Feb 21:44
5ec1cf3

Choose a tag to compare

Release Date: Thu, February 22, 2024 at 10:28 PM UTC
Release Author: @rjsparks


🐛 Bug Fixes


Coverage

chart

12.6.0

21 Feb 18:07
b06fe7d

Choose a tag to compare

Release Date: Wed, February 21, 2024 at 6:52 PM UTC
Release Author: @rjsparks


✨ New Features

🐛 Bug Fixes

♻️ Refactors

🔧 Chores


Coverage

chart

12.5.0

07 Feb 19:50
ac4062f

Choose a tag to compare

Release Date: Wed, February 7, 2024 at 8:35 PM UTC
Release Author: @rjsparks


✨ New Features

🐛 Bug Fixes

🔧 Chores


Coverage

chart

12.4.0

24 Jan 17:34
d31605e

Choose a tag to compare

Release Date: Wed, January 24, 2024 at 6:08 PM UTC
Release Author: @rjsparks


✨ New Features

🐛 Bug Fixes

♻️ Refactors

🔧 Chores


Coverage

chart

12.3.0

17 Jan 21:43
2b38e66

Choose a tag to compare

Release Date: Wed, January 17, 2024 at 10:18 PM UTC
Release Author: @rjsparks


✨ New Features

🐛 Bug Fixes

♻️ Refactors

✅ Tests

🔧 Chores


Coverage

chart

12.2.0

03 Jan 22:37
9e0d937

Choose a tag to compare

Release Date: Wed, January 3, 2024 at 11:11 PM UTC
Release Author: @rjsparks


✨ New Features

🐛 Bug Fixes

🔧 Chores


Coverage

chart

12.1.0

18 Dec 22:52
f770d7c

Choose a tag to compare

Release Date: Tue, December 19, 2023 at 2:12 PM UTC
Release Author: @rjsparks


✨ New Features

🐛 Bug Fixes

♻️ Refactors


Coverage

chart

12.0.1

14 Dec 16:39
adf2a99

Choose a tag to compare

Release Date: Thu, December 14, 2023 at 5:50 PM UTC
Release Author: @rjsparks


🐛 Bug Fixes


Coverage

chart

12.0.0

11 Dec 17:24
5d06262

Choose a tag to compare

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

Read more