-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Standards Maintenance Issue 546: Updated DCR and Register swagger specifications to use Common Field Types * Added diff and release notes * Fixed redirect_uris array use of URIString in relation to maintenance comment: ConsumerDataStandardsAustralia/standards-maintenance#546 (comment) * Updated code formatting and indenting * Added Enum common type usage * Updated DCR and Register specs based on community feedback to the Common Field Types implementation * Updated swaggers to remove format fields * Updated diff for the Register API changes * Fixed formatting * Updated Register APIs based on ACCC feedback * Base branch for v1.22.0 * Draft updates 1 DP 275 * Retain v1.21.0 delta statements * Rebuild * Fixed open-status reversal * Rebuild * Create release notes Add archive entry Add change log entry * Release notes * Add archived API versions * Add new field to the swagger Add FDO Update endpoint schedule * Add diff statements * Fix missing obselete link in Get Accounts * Fix obselete message bug * Fixed Issue with AccontDetail * Rebuild Add in Telco diff statement Add Telco release notes * Merge of 1.22.0 * Remove external refs on client IDs * Remove common string references * Review updates * Release notes * Rebuild Diff statement * Updates to x-v headers * reverted account scope * Updated other account scopes * Update extended security documentation * Rebuild * Engage Festive * Rebuild with FESTIVE ENGAGED * Fix additional TDIF links * Fix ACCC fonts * Fix minor defects picked up after publish Rebuild * - Update version to 1.22.1 - Remove diff statements - Add links for archive - Add draft release notes * Removed santa hat * Restored diff overview statement Removed last actual diff statement * Full rebuild * Add binding statement * Add diff and release notes * Fix diff typo * Fix FDOs Fix Obligation table Add release notes * Update * Fix the binding date for Get Energy Account Detail V2 Removed the TBC dates for v1.19.0 Release notes * Rebuild * Update end point version schedule links Release notes * Changed error model for energy to ResponseErrorListV2 Rebuild * Fixed typo Rebuild * Update release notes for 227 * Rebuild * Added release notes for Telco * Apply energy changes to SDH swagger also * Rebuild * Fix error model in Telco Fix release note types Rebuild * Update V2 error list (#267) * Fix Telco merge Rebuild * Rebuild * Fix publish date Rebuild * Base branch for 1.23.0 * Standards Maintenance Issue #576: Update security profile sections allowing ID token encryption when using ACF * Updated DCR spec to treat ID token encryption claims as conditional * Standards Maintenance Issue #576: Removed Additional Note for v1.22.0 from version delta notes * Rebuild * Rebuild * Rebuild --------- Co-authored-by: Mark Verstege <[email protected]> Co-authored-by: Kirkycdr <[email protected]> Co-authored-by: kirkycdr <[email protected]> Co-authored-by: Hemang Rathod <[email protected]>
- Loading branch information
1 parent
08bdedf
commit 18862c0
Showing
57 changed files
with
478 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,290 @@ | ||
|
||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | ||
<title>Consumer Data Standards - v1.23.0 Release Notes</title> | ||
<link href="../../images/favicon.ico" rel="icon" type="image/ico" /> | ||
|
||
<style> | ||
.highlight table td { padding: 5px; } | ||
.highlight table pre { margin: 0; } | ||
.highlight .gh { | ||
color: #999999; | ||
} | ||
.highlight .sr { | ||
color: #f6aa11; | ||
} | ||
.highlight .go { | ||
color: #888888; | ||
} | ||
.highlight .gp { | ||
color: #555555; | ||
} | ||
.highlight .gs { | ||
} | ||
.highlight .gu { | ||
color: #aaaaaa; | ||
} | ||
.highlight .nb { | ||
color: #f6aa11; | ||
} | ||
.highlight .cm { | ||
color: #75715e; | ||
} | ||
.highlight .cp { | ||
color: #75715e; | ||
} | ||
.highlight .c1 { | ||
color: #75715e; | ||
} | ||
.highlight .cs { | ||
color: #75715e; | ||
} | ||
.highlight .c, .highlight .cd { | ||
color: #75715e; | ||
} | ||
.highlight .err { | ||
color: #960050; | ||
} | ||
.highlight .gr { | ||
color: #960050; | ||
} | ||
.highlight .gt { | ||
color: #960050; | ||
} | ||
.highlight .gd { | ||
color: #49483e; | ||
} | ||
.highlight .gi { | ||
color: #49483e; | ||
} | ||
.highlight .ge { | ||
color: #49483e; | ||
} | ||
.highlight .kc { | ||
color: #66d9ef; | ||
} | ||
.highlight .kd { | ||
color: #66d9ef; | ||
} | ||
.highlight .kr { | ||
color: #66d9ef; | ||
} | ||
.highlight .no { | ||
color: #66d9ef; | ||
} | ||
.highlight .kt { | ||
color: #66d9ef; | ||
} | ||
.highlight .mf { | ||
color: #ae81ff; | ||
} | ||
.highlight .mh { | ||
color: #ae81ff; | ||
} | ||
.highlight .il { | ||
color: #ae81ff; | ||
} | ||
.highlight .mi { | ||
color: #ae81ff; | ||
} | ||
.highlight .mo { | ||
color: #ae81ff; | ||
} | ||
.highlight .m, .highlight .mb, .highlight .mx { | ||
color: #ae81ff; | ||
} | ||
.highlight .sc { | ||
color: #ae81ff; | ||
} | ||
.highlight .se { | ||
color: #ae81ff; | ||
} | ||
.highlight .ss { | ||
color: #ae81ff; | ||
} | ||
.highlight .sd { | ||
color: #e6db74; | ||
} | ||
.highlight .s2 { | ||
color: #e6db74; | ||
} | ||
.highlight .sb { | ||
color: #e6db74; | ||
} | ||
.highlight .sh { | ||
color: #e6db74; | ||
} | ||
.highlight .si { | ||
color: #e6db74; | ||
} | ||
.highlight .sx { | ||
color: #e6db74; | ||
} | ||
.highlight .s1 { | ||
color: #e6db74; | ||
} | ||
.highlight .s { | ||
color: #e6db74; | ||
} | ||
.highlight .na { | ||
color: #a6e22e; | ||
} | ||
.highlight .nc { | ||
color: #a6e22e; | ||
} | ||
.highlight .nd { | ||
color: #a6e22e; | ||
} | ||
.highlight .ne { | ||
color: #a6e22e; | ||
} | ||
.highlight .nf { | ||
color: #a6e22e; | ||
} | ||
.highlight .vc { | ||
color: #ffffff; | ||
} | ||
.highlight .nn { | ||
color: #ffffff; | ||
} | ||
.highlight .nl { | ||
color: #ffffff; | ||
} | ||
.highlight .ni { | ||
color: #ffffff; | ||
} | ||
.highlight .bp { | ||
color: #ffffff; | ||
} | ||
.highlight .vg { | ||
color: #ffffff; | ||
} | ||
.highlight .vi { | ||
color: #ffffff; | ||
} | ||
.highlight .nv { | ||
color: #ffffff; | ||
} | ||
.highlight .w { | ||
color: #ffffff; | ||
} | ||
.highlight { | ||
color: #ffffff; | ||
} | ||
.highlight .n, .highlight .py, .highlight .nx { | ||
color: #ffffff; | ||
} | ||
.highlight .ow { | ||
color: #f92672; | ||
} | ||
.highlight .nt { | ||
color: #f92672; | ||
} | ||
.highlight .k, .highlight .kv { | ||
color: #f92672; | ||
} | ||
.highlight .kn { | ||
color: #f92672; | ||
} | ||
.highlight .kp { | ||
color: #f92672; | ||
} | ||
.highlight .o { | ||
color: #f92672; | ||
} | ||
</style> | ||
<link href="../../stylesheets/screen.css" rel="stylesheet" media="screen" /> | ||
<link href="../../stylesheets/print.css" rel="stylesheet" media="print" /> | ||
<script src="../../javascripts/all_nosearch.js"></script> | ||
</head> | ||
|
||
<body class="no-code-layout includes includes_releasenotes includes_releasenotes_releasenotes" data-languages="[]"> | ||
<a href="#" id="nav-button"> | ||
<span> | ||
NAV | ||
<img src="../../images/navbar.png" alt="Navbar" /> | ||
</span> | ||
</a> | ||
<div class="toc-wrapper"> | ||
<img src="../../images/logo.png" class="logo" alt="Logo" /> | ||
<ul id="toc" class="toc-list-h1"> | ||
<li> | ||
<a href="#v1-23-0-release-notes" class="toc-h1 toc-link" data-title="V1.23.0 Release Notes">V1.23.0 Release Notes</a> | ||
<ul class="toc-list-h2"> | ||
<li> | ||
<a href="#changes-made" class="toc-h2 toc-link" data-title="Changes Made">Changes Made</a> | ||
</li> | ||
<li> | ||
<a href="#introduction" class="toc-h2 toc-link" data-title="Introduction">Introduction</a> | ||
</li> | ||
<li> | ||
<a href="#high-level-standards" class="toc-h2 toc-link" data-title="High Level Standards">High Level Standards</a> | ||
</li> | ||
<li> | ||
<a href="#api-end-points" class="toc-h2 toc-link" data-title="API End Points">API End Points</a> | ||
</li> | ||
<li> | ||
<a href="#information-security-profile" class="toc-h2 toc-link" data-title="Information Security Profile">Information Security Profile</a> | ||
</li> | ||
<li> | ||
<a href="#consumer-experience" class="toc-h2 toc-link" data-title="Consumer Experience">Consumer Experience</a> | ||
</li> | ||
<li> | ||
<a href="#known-issues" class="toc-h2 toc-link" data-title="Known Issues">Known Issues</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
<ul class="toc-footer"> | ||
<li><a href='../../index.html'>Consumer Data Standards</a></li> | ||
</ul> | ||
</div> | ||
<div class="page-wrapper"> | ||
<div class="content"> | ||
<h1 id='v1-23-0-release-notes'>V1.23.0 Release Notes</h1> | ||
<p>Release notes for version v1.23.0 of the <a href="../../">CDR Standards</a>.</p> | ||
<h2 id='changes-made'>Changes Made</h2><h3 id='change-requests'>Change Requests</h3> | ||
<p>This release addresses the following change requests raised on <a href="https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues">Standards Maintenance</a>:</p> | ||
|
||
<ul> | ||
<li><a href="https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/576">Standards Maintenance Issue 576: Change id token encryption documentation to allow for use in Hybrid flow and ACF</a></li> | ||
</ul> | ||
<h3 id='decision-proposals'>Decision Proposals</h3> | ||
<p>This release addresses the following Decision Proposals published on <a href="https://github.com/ConsumerDataStandardsAustralia/standards/issues">Standards</a>:</p> | ||
|
||
<ul> | ||
<li><a href="https://github.com/ConsumerDataStandardsAustralia/standards/issues/298">Decision Proposal 298</a></li> | ||
</ul> | ||
<h2 id='introduction'>Introduction</h2> | ||
<p>No Change</p> | ||
<h2 id='high-level-standards'>High Level Standards</h2> | ||
<p>No Change</p> | ||
<h2 id='api-end-points'>API End Points</h2> | ||
<p>No Change</p> | ||
<h2 id='information-security-profile'>Information Security Profile</h2> | ||
<table><thead> | ||
<tr> | ||
<th>Change</th> | ||
<th>Description</th> | ||
<th>Link</th> | ||
</tr> | ||
</thead><tbody> | ||
<tr> | ||
<td>Allow id token encryption for Auth Code Flow</td> | ||
<td><a href="https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/576"><strong>Change Request #576</strong></a>: Updated Security Profile to allow encryption of id tokens when using Auth Code Flow</td> | ||
<td><a href="../../#security-profile">Security Profile</a></td> | ||
</tr> | ||
</tbody></table> | ||
<h2 id='consumer-experience'>Consumer Experience</h2> | ||
<p>No Change</p> | ||
<h2 id='known-issues'>Known Issues</h2> | ||
<p>No Change</p> | ||
|
||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.