Skip to content

Commit

Permalink
Deployed d60cb4b to main with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 24, 2024
1 parent d430411 commit 1a56f57
Show file tree
Hide file tree
Showing 7 changed files with 139 additions and 7 deletions.
129 changes: 129 additions & 0 deletions main/CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,39 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#0121rc0" class="md-nav__link">
<span class="md-ellipsis">
0.12.1rc0
</span>
</a>

<nav class="md-nav" aria-label="0.12.1rc0">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#april-24-2024" class="md-nav__link">
<span class="md-ellipsis">
April 24, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#0121rc0-breaking-changes" class="md-nav__link">
<span class="md-ellipsis">
0.12.1rc0 Breaking Changes
</span>
</a>

</li>

</ul>
</nav>

</li>

<li class="md-nav__item">
<a href="#0120" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -2256,6 +2289,39 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#0121rc0" class="md-nav__link">
<span class="md-ellipsis">
0.12.1rc0
</span>
</a>

<nav class="md-nav" aria-label="0.12.1rc0">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#april-24-2024" class="md-nav__link">
<span class="md-ellipsis">
April 24, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#0121rc0-breaking-changes" class="md-nav__link">
<span class="md-ellipsis">
0.12.1rc0 Breaking Changes
</span>
</a>

</li>

</ul>
</nav>

</li>

<li class="md-nav__item">
<a href="#0120" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -2341,6 +2407,69 @@


