<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://developers.pahappa.com/changelog/</id>
    <title>Comms API Docs Blog</title>
    <updated>2026-09-06T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://developers.pahappa.com/changelog/"/>
    <subtitle>Comms API Docs Blog</subtitle>
    <icon>https://developers.pahappa.com/img/favicon.jpg</icon>
    <entry>
        <title type="html"><![CDATA[Docs & SDK Updates: Sep 6, 2026]]></title>
        <id>https://developers.pahappa.com/changelog/2026/09/06/docs-updates-sep-6/</id>
        <link href="https://developers.pahappa.com/changelog/2026/09/06/docs-updates-sep-6/"/>
        <updated>2026-09-06T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[A quick one: the docs are now versioned.]]></summary>
        <content type="html"><![CDATA[<p>A quick one: the docs are now versioned.</p>
<h2 class="anchor anchorTargetStickyNavbar_fh8g" id="new">New<a href="https://developers.pahappa.com/changelog/2026/09/06/docs-updates-sep-6/#new" class="hash-link" aria-label="Direct link to New" title="Direct link to New" translate="no">​</a></h2>
<ul>
<li class="">The docs are now <strong>versioned</strong>. Use the dropdown in the top nav to switch versions — <strong>v1.1</strong> is the latest, and older docs stay available so a future upgrade won't break your bookmarks or in-flight integration.</li>
<li class="">The <a class="" href="https://developers.pahappa.com/docs/downloads/">SDK Downloads page</a> moved into the versioned docs tree, so it always matches whichever version you're reading instead of being frozen at whatever was last published.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_fh8g" id="improved">Improved<a href="https://developers.pahappa.com/changelog/2026/09/06/docs-updates-sep-6/#improved" class="hash-link" aria-label="Direct link to Improved" title="Direct link to Improved" translate="no">​</a></h2>
<ul>
<li class="">Fixed a dark mode contrast issue that was washing out badges and secondary buttons site-wide.</li>
<li class="">Refreshed the homepage: brought back the Quickstart/Send SMS hero buttons and tidied up the feature card links.</li>
<li class="">Internal doc links now follow whichever version you're viewing, so cross-page links won't drop you into the wrong version.</li>
<li class="">Ruby SDK now shows its published version badge alongside the download count on the Downloads page.</li>
</ul>]]></content>
        <author>
            <name>Agani Daniel S.</name>
            <uri>https://linkedin.com/in/strongthedev</uri>
        </author>
        <category label="Docs" term="Docs"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Docs & SDK Updates: Sep 1, 2026]]></title>
        <id>https://developers.pahappa.com/changelog/2026/09/01/docs-updates-sep-1/</id>
        <link href="https://developers.pahappa.com/changelog/2026/09/01/docs-updates-sep-1/"/>
        <updated>2026-09-01T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[A recap of what changed in the docs and SDKs this week.]]></summary>
        <content type="html"><![CDATA[<p>A recap of what changed in the docs and SDKs this week.</p>
<h2 class="anchor anchorTargetStickyNavbar_fh8g" id="new">New<a href="https://developers.pahappa.com/changelog/2026/09/01/docs-updates-sep-1/#new" class="hash-link" aria-label="Direct link to New" title="Direct link to New" translate="no">​</a></h2>
<ul>
<li class="">Added a <a class="" href="https://developers.pahappa.com/docs/preface/quickstart/">Quickstart guide</a> to get a first SMS sent in minutes, and reorganized the sidebar around it.</li>
<li class="">Added search to the docs site.</li>
<li class="">Introduced a dedicated <strong>References</strong> section for the <a class="" href="https://developers.pahappa.com/docs/sdk-reference/">SDK &amp; Model Reference</a> and <a class="" href="https://developers.pahappa.com/docs/error-handling/">Error Handling</a> pages.</li>
<li class="">Filled out the <a class="" href="https://developers.pahappa.com/docs/transaction-status/api-specs-and-usage/">Transaction Status webhook page</a>: endpoint requirements, full payload field reference, and a security note on protecting your webhook URL.</li>
<li class="">Expanded <a class="" href="https://developers.pahappa.com/docs/error-handling/">Error Handling</a> with guidance on distinguishing transport failures (network/timeout — safe to retry) from API-level failures (<code>Status: "Failed"</code> — fix the request first), plus a table of known error messages.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_fh8g" id="improved">Improved<a href="https://developers.pahappa.com/changelog/2026/09/01/docs-updates-sep-1/#improved" class="hash-link" aria-label="Direct link to Improved" title="Direct link to Improved" translate="no">​</a></h2>
<ul>
<li class="">Corrected the SDK code examples for sending SMS across every supported language (Java, Kotlin, C#, Go, Rust, and more) so they match the SDKs' actual method signatures — several, including the Rust examples, previously wouldn't compile.</li>
<li class="">Standardized SDK installation and usage examples across the Balance Inquiry and Sending SMS pages, and added package-registry version badges for all 9 SDKs on the <a class="" href="https://developers.pahappa.com/docs/downloads/">Downloads page</a>.</li>
<li class="">Reworked page styling, typography, and navigation for consistency site-wide.</li>
<li class="">Consolidated the Java transaction-status examples (Spring Boot, JAX-RS, plain <code>HttpServer</code>) into a single tab with collapsible sections instead of three separate tabs.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_fh8g" id="fixed">Fixed<a href="https://developers.pahappa.com/changelog/2026/09/01/docs-updates-sep-1/#fixed" class="hash-link" aria-label="Direct link to Fixed" title="Direct link to Fixed" translate="no">​</a></h2>
<ul>
<li class=""><code>Cost</code> in <code>SendSms</code> responses is documented correctly as a number (not always a whole number, e.g. <code>35</code> or <code>0.09</code>) — was previously shown as a string.</li>
<li class="">Removed a documented <code>Currency</code> response field that was never actually implemented server-side.</li>
<li class="">Two broken internal links.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_fh8g" id="breaking-change-for-sdk-users">Breaking change for SDK users<a href="https://developers.pahappa.com/changelog/2026/09/01/docs-updates-sep-1/#breaking-change-for-sdk-users" class="hash-link" aria-label="Direct link to Breaking change for SDK users" title="Direct link to Breaking change for SDK users" translate="no">​</a></h2>
<p>SDKs were bumped to <strong>v1.1.0</strong>. The <strong>Rust</strong> and <strong>Go</strong> SDKs have breaking changes to method signatures in this version — see the callouts on the <a class="" href="https://developers.pahappa.com/docs/downloads/">Downloads page</a> before upgrading.</p>]]></content>
        <author>
            <name>Agani Daniel S.</name>
            <uri>https://linkedin.com/in/strongthedev</uri>
        </author>
        <category label="Docs" term="Docs"/>
        <category label="SDK" term="SDK"/>
        <category label="API" term="API"/>
        <category label="Breaking Change" term="Breaking Change"/>
    </entry>
</feed>