> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stigg.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

<div className="px-6 lg:px-12 py-10 lg:py-14 max-w-6xl mx-auto">
  <CardGroup cols={3}>
    <Card title="Product updates" icon="sparkles" href="https://changelog.stigg.io/">
      Features, fixes, and UI changes across the Stigg app.
    </Card>

    <Card title="REST SDKs" icon="server" href="/api-and-sdks/changelog/backend-rest/typescript">
      TypeScript, Python, Go, Java, Ruby, C#.
    </Card>

    <Card title="GraphQL SDKs" icon="diagram-project" href="/api-and-sdks/changelog/backend-graphql/node">
      Node.js, Python, Go, Java, Ruby, .NET.
    </Card>

    <Card title="Frontend SDKs" icon="window-maximize" href="/api-and-sdks/changelog/frontend/react">
      JavaScript, React, Vue, Next.js, Embed.
    </Card>

    <Card title="Sidecar" icon="circle-nodes" href="/api-and-sdks/changelog/backend-graphql/sidecar-service">
      The deployable Sidecar service and its GraphQL SDK.
    </Card>

    <Card title="Persistent Cache Service" icon="database" href="/api-and-sdks/changelog/backend-graphql/persistent-cache">
      The Redis-backed entitlement and usage cache.
    </Card>
  </CardGroup>
</div>


## Related topics

- [Changelog](/documentation/native-integrations/crm/salesforce/salesforce-changelog.md)
- [Backend](/api-and-sdks/integration/backend.md)
- [React](/api-and-sdks/integration/frontend/react.md)
- [Webflow, Wordpress and plain HTML SDK](/api-and-sdks/integration/frontend/html.md)
- [Sidecar](/api-and-sdks/integration/backend/sidecar.md)
