<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Ark Documentation Blog</title>
        <link>https://ark-docs.digizoo.com.au/blog</link>
        <description>Ark Documentation Blog</description>
        <lastBuildDate>Sun, 31 May 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <item>
            <title><![CDATA[Release 2026-05-31.3.0.0]]></title>
            <link>https://ark-docs.digizoo.com.au/blog/2026/05/31/3.0.0-release-notes</link>
            <guid>https://ark-docs.digizoo.com.au/blog/2026/05/31/3.0.0-release-notes</guid>
            <pubDate>Sun, 31 May 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Summary]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_SAay" id="summary">Summary<a href="https://ark-docs.digizoo.com.au/blog/2026/05/31/3.0.0-release-notes#summary" class="hash-link" aria-label="Direct link to Summary" title="Direct link to Summary" translate="no">​</a></h2>
<p>This major release of Ark introduces a more flexible foundation for connecting to downstream providers, orchestrating onboarding journeys, and modelling the businesses and individuals you serve. Highlights include a new connector routing capability, Ark Flows for workflow orchestration, an expanded party model that now supports companies and sole traders, and a configurable business rules engine.</p>
<p>This release also brings new and expanded connectors, a vendor-agnostic approach to identity verification, and a range of behavioural and quality improvements across the platform. Some integrations will need minor updates to move smoothly onto this release; the highlights are outlined in the Migration or Upgrade Notes below, and your support representative can help with the specifics.</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_SAay" id="whats-new">What's New<a href="https://ark-docs.digizoo.com.au/blog/2026/05/31/3.0.0-release-notes#whats-new" class="hash-link" aria-label="Direct link to What's New" title="Direct link to What's New" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="new-features--endpoints">New Features &amp; Endpoints<a href="https://ark-docs.digizoo.com.au/blog/2026/05/31/3.0.0-release-notes#new-features--endpoints" class="hash-link" aria-label="Direct link to New Features &amp; Endpoints" title="Direct link to New Features &amp; Endpoints" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_SAay" id="connector-routing"><strong>Connector Routing</strong><a href="https://ark-docs.digizoo.com.au/blog/2026/05/31/3.0.0-release-notes#connector-routing" class="hash-link" aria-label="Direct link to connector-routing" title="Direct link to connector-routing" translate="no">​</a></h4>
<p>Ark now resolves the right downstream provider for each request through a flexible, configurable routing capability. Routing can take provider health and priority into account when selecting where to send a request, giving you more control over how Ark connects to underlying providers without changing how you call the API. This supersedes the previous mapping-based approach to selecting connectors.</p>
<h4 class="anchor anchorTargetStickyNavbar_SAay" id="ark-flows"><strong>Ark Flows</strong><a href="https://ark-docs.digizoo.com.au/blog/2026/05/31/3.0.0-release-notes#ark-flows" class="hash-link" aria-label="Direct link to ark-flows" title="Direct link to ark-flows" translate="no">​</a></h4>
<p>Ark now offers workflow orchestration through Ark Flows, allowing onboarding journeys to be coordinated as managed, multi-step workflows. This provides a more reliable and observable way to run the longer-running processes that onboarding often involves.</p>
<h4 class="anchor anchorTargetStickyNavbar_SAay" id="expanded-parties"><strong>Expanded Parties</strong><a href="https://ark-docs.digizoo.com.au/blog/2026/05/31/3.0.0-release-notes#expanded-parties" class="hash-link" aria-label="Direct link to expanded-parties" title="Direct link to expanded-parties" translate="no">​</a></h4>
<p>The party model has been extended beyond individuals to support a wider range of onboarding scenarios:</p>
<ul>
<li class=""><strong>Company parties</strong> - create, manage, and provision company entities.</li>
<li class=""><strong>Sole trader parties</strong> - create and manage sole traders, including ABN and trading name details.</li>
<li class=""><strong>Party relationships</strong> - associate parties with one another (for example, directors or secretaries of a company).</li>
<li class=""><strong>Party search</strong> - find existing parties by name.</li>
</ul>
<p><strong>Example Endpoints:</strong></p>
<ul>
<li class=""><code>POST /v1/parties/{partyId}/relationships</code> - Associate a related party (e.g. a director or secretary)</li>
<li class=""><code>GET /v1/parties/search</code> - Search for existing parties by name</li>
</ul>
<h4 class="anchor anchorTargetStickyNavbar_SAay" id="account-signatories"><strong>Account Signatories</strong><a href="https://ark-docs.digizoo.com.au/blog/2026/05/31/3.0.0-release-notes#account-signatories" class="hash-link" aria-label="Direct link to account-signatories" title="Direct link to account-signatories" translate="no">​</a></h4>
<p>Ark now provides account signatory management, letting you control who is authorised to act on an account.</p>
<ul>
<li class=""><code>GET /v1/accounts/{accountId}/signatories</code> - List signatories for an account</li>
<li class=""><code>POST /v1/accounts/{accountId}/signatories</code> - Add a signatory to an account</li>
<li class=""><code>DELETE /v1/accounts/{accountId}/signatories/{partyId}</code> - Remove a signatory from an account</li>
</ul>
<h4 class="anchor anchorTargetStickyNavbar_SAay" id="business-rules-engine"><strong>Business Rules Engine</strong><a href="https://ark-docs.digizoo.com.au/blog/2026/05/31/3.0.0-release-notes#business-rules-engine" class="hash-link" aria-label="Direct link to business-rules-engine" title="Direct link to business-rules-engine" translate="no">​</a></h4>
<p>Ark now includes a configurable business rules engine, enabling decisioning logic to be defined and evaluated as part of your flows. Rules can be evaluated through the API, giving you a consistent way to apply business logic across journeys.</p>
<ul>
<li class=""><code>POST /v1/rules/{ruleKey}/evaluate</code> - Evaluate a configured business rule</li>
</ul>
<h4 class="anchor anchorTargetStickyNavbar_SAay" id="new--expanded-connectors"><strong>New &amp; Expanded Connectors</strong><a href="https://ark-docs.digizoo.com.au/blog/2026/05/31/3.0.0-release-notes#new--expanded-connectors" class="hash-link" aria-label="Direct link to new--expanded-connectors" title="Direct link to new--expanded-connectors" translate="no">​</a></h4>
<ul>
<li class=""><strong>SimpleKYC</strong> - a new identity verification connector supporting KYC and KYB.</li>
<li class=""><strong>MessageMedia</strong> - a new SMS notification connector, now the default for notifications.</li>
<li class=""><strong>Vendor-agnostic KYX</strong> - identity verification is now modelled in a provider-agnostic way, so you can work with a consistent verification experience across underlying providers.</li>
</ul>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_SAay" id="changes--improvements">Changes &amp; Improvements<a href="https://ark-docs.digizoo.com.au/blog/2026/05/31/3.0.0-release-notes#changes--improvements" class="hash-link" aria-label="Direct link to Changes &amp; Improvements" title="Direct link to Changes &amp; Improvements" translate="no">​</a></h2>
<p>Identity verification (KYX) is now vendor-agnostic, providing a consistent model across the underlying verification providers. Notification and connector responses now include a vendor reference, making it easier to correlate Ark activity with the underlying provider. Connector routing replaces the previous mapping layer for selecting downstream providers.</p>
<p>Please review the Migration or Upgrade Notes section below for any changes that require action.</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_SAay" id="fixes">Fixes<a href="https://ark-docs.digizoo.com.au/blog/2026/05/31/3.0.0-release-notes#fixes" class="hash-link" aria-label="Direct link to Fixes" title="Direct link to Fixes" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="resolved-issues">Resolved Issues<a href="https://ark-docs.digizoo.com.au/blog/2026/05/31/3.0.0-release-notes#resolved-issues" class="hash-link" aria-label="Direct link to Resolved Issues" title="Direct link to Resolved Issues" translate="no">​</a></h3>
<ul>
<li class="">
<p><strong>Platform &amp; Payments</strong>:</p>
<ul>
<li class=""><strong>Transfer Initiation</strong>: <code>POST</code> transfer requests now return <code>201 Created</code> in line with the API contract.</li>
<li class="">Improved serialisation of payments connector responses for greater reliability.</li>
</ul>
</li>
<li class="">
<p><strong>Kleber Connector</strong>:</p>
<ul>
<li class=""><strong>Address Response Handling</strong>: Improved handling of empty and invalid address responses.</li>
<li class="">Corrected address unit field mapping.</li>
</ul>
</li>
</ul>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_SAay" id="security-updates">Security Updates<a href="https://ark-docs.digizoo.com.au/blog/2026/05/31/3.0.0-release-notes#security-updates" class="hash-link" aria-label="Direct link to Security Updates" title="Direct link to Security Updates" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="authentication--authorization">Authentication &amp; Authorization<a href="https://ark-docs.digizoo.com.au/blog/2026/05/31/3.0.0-release-notes#authentication--authorization" class="hash-link" aria-label="Direct link to Authentication &amp; Authorization" title="Direct link to Authentication &amp; Authorization" translate="no">​</a></h3>
<p>No authentication or authorization changes in this release.</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_SAay" id="known-issues">Known Issues<a href="https://ark-docs.digizoo.com.au/blog/2026/05/31/3.0.0-release-notes#known-issues" class="hash-link" aria-label="Direct link to Known Issues" title="Direct link to Known Issues" translate="no">​</a></h2>
<p>No critical issues are currently known in this release.</p>
<p>For the latest information on identified issues, workarounds, and resolution timelines, please refer to the Ark Support page or contact your support representative.</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_SAay" id="migration-or-upgrade-notes">Migration or Upgrade Notes<a href="https://ark-docs.digizoo.com.au/blog/2026/05/31/3.0.0-release-notes#migration-or-upgrade-notes" class="hash-link" aria-label="Direct link to Migration or Upgrade Notes" title="Direct link to Migration or Upgrade Notes" translate="no">​</a></h2>
<p>This release includes a few integration updates to ensure a smooth upgrade. At a high level, clients should plan to:</p>
<ul>
<li class="">Provide party context on requests using the <code>partyid</code> header.</li>
<li class="">Review error handling against the refreshed error codes and response statuses introduced in this release.</li>
<li class="">Update integrations for a small number of relocated admin and party-document endpoints.</li>
<li class="">Treat card and account identifiers as opaque values.</li>
</ul>
<p>These updates are straightforward and can be planned alongside your usual integration testing. For the detailed migration guide and a full list of affected codes and endpoints, please refer to the Ark documentation or contact your support representative, who can help you plan the transition.</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_SAay" id="documentation-updates">Documentation Updates<a href="https://ark-docs.digizoo.com.au/blog/2026/05/31/3.0.0-release-notes#documentation-updates" class="hash-link" aria-label="Direct link to Documentation Updates" title="Direct link to Documentation Updates" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="openapi-specification-updates">OpenAPI Specification Updates<a href="https://ark-docs.digizoo.com.au/blog/2026/05/31/3.0.0-release-notes#openapi-specification-updates" class="hash-link" aria-label="Direct link to OpenAPI Specification Updates" title="Direct link to OpenAPI Specification Updates" translate="no">​</a></h3>
<p>OpenAPI specifications have been updated to reflect:</p>
<ul>
<li class="">Company, sole trader, party relationship, and party search endpoints</li>
<li class="">Account signatory endpoints</li>
<li class="">Vendor-agnostic KYX identity verification</li>
<li class="">Business rules evaluation</li>
<li class="">New and updated connectors</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="ark-docs-updates">Ark Docs Updates<a href="https://ark-docs.digizoo.com.au/blog/2026/05/31/3.0.0-release-notes#ark-docs-updates" class="hash-link" aria-label="Direct link to Ark Docs Updates" title="Direct link to Ark Docs Updates" translate="no">​</a></h3>
<p>Documentation updates in this release include:</p>
<ul>
<li class="">New and updated guides for Parties, KYX, and the new connectors</li>
<li class="">Connector routing and Ark Flows documentation</li>
<li class="">Refreshed API reference and migration guidance</li>
</ul>
<hr>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="support--resources">Support &amp; Resources<a href="https://ark-docs.digizoo.com.au/blog/2026/05/31/3.0.0-release-notes#support--resources" class="hash-link" aria-label="Direct link to Support &amp; Resources" title="Direct link to Support &amp; Resources" translate="no">​</a></h3>
<p>For additional assistance with this release:</p>
<ul>
<li class=""><strong>Documentation Portal</strong>: <a href="https://ark-docs.digizoo.com.au/" target="_blank" rel="noopener noreferrer" class="">https://ark-docs.digizoo.com.au</a></li>
<li class=""><strong>Support Team</strong>: <a href="mailto:support@digizoo.com.au" target="_blank" rel="noopener noreferrer" class="">support@digizoo.com.au</a></li>
</ul>
<hr>
<p>For questions or feedback about this release, please contact your support representative.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Release 2026-02-28.2.0.0]]></title>
            <link>https://ark-docs.digizoo.com.au/blog/2026/02/28/2.0.0-release-notes</link>
            <guid>https://ark-docs.digizoo.com.au/blog/2026/02/28/2.0.0-release-notes</guid>
            <pubDate>Sat, 28 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Summary]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_SAay" id="summary">Summary<a href="https://ark-docs.digizoo.com.au/blog/2026/02/28/2.0.0-release-notes#summary" class="hash-link" aria-label="Direct link to Summary" title="Direct link to Summary" translate="no">​</a></h2>
<p>This major release of Ark introduces Parties, enabling clients to use these APIs along with their own workflows to orchestrate onboarding experiences.</p>
<p>Additionally, this release also includes improvements to address validation handling, new admin endpoints for configuring and managing products and improvements to the overall behaviour and performance of Ark.</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_SAay" id="whats-new">What's New<a href="https://ark-docs.digizoo.com.au/blog/2026/02/28/2.0.0-release-notes#whats-new" class="hash-link" aria-label="Direct link to What's New" title="Direct link to What's New" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="new-features--endpoints">New Features &amp; Endpoints<a href="https://ark-docs.digizoo.com.au/blog/2026/02/28/2.0.0-release-notes#new-features--endpoints" class="hash-link" aria-label="Direct link to New Features &amp; Endpoints" title="Direct link to New Features &amp; Endpoints" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_SAay" id="parties"><strong>Parties</strong><a href="https://ark-docs.digizoo.com.au/blog/2026/02/28/2.0.0-release-notes#parties" class="hash-link" aria-label="Direct link to parties" title="Direct link to parties" translate="no">​</a></h4>
<p>Ark now provides Parties endpoints for clients to consume and use as part of orchestrating their onboarding experiences.
The Parties endpoints have now replaced all Customer endpoints with a more flexible and feature-rich approach in order to facilitate with onboarding experiences.</p>
<p><strong>Party Lifecycle Endpoints:</strong></p>
<ul>
<li class=""><code>GET /v1/parties/{partyId}</code> - Retrieve party details and information</li>
<li class=""><code>PUT /v1/parties/{partyId}</code> - Update party information and attributes</li>
<li class=""><code>DELETE /v1/parties/{partyId}</code> - Remove a party from the system</li>
<li class=""><code>POST /v1/parties/provision</code> - Provision party in the core banking system</li>
</ul>
<p><strong>KYX Verification Endpoints:</strong></p>
<ul>
<li class=""><code>POST /v1/parties/kyx</code> - Initiate a new KYX verification process</li>
<li class=""><code>GET /v1/parties/kyx/{arkVerificationId}</code> - Retrieve verification status and results</li>
<li class=""><code>GET /v1/parties/kyx/{arkVerificationId}/documents</code> - List documents associated with a verification</li>
</ul>
<p><strong>Document Management Endpoints:</strong></p>
<ul>
<li class=""><code>POST /v1/parties/documents</code> - Upload new documents for a party</li>
</ul>
<p><strong>Admin Products Endpoints:</strong></p>
<ul>
<li class=""><code>GET /v1/admin/products</code> - Retrieve connector product configurations</li>
<li class=""><code>GET /v1/admin/clients/{slug}/products</code> - View client-specific product mappings and settings</li>
</ul>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_SAay" id="changes--improvements">Changes &amp; Improvements<a href="https://ark-docs.digizoo.com.au/blog/2026/02/28/2.0.0-release-notes#changes--improvements" class="hash-link" aria-label="Direct link to Changes &amp; Improvements" title="Direct link to Changes &amp; Improvements" translate="no">​</a></h2>
<p>Existing customer endpoints have been replaced with the new Parties implementation.</p>
<ul>
<li class="">See the Migration Notes section below for more details</li>
<li class="">Authentication mechanism remains unchanged for this release</li>
</ul>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_SAay" id="fixes">Fixes<a href="https://ark-docs.digizoo.com.au/blog/2026/02/28/2.0.0-release-notes#fixes" class="hash-link" aria-label="Direct link to Fixes" title="Direct link to Fixes" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="resolved-issues">Resolved Issues<a href="https://ark-docs.digizoo.com.au/blog/2026/02/28/2.0.0-release-notes#resolved-issues" class="hash-link" aria-label="Direct link to Resolved Issues" title="Direct link to Resolved Issues" translate="no">​</a></h3>
<ul>
<li class="">
<p><strong>Kleber Connector</strong>:</p>
<ul>
<li class=""><strong>Address Response Handling</strong>: Fixed handling of empty, invalid, and unavailable address responses from Kleber</li>
<li class="">Improved error messages for address validation failures</li>
<li class="">Better handling of edge cases in address data quality</li>
</ul>
</li>
<li class="">
<p><strong>Platform &amp; UDA Card Workflows</strong>:</p>
<ul>
<li class=""><strong>Account Product Mapping</strong>: Create card now returns <code>404</code> with Ark error code <code>CAR004005</code> when account product mapping is missing for the requesting client/brand</li>
<li class=""><strong>Card Authorization Error Code</strong>: Reverted card authorization behavior to return <code>CAR003003</code> when the customer does not have authority over the card</li>
</ul>
</li>
</ul>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_SAay" id="security-updates">Security Updates<a href="https://ark-docs.digizoo.com.au/blog/2026/02/28/2.0.0-release-notes#security-updates" class="hash-link" aria-label="Direct link to Security Updates" title="Direct link to Security Updates" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="authentication--authorization">Authentication &amp; Authorization<a href="https://ark-docs.digizoo.com.au/blog/2026/02/28/2.0.0-release-notes#authentication--authorization" class="hash-link" aria-label="Direct link to Authentication &amp; Authorization" title="Direct link to Authentication &amp; Authorization" translate="no">​</a></h3>
<p>No authentication or authorization changes in this release.</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_SAay" id="known-issues">Known Issues<a href="https://ark-docs.digizoo.com.au/blog/2026/02/28/2.0.0-release-notes#known-issues" class="hash-link" aria-label="Direct link to Known Issues" title="Direct link to Known Issues" translate="no">​</a></h2>
<p>No critical issues are currently known in this release.</p>
<p>For the latest information on identified issues, workarounds, and resolution timelines, please refer to the Ark Support page or contact your support representative.</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_SAay" id="migration-or-upgrade-notes">Migration or Upgrade Notes<a href="https://ark-docs.digizoo.com.au/blog/2026/02/28/2.0.0-release-notes#migration-or-upgrade-notes" class="hash-link" aria-label="Direct link to Migration or Upgrade Notes" title="Direct link to Migration or Upgrade Notes" translate="no">​</a></h2>
<p><strong>What's Changed:</strong></p>
<p>New Parties API. Please use Parties endpoints for orchestrating onboarding flows.</p>
<p><strong>Changes Include:</strong></p>
<ul>
<li class="">New tables: Party tables</li>
<li class="">Updated relationships: Links between parties and customers</li>
<li class="">Migration from customer to party data model via pipeline scripts</li>
</ul>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_SAay" id="documentation-updates">Documentation Updates<a href="https://ark-docs.digizoo.com.au/blog/2026/02/28/2.0.0-release-notes#documentation-updates" class="hash-link" aria-label="Direct link to Documentation Updates" title="Direct link to Documentation Updates" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="openapi-specification-updates">OpenAPI Specification Updates<a href="https://ark-docs.digizoo.com.au/blog/2026/02/28/2.0.0-release-notes#openapi-specification-updates" class="hash-link" aria-label="Direct link to OpenAPI Specification Updates" title="Direct link to OpenAPI Specification Updates" translate="no">​</a></h3>
<p>OpenAPI specifications have been updated to reflect:</p>
<ul>
<li class="">Parties endpoints with request/response schemas</li>
<li class="">KYX verification endpoints and workflows</li>
<li class="">KYX Document endpoints</li>
<li class="">Admin product configuration endpoints</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="ark-docs-updates">Ark Docs Updates<a href="https://ark-docs.digizoo.com.au/blog/2026/02/28/2.0.0-release-notes#ark-docs-updates" class="hash-link" aria-label="Direct link to Ark Docs Updates" title="Direct link to Ark Docs Updates" translate="no">​</a></h3>
<p>Documentation updates in this release include:</p>
<ul>
<li class="">Customer documentation migration to Parties documentation in Ark Docs</li>
<li class="">OpenAPI development guide updates</li>
<li class="">Instance management documentation additions</li>
</ul>
<hr>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="support--resources">Support &amp; Resources<a href="https://ark-docs.digizoo.com.au/blog/2026/02/28/2.0.0-release-notes#support--resources" class="hash-link" aria-label="Direct link to Support &amp; Resources" title="Direct link to Support &amp; Resources" translate="no">​</a></h3>
<p>For additional assistance with this release:</p>
<ul>
<li class=""><strong>Documentation Portal</strong>: <a href="https://ark-docs.digizoo.com.au/" target="_blank" rel="noopener noreferrer" class="">https://ark-docs.digizoo.com.au</a></li>
<li class=""><strong>Support Team</strong>: <a href="mailto:support@digizoo.com.au" target="_blank" rel="noopener noreferrer" class="">support@digizoo.com.au</a></li>
</ul>
<hr>
<p>For questions or feedback about this release, please contact your support representative.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Release 2026-01-19.1.0.0-hotfix.1]]></title>
            <link>https://ark-docs.digizoo.com.au/blog/2026/01/19/1.0.0-hotfix.1-release-notes</link>
            <guid>https://ark-docs.digizoo.com.au/blog/2026/01/19/1.0.0-hotfix.1-release-notes</guid>
            <pubDate>Mon, 19 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Summary]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_SAay" id="summary">Summary<a href="https://ark-docs.digizoo.com.au/blog/2026/01/19/1.0.0-hotfix.1-release-notes#summary" class="hash-link" aria-label="Direct link to Summary" title="Direct link to Summary" translate="no">​</a></h2>