<h1 id="aries-cloud-agent-python-changelog">Aries Cloud Agent Python Changelog<a class="headerlink" href="#aries-cloud-agent-python-changelog" title="Permanent link">&para;</a></h1>
<h2 id="0121rc0">0.12.1rc0<a class="headerlink" href="#0121rc0" title="Permanent link">&para;</a></h2>
<h3 id="april-24-2024">April 24, 2024<a class="headerlink" href="#april-24-2024" title="Permanent link">&para;</a></h3>
<p>Release 0.12.1rc0 is a small patch to cleanup some edge case issues in the handling of Out of Band invitations, and connection querying uncovered after the 0.12.0 release. Fixes and improvements were also made to the generation of ACA-Py's OpenAPI specifications.</p>
<h3 id="0121rc0-breaking-changes">0.12.1rc0 Breaking Changes<a class="headerlink" href="#0121rc0-breaking-changes" title="Permanent link">&para;</a></h3>
<p>There are no breaking changes in this release.</p>
<h4 id="0121rc0-categorized-list-of-pull-requests">0.12.1rc0 Categorized List of Pull Requests<a class="headerlink" href="#0121rc0-categorized-list-of-pull-requests" title="Permanent link">&para;</a></h4>
<ul>
<li>
<p>Out of Band Invitations and Connection Establishment updates/fixes:</p>
<ul>
<li>🐛 Fix ServiceDecorator parsing in oob record handling <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/2910">#2910</a> <a href="https://github.com/ff137">ff137</a></li>
<li>fix: consider all resolvable dids in invites "public" <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/2900">#2900</a> <a href="https://github.com/dbluhm">dbluhm</a></li>
<li>fix: oob record their_service should be updatable <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/2897">#2897</a> <a href="https://github.com/dbluhm">dbluhm</a></li>
<li>fix: look up conn record by invite msg id instead of key <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/2891">#2891</a> <a href="https://github.com/dbluhm">dbluhm</a></li>
</ul>
</li>
<li>
<p>OpenAPI/Swagger updates, fixes and cleanups:</p>
<ul>
<li>Fix api schema mixup in revocation routes <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/2909">#2909</a> <a href="https://github.com/jamshale">jamshale</a></li>
<li>🎨 fix typos <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/2898">#2898</a> <a href="https://github.com/ff137">ff137</a></li>
<li>⬆️ Upgrade codegen tools used in generate-open-api-specols <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/2899">#2899</a> <a href="https://github.com/ff137">ff137</a></li>
<li>🐛 Fix IndyAttrValue model that was dropped from openapi spec <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/2894">#2894</a> <a href="https://github.com/ff137">ff137</a></li>
</ul>
</li>
<li>
<p>Test and Demo updates:</p>
<ul>
<li>fix Faber demo to use oob with aip10 to support connection reuse <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/2903">#2903</a> <a href="https://github.com/ianco">ianco</a></li>
<li>fix: integration tests should use didex 1.1 <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/2889">#2889</a> <a href="https://github.com/dbluhm">dbluhm</a></li>
</ul>
</li>
<li>
<p>Endorsement of Indy Transactions fixes:</p>
<ul>
<li>Prevent 500 error when re-promoting DID with endorsement <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/2885">#2885</a> <a href="https://github.com/jamshale">jamshale</a></li>
<li>Fix ack during for auto endorsement <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/2883">#2883</a> <a href="https://github.com/jamshale">jamshale</a></li>
</ul>
</li>
<li>
<p>Documentation publishing process updates:</p>
<ul>
<li>Some updates to the mkdocs publishing process <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/2888">#2888</a> <a href="https://github.com/swcurran">swcurran</a></li>
<li>Update GHA so that broken image links work on docs site - without breaking them on GitHub <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/2852">#2852</a> <a href="https://github.com/swcurran">swcurran</a></li>
</ul>
</li>
<li>
<p>Dependencies and Internal Updates:</p>
<ul>
<li>chore(deps): Bump aiohttp from 3.9.3 to 3.9.4 dependencies python <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/2902">#2902</a> <a href="https://github.com/dependabot bot">dependabot bot</a></li>
<li>chore(deps): Bump idna from 3.4 to 3.7 in /demo/playground/examples dependencies python <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/2886">#2886</a> <a href="https://github.com/dependabot bot">dependabot bot</a></li>
<li>chore(deps): Bump psf/black from 24.3.0 to 24.4.0 in the all-actions group dependencies github_actions <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/2893">#2893</a> <a href="https://github.com/dependabot bot">dependabot bot</a></li>
<li>chore(deps): Bump idna from 3.6 to 3.7 dependencies python <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/2887">#2887</a> <a href="https://github.com/dependabot bot">dependabot bot</a></li>
<li>refactor: logging configs setup <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/2870">#2870</a> <a href="https://github.com/amanji">amanji</a></li>
</ul>
</li>
<li>
<p>Release management pull requests:</p>
<ul>
<li>0.12.1rc0 <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/2912">#2912</a> <a href="https://github.com/swcurran">swcurran</a></li>
</ul>
</li>
</ul>
<h2 id="0120">0.12.0<a class="headerlink" href="#0120" title="Permanent link">&para;</a></h2>
<h3 id="april-11-2024">April 11, 2024<a class="headerlink" href="#april-11-2024" title="Permanent link">&para;</a></h3>
<p>Release 0.12.0 is a large release with many new capabilities, feature improvements, upgrades, and bug fixes. Importantly, this release completes the ACA-Py implementation of <a href="https://github.com/hyperledger/aries-rfcs/tree/main/concepts/0302-aries-interop-profile#aries-interop-profile-version-20">Aries Interop Profile v2.0</a>, and enables the elimination of unqualified DIDs. While only deprecated for now, all deployments of ACA-Py <strong>SHOULD</strong> move to using only fully qualified DIDs as soon as possible.</p>
Expand Down
7 changes: 5 additions & 2 deletions main/PUBLISHING/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2263,7 +2263,7 @@ <h1 id="how-to-publish-a-new-version">How to Publish a New Version<a class="head
</li>
<li>
<p>Update the ReadTheDocs in the <code>/docs</code> folder by following the instructions in
the <code>./README.md</code> file. That will likely add a number of new and modified
the <code>./UpdateRTD.md</code> file. That will likely add a number of new and modified
files to the PR. Eliminate all of the errors in the generation process,
either by mocking external dependencies or by fixing ACA-Py code. If
necessary, create an issue with the errors and assign it to the appropriate
Expand All @@ -2288,6 +2288,9 @@ <h1 id="how-to-publish-a-new-version">How to Publish a New Version<a class="head
<p>Regenerate openapi.json and swagger.json by running
<code>../scripts/generate-open-api-spec</code> from within the <code>aries_cloudagent</code> folder.</p>
</li>
</ul>
<p>Command: <code>cd aries_cloudagent;../scripts/generate-open-api-spec;cd ..</code></p>
<ol>
<li>
<p>Double check all of these steps above, and then submit a PR from the branch.
Add this new PR to CHANGELOG.md so that all the PRs are included.
Expand All @@ -2313,7 +2316,7 @@ <h1 id="how-to-publish-a-new-version">How to Publish a New Version<a class="head
and a link to the packages added to the repositories main page (under
"Packages").</p>
</li>
</ul>
</ol>
<p>Additional information about the container image publication process can be
found in the document <a href="../deploying/ContainerImagesAndGithubActions/">Container Images and Github Actions</a>.</p>
<ol>
Expand Down
2 changes: 1 addition & 1 deletion main/features/DIDResolution/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2514,7 +2514,7 @@ <h3 id="using-resolver-plugins">Using Resolver Plugins<a class="headerlink" href
</code></pre></div>
<p>The following is a fully functional Dockerfile encapsulating this setup:</p>
<p>```dockerfile=
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.0
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1rc0
RUN pip3 install git+<a href="https://github.com/dbluhm/acapy-resolver-github">https://github.com/dbluhm/acapy-resolver-github</a></p>
<p>CMD ["aca-py", "start", "-it", "http", "0.0.0.0", "3000", "-ot", "http", "-e", "<a href="http://localhost:3000">http://localhost:3000</a>", "--admin", "0.0.0.0", "3001", "--admin-insecure-mode", "--no-ledger", "--plugin", "acapy_resolver_github"]
<div class="highlight"><pre><span></span><code><a id="__codelineno-6-1" name="__codelineno-6-1" href="#__codelineno-6-1"></a>To use the above dockerfile:
Expand Down
2 changes: 1 addition & 1 deletion main/features/QualifiedDIDs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2297,7 +2297,7 @@ <h2 id="did-exchange">DID Exchange<a class="headerlink" href="#did-exchange" tit
</ul>
<p>With these changes, an existing ACA-Py installation using unqualified DIDs can upgrade to use qualified DIDs:</p>
<ul>
<li>Reactively in 0.12.0, by using like DIDs from the other agent.</li>
<li>Reactively in 0.12.0 and later, by using like DIDs from the other agent.</li>
<li>Proactively, by adding the <code>use_did</code> or <code>use_did_method</code> parameter on the <code>POST /out-of-band/create-invitation</code>, <code>POST /didexchange/create-request</code>. and <code>POST /didexchange/{conn_id}/accept_invitation</code> endpoints and specifying <code>did:peer:2</code> or <code>did_peer:4</code>.</li>
<li>The other agent must be able to process the selected DID Method.</li>
<li>Proactively, by updating to use DID Exchange v1.1 and having the other side <code>auto-accept</code> the connection.</li>
Expand Down
4 changes: 2 additions & 2 deletions main/features/SupportedRFCs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2426,7 +2426,7 @@ <h1 id="aries-aip-and-rfcs-supported-in-aries-cloud-agent-python">Aries AIP and
ACA-Py or the repository <code>main</code> branch. Reminders (and PRs!) to update this page are
welcome! If you have any questions, please contact us on the #aries channel on
<a href="https://discord.gg/hyperledger">Hyperledger Discord</a> or through an issue in this repo.</p>
<p><strong>Last Update</strong>: 2024-04-11, Release 0.12.0</p>
<p><strong>Last Update</strong>: 2024-04-24, Release 0.12.1rc0</p>
<blockquote>
<p>The checklist version of this document was created as a joint effort
between <a href="https://northernblock.io/">Northern Block</a>, <a href="https://animo.id/">Animo Solutions</a> and the Ontario government, on behalf of the Ontario government.</p>
Expand Down Expand Up @@ -2643,7 +2643,7 @@ <h2 id="secure-storage-types">Secure Storage Types<a class="headerlink" href="#s
<tr>
<td><a href="https://github.com/hyperledger/indy-sdk/tree/master/docs/design/003-wallet-storage">Indy SDK</a></td>
<td style="text-align: center;"><img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/[email protected]/assets/svg/26a0.svg" title=":warning:" /> Deprecated</td>
<td>Full support for the features of the "indy-wallet" secure storage capabilities found in the Indy SDK.</td>
<td><strong>To be removed in the next Major/Minor release of ACA-Py</strong> Full support for the features of the "indy-wallet" secure storage capabilities found in the Indy SDK.</td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion main/search/search_index.json

Large diffs are not rendered by default.

Binary file modified main/sitemap.xml.gz
Binary file not shown.

0 comments on commit 1a56f57

Please sign in to comment.