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

# 0.4.0

<Badge color="green">Released</Badge> <Badge color="purple">2026-06-04</Badge>

### Removed

* **`liquidity_pool.*` webhook events (breaking).** The deprecated
  `liquidity_pool.created`, `liquidity_pool.updated`, and
  `liquidity_pool.deleted` aliases are no longer emitted. They were
  announced for removal in [0.3.0](/platform/changelog/0-3-0) and ran in
  parallel with the canonical `account.*` events throughout the dual-emit
  window. Subscribe to `account.created`, `account.updated`, and
  `account.deleted` instead — the payloads are identical, so the only
  change is the `event` field. See the
  [webhook guide](/platform/guides/webhook-guide#supported-events).

### Notes

* No action required if you already migrated to the `account.*` events.
* Handlers still subscribed only to `liquidity_pool.*` will stop
  receiving these deliveries.