<p>This hotfix addresses <code>ARKSUP-25</code> where <code>v1/customer/register</code> endpoint was failing with a <code>500 Server Internal Error</code> when calling the address service Kleber when attempting to retrieve an address</p>
<hr>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="fixes">Fixes<a href="https://ark-docs.digizoo.com.au/blog/2026/01/19/1.0.0-hotfix.1-release-notes#fixes" class="hash-link" aria-label="Direct link to Fixes" title="Direct link to Fixes" translate="no">​</a></h3>
<p>fix(ark-connector-kleber): <code>ARKSUP-25</code> support empty, undefined or invalid address response from kleber</p>
<p>Client-specific Information</p>
<p>Ark has updated the way it handles address retrieval when registering a customer where if an error occurs due to data supplied, it will return the following:</p>
<ul>
<li class=""><code>422 Unprocessable Entity (ADR022001)</code> if a malformed result is returned</li>
<li class=""><code>404 Not Found (ADR004001)</code> if no results are returned for the address supplied</li>
<li class=""><code>500 Server Internal Error (ADR100005)</code> if the downstream connector has failed</li>
</ul>
<p>Clients will now be able to call <code>v1/customer/register</code> endpoint and observe the above described behaviour.</p>
<p>Consumers using Ark should review the <code>PAF</code> values they are sending across to ensure they retrieve the correct address.</p>
<p>Please refer to <a href="https://ark-docs.digizoo.com.au/" target="_blank" rel="noopener noreferrer" class="">https://ark-docs.digizoo.com.au</a> for updated API documentation reflecting this change.</p>
<hr>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="support--resources">Support &amp; Resources<a href="https://ark-docs.digizoo.com.au/blog/2026/01/19/1.0.0-hotfix.1-release-notes#support--resources" class="hash-link" aria-label="Direct link to Support &amp; Resources" title="Direct link to Support &amp; Resources" translate="no">​</a></h3>
<p>For additional assistance with this release:</p>
<ul>
<li class=""><strong>Documentation Portal</strong>: <a href="https://ark-docs.digizoo.com.au/" target="_blank" rel="noopener noreferrer" class="">https://ark-docs.digizoo.com.au</a></li>
<li class=""><strong>Support Team</strong>: <a href="mailto:support@digizoo.com.au" target="_blank" rel="noopener noreferrer" class="">support@digizoo.com.au</a></li>
</ul>
<hr>
<p>For questions or feedback about this release, please contact your support representative.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Release 2025-11-11.1.0.0]]></title>
            <link>https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes</link>
            <guid>https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes</guid>
            <pubDate>Fri, 28 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Summary]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_SAay" id="summary">Summary<a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#summary" class="hash-link" aria-label="Direct link to Summary" title="Direct link to Summary" translate="no">​</a></h2>
<p>This major release of Ark includes the introduction of dynamic connector configuration, OAuth 2.0 authentication support through Microsoft Entra ID integration, and a new notification system for customer communications.</p>
<p>Additionally, platform includes administration APIs for managing client configurations and banking products, improved observability and health monitoring across all services, and infrastructure-as-code capabilities for Azure deployments.</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_SAay" id="whats-new">What's New<a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#whats-new" class="hash-link" aria-label="Direct link to What's New" title="Direct link to What's New" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="new-features--endpoints">New Features &amp; Endpoints<a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#new-features--endpoints" class="hash-link" aria-label="Direct link to New Features &amp; Endpoints" title="Direct link to New Features &amp; Endpoints" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_SAay" id="dynamic-connector-configuration-management"><strong>Dynamic Connector Configuration Management</strong><a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#dynamic-connector-configuration-management" class="hash-link" aria-label="Direct link to dynamic-connector-configuration-management" title="Direct link to dynamic-connector-configuration-management" translate="no">​</a></h4>
<p>Clients can now configure and manage how Ark routes requests to different backend connectors or target platforms (e.g. different core banking instances).</p>
<p><strong>New Endpoints:</strong></p>
<ul>
<li class="">
<p>Rule management endpoints (administrative access required)</p>
</li>
<li class="">
<p><code>GET /v1/admin/bre-configuration/rules/:key</code> - Retrieve a configuration rule by key</p>
</li>
<li class="">
<p><code>PUT /v1/admin/bre-configuration/rules/:key</code> - Update a configuration rule by key</p>
</li>
<li class="">
<p><code>DELETE /v1/admin/bre-configuration/rules/:key</code> - Delete a configuration rule by key</p>
</li>
<li class="">
<p><code>GET /v1/admin/bre-configuration/rules</code> - Retrieve all configuration rules</p>
</li>
<li class="">
<p>Configuration management endpoints (administrative access required)</p>
</li>
<li class="">
<p><code>GET /v1/admin/bre-configuration/:key</code> - Retrieve a configuration by key</p>
</li>
<li class="">
<p><code>PUT /v1/admin/bre-configuration/:key</code> - Update a configuration by key</p>
</li>
<li class="">
<p><code>DELETE /v1/admin/bre-configuration/:key</code> - Delete a configuration by key</p>
</li>
<li class="">
<p><code>GET /v1/admin/bre-configuration</code> - Retrieve all configurations</p>
</li>
</ul>
<h4 class="anchor anchorTargetStickyNavbar_SAay" id="oauth-20-authentication-with-microsoft-entra-id"><strong>OAuth 2.0 Authentication with Microsoft Entra ID</strong><a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#oauth-20-authentication-with-microsoft-entra-id" class="hash-link" aria-label="Direct link to oauth-20-authentication-with-microsoft-entra-id" title="Direct link to oauth-20-authentication-with-microsoft-entra-id" translate="no">​</a></h4>
<p>Ark now offers OAuth 2.0 support for business-to-business (B2B) API integrations:</p>
<ul>
<li class=""><strong>Client Credentials Flow</strong>: Secure machine-to-machine authentication without user interaction</li>
<li class=""><strong>Microsoft Entra ID Integration</strong>: Native support for enterprise identity management</li>
<li class=""><strong>Health Check Endpoint</strong>: New <code>/health/admin/auth/entra-id</code> endpoint to verify authentication configuration</li>
</ul>
<p><strong>Migration Note:</strong> We've deprecated our built-in authentication system. It remains fully functional but clients will need to eventually migrate to the new OAuth-based authentication in future releases.</p>
<h4 class="anchor anchorTargetStickyNavbar_SAay" id="customer-notification-system"><strong>Customer Notification System</strong><a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#customer-notification-system" class="hash-link" aria-label="Direct link to customer-notification-system" title="Direct link to customer-notification-system" translate="no">​</a></h4>
<p>Ark provides support for customer communications using our connector with Twilio:</p>
<ul>
<li class=""><strong>SMS/MMS Notifications</strong>: Integration with Twilio for sending text messages</li>
<li class=""><strong>Notification Templates</strong>: Database-stored templates for consistent messaging</li>
<li class=""><strong>Send and Cancel Operations</strong>: Ability to send notifications and cancel scheduled messages</li>
<li class=""><strong>Client-Specific Configuration</strong>: Each client can maintain their own notification templates and settings</li>
</ul>
<p><strong>New Endpoints:</strong></p>
<ul>
<li class=""><code>POST /notifications</code> - Send notification to a customer</li>
<li class=""><code>DELETE /notifications/{id}</code> - Cancel a scheduled or pending notification</li>
</ul>
<h4 class="anchor anchorTargetStickyNavbar_SAay" id="banking-product-mapping"><strong>Banking Product Mapping</strong><a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#banking-product-mapping" class="hash-link" aria-label="Direct link to banking-product-mapping" title="Direct link to banking-product-mapping" translate="no">​</a></h4>
<p>Clients can now configure the mapping of products from core banking to Ark’s own internal IDs.
Clients can then retrieve the mapped products via a customer-facing endpoint.</p>
<ul>
<li class=""><strong>Product Setup Endpoints</strong>: Administrative APIs to configure banking products available to customers</li>
<li class=""><strong>Product Configuration</strong>: Set product-specific parameters and rules</li>
<li class=""><strong>Public Product Catalog</strong>: Customer-facing endpoint to retrieve available banking products</li>
</ul>
<p><strong>New Endpoints:</strong></p>
<ul>
<li class=""><code>POST /admin/products</code> - Create or update banking product configuration</li>
<li class=""><code>GET /banking/products</code> - Retrieve available banking products for customers</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="enhancements">Enhancements<a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#enhancements" class="hash-link" aria-label="Direct link to Enhancements" title="Direct link to Enhancements" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_SAay" id="health-monitoring"><strong>Health Monitoring</strong><a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#health-monitoring" class="hash-link" aria-label="Direct link to health-monitoring" title="Direct link to health-monitoring" translate="no">​</a></h4>
<p>Ark now supports better health check monitoring throughout its connectors and third-party services</p>
<h4 class="anchor anchorTargetStickyNavbar_SAay" id="documentation"><strong>Documentation</strong><a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#documentation" class="hash-link" aria-label="Direct link to documentation" title="Direct link to documentation" translate="no">​</a></h4>
<ul>
<li class=""><strong>Docusaurus Documentation Site</strong>: Contains guides, API references, and integration examples</li>
<li class=""><strong>Sequence Diagrams</strong>: Added visual documentation for all major API workflows</li>
<li class=""><strong>Setup Instructions</strong>: Environment configuration and deployment</li>
<li class=""><strong>Blog Platform</strong>: Release notes, announcements, and technical articles</li>
</ul>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_SAay" id="changes--improvements">Changes &amp; Improvements<a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#changes--improvements" class="hash-link" aria-label="Direct link to Changes &amp; Improvements" title="Direct link to Changes &amp; Improvements" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="modified-behaviour">Modified Behaviour<a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#modified-behaviour" class="hash-link" aria-label="Direct link to Modified Behaviour" title="Direct link to Modified Behaviour" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_SAay" id="card-operations"><strong>Card Operations</strong><a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#card-operations" class="hash-link" aria-label="Direct link to card-operations" title="Direct link to card-operations" translate="no">​</a></h4>
<ul>
<li class=""><strong>Simplified Cancel Logic</strong>: Card cancellation process has been refactored for better maintainability and reliability</li>
<li class=""><strong>Account Ownership Verification</strong>: Enhanced validation to ensure proper authorization before card operations</li>
</ul>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_SAay" id="fixes">Fixes<a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#fixes" class="hash-link" aria-label="Direct link to Fixes" title="Direct link to Fixes" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="resolved-issues">Resolved Issues<a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#resolved-issues" class="hash-link" aria-label="Direct link to Resolved Issues" title="Direct link to Resolved Issues" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_SAay" id="connector-fixes"><strong>Connector Fixes</strong><a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#connector-fixes" class="hash-link" aria-label="Direct link to connector-fixes" title="Direct link to connector-fixes" translate="no">​</a></h4>
<ul>
<li class=""><strong>GreenID Connector</strong>:
<ul>
<li class="">Corrected health check endpoint behavior for improved monitoring reliability</li>
</ul>
</li>
<li class=""><strong>Kleber Connector</strong>:
<ul>
<li class="">Improved integration reliability with external DataTools Cloud endpoints</li>
</ul>
</li>
</ul>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_SAay" id="security-updates">Security Updates<a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#security-updates" class="hash-link" aria-label="Direct link to Security Updates" title="Direct link to Security Updates" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="authentication--authorization">Authentication &amp; Authorization<a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#authentication--authorization" class="hash-link" aria-label="Direct link to Authentication &amp; Authorization" title="Direct link to Authentication &amp; Authorization" translate="no">​</a></h3>
<ul>
<li class=""><strong>OAuth 2.0 Implementation</strong>: Industry-standard authentication protocol implementation</li>
<li class=""><strong>Microsoft Entra ID Integration</strong>: Enterprise-grade identity management with support for multi-factor authentication, conditional access policies, and centralized user management</li>
<li class=""><strong>Token-Based Security</strong>: Machine-to-machine authentication using client credentials eliminates the need to share user passwords</li>
</ul>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_SAay" id="known-issues">Known Issues<a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#known-issues" class="hash-link" aria-label="Direct link to Known Issues" title="Direct link to Known Issues" translate="no">​</a></h2>
<p>No critical issues are currently known in this release.</p>
<p>For the latest information on identified issues, workarounds, and resolution timelines, please refer to the Ark Support page or contact your support representative.</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_SAay" id="migration-or-upgrade-notes">Migration or Upgrade Notes<a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#migration-or-upgrade-notes" class="hash-link" aria-label="Direct link to Migration or Upgrade Notes" title="Direct link to Migration or Upgrade Notes" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="dynamic-connector-configuration-migration">Dynamic Connector Configuration Migration<a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#dynamic-connector-configuration-migration" class="hash-link" aria-label="Direct link to Dynamic Connector Configuration Migration" title="Direct link to Dynamic Connector Configuration Migration" translate="no">​</a></h3>
<p><strong>What Changed:</strong>
Dynamic connector configuration has moved from static files bundled at build time to a database-driven approach.</p>
<p><strong>Migration Steps:</strong></p>
<ol>
<li class="">
<p><strong>Review Migration Scripts</strong>:</p>
<ul>
<li class="">Migration scripts are located in <code>azure-pipelines/migration-scripts/bre-upgrade/</code></li>
<li class="">Review these scripts thoroughly and test in a non-production environment first</li>
</ul>
</li>
<li class="">
<p><strong>Run Pre-Deployment Scripts</strong>:</p>
<ul>
<li class="">Execute migration scripts in your environment <strong>before</strong> deploying version 1.0.0</li>
<li class="">Scripts will create and populate db tables with your existing configuration data from static files</li>
</ul>
</li>
<li class="">
<p><strong>Deploy Version 1.0.0</strong>:</p>
<ul>
<li class="">After successful script execution, deploy the new version</li>
<li class="">The application will run database migrations seamlessly</li>
<li class="">Application will read connector configuration from the database</li>
</ul>
</li>
<li class="">
<p><strong>Verify Configuration</strong>:</p>
<ul>
<li class="">Confirm that app behaviour is functioning as expected</li>
<li class="">Use the new administrative endpoints to review configurations</li>
</ul>
</li>
</ol>
<p><strong>Important Notes:</strong></p>
<ul>
<li class="">Migration scripts are idempotent and can be safely re-run</li>
<li class="">Test the migration process in a development or staging environment first</li>
<li class="">Ensure database backups are current before beginning migration</li>
<li class="">No downtime is required if scripts are run before deployment</li>
<li class="">The client is responsible for verifying migration scripts work correctly in their specific environment</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="optional-oauth-20-authentication-migration">Optional: OAuth 2.0 Authentication Migration<a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#optional-oauth-20-authentication-migration" class="hash-link" aria-label="Direct link to Optional: OAuth 2.0 Authentication Migration" title="Direct link to Optional: OAuth 2.0 Authentication Migration" translate="no">​</a></h3>
<p><strong>Impact:</strong> Recommended migration from deprecated authentication to OAuth 2.0.</p>
<p><strong>Timeline:</strong></p>
<ul>
<li class="">Legacy authentication remains available in version 1.0.0</li>
<li class="">Future removal date to be announced</li>
</ul>
<p><strong>Migration Steps:</strong></p>
<ol>
<li class="">
<p><strong>Configure Microsoft Entra ID</strong>:</p>
<ul>
<li class="">Follow the infrastructure setup guide in the documentation portal</li>
<li class="">Use the provided Terraform modules or manual setup scripts</li>
<li class="">Register Ark as an application in your Entra ID tenant</li>
</ul>
</li>
<li class="">
<p><strong>Configure Environment Variables</strong>:</p>
<div class="language-bash codeBlockContainer_ZGJx theme-code-block" style="--prism-color:#e8dcc9;--prism-background-color:#2b2622"><div class="codeBlockContent_kX1v"><pre tabindex="0" class="prism-code language-bash codeBlock_TAPP thin-scrollbar" style="color:#e8dcc9;background-color:#2b2622"><code class="codeBlockLines_AdAo"><div class="token-line" style="color:#e8dcc9"><span class="token plain">PASSPORT_AUTH_STRATEGY=entra-id</span><br></div><div class="token-line" style="color:#e8dcc9"><span class="token plain">AUTH_MICROSOFT_ENTRA_API_ID="your-entra-id-client-id"</span><br></div><div class="token-line" style="color:#e8dcc9"><span class="token plain">AUTH_MICROSOFT_ENTRA_TENANT_ID="your-entra-id-tenant-id"</span><br></div></code></pre></div></div>
</li>
<li class="">
<p><strong>Test Authentication</strong>:</p>
<ul>
<li class="">Use the health check endpoint: <code>GET /health/admin/auth/entra-id</code></li>
<li class="">Verify successful OAuth token acquisition using client credentials flow</li>
<li class="">Test API calls with OAuth bearer tokens</li>
</ul>
</li>
<li class="">
<p><strong>Update Client Applications</strong>:</p>
<ul>
<li class="">Modify your integration code to use OAuth 2.0 client credentials flow</li>
<li class="">Refer to the Microsoft documentation for OAuth 2.0 implementation patterns</li>
<li class="">Update API keys to OAuth tokens in your API requests</li>
</ul>
</li>
</ol>
<p><strong>Resources:</strong></p>
<ul>
<li class="">Microsoft Entra ID OAuth 2.0 documentation: <a href="https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-client-creds-grant-flow" target="_blank" rel="noopener noreferrer" class="">https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-client-creds-grant-flow</a></li>
<li class="">Ark OAuth setup guide: Available in the documentation portal</li>
<li class="">Infrastructure automation scripts: Located in <code>infra/entra-id/</code></li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="database-schema-updates">Database Schema Updates<a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#database-schema-updates" class="hash-link" aria-label="Direct link to Database Schema Updates" title="Direct link to Database Schema Updates" translate="no">​</a></h3>
<p>Several database schema changes have been introduced in this release. These changes are <strong>automatically applied</strong> through Prisma migrations when the application starts.</p>
<p><strong>Changes Include:</strong></p>
<ul>
<li class="">New tables: connector configuration, notification template tables</li>
<li class="">Updated metadata fields: Consistent naming across all tables</li>
<li class="">New foreign key constraints: Improved referential integrity</li>
<li class="">New indexes: Performance optimization for log queries</li>
</ul>
<p><strong>Action Required:</strong> None - migrations run automatically. Ensure proper database backup procedures are in place before deployment.</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_SAay" id="documentation-updates">Documentation Updates<a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#documentation-updates" class="hash-link" aria-label="Direct link to Documentation Updates" title="Direct link to Documentation Updates" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="new-documentation">New Documentation<a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#new-documentation" class="hash-link" aria-label="Direct link to New Documentation" title="Direct link to New Documentation" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_SAay" id="ark-documentation-portal"><strong>Ark Documentation Portal</strong><a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#ark-documentation-portal" class="hash-link" aria-label="Direct link to ark-documentation-portal" title="Direct link to ark-documentation-portal" translate="no">​</a></h4>
<p>Updates to the Ark Documentation Portal includes:</p>
<ul>
<li class=""><strong>API Reference</strong>: Complete endpoint documentation with examples</li>
<li class=""><strong>Architecture Documentation</strong>: System design, component interactions, and decision records</li>
<li class=""><strong>Integration Guides</strong>: How to integrate with Ark APIs and services</li>
<li class=""><strong>Infrastructure Guides</strong>: Deployment and hosting instructions for Azure environments</li>
<li class=""><strong>Blog</strong>: Release notes, announcements, and technical articles</li>
</ul>
<p><strong>Access:</strong> Available via <a href="https://ark-docs.digizoo.com.au/" target="_blank" rel="noopener noreferrer" class="">https://ark-docs.digizoo.com.au</a></p>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="openapi-specification-updates">OpenAPI Specification Updates<a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#openapi-specification-updates" class="hash-link" aria-label="Direct link to OpenAPI Specification Updates" title="Direct link to OpenAPI Specification Updates" translate="no">​</a></h3>
<p>OpenAPI specifications have been updated to reflect:</p>
<ul>
<li class="">New endpoints for connector configuration, notifications, and product management</li>
<li class="">OAuth 2.0 security schemes</li>
<li class="">Updated request/response schemas</li>
<li class="">API key documentation in Swagger UI</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="infrastructure-documentation">Infrastructure Documentation<a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#infrastructure-documentation" class="hash-link" aria-label="Direct link to Infrastructure Documentation" title="Direct link to Infrastructure Documentation" translate="no">​</a></h3>
<p>Infrastructure-as-code documentation including:</p>
<ul>
<li class="">Terraform module documentation for all Ark components</li>
<li class="">Network architecture diagrams</li>
<li class="">Security group and routing configurations</li>
<li class="">Deployment runbooks for different Azure environments</li>
</ul>
<hr>
<h3 class="anchor anchorTargetStickyNavbar_SAay" id="support--resources">Support &amp; Resources<a href="https://ark-docs.digizoo.com.au/blog/2025/11/28/1.0.0-release-notes#support--resources" class="hash-link" aria-label="Direct link to Support &amp; Resources" title="Direct link to Support &amp; Resources" translate="no">​</a></h3>
<p>For additional assistance with this release:</p>
<ul>
<li class=""><strong>Documentation Portal</strong>: <a href="https://ark-docs.digizoo.com.au/" target="_blank" rel="noopener noreferrer" class="">https://ark-docs.digizoo.com.au</a></li>
<li class=""><strong>Support Team</strong>: <a href="mailto:support@digizoo.com.au" target="_blank" rel="noopener noreferrer" class="">support@digizoo.com.au</a></li>
</ul>
<hr>
<p>For questions or feedback about this release, please contact your support representative.</p>]]></content:encoded>
        </item>
    </channel>
</rss>