Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,56 @@
title: "Changelog"
description: "Product updates and announcements"
---
<Update label="September 1, 2025" description="v2.5.2" tags={["SDK"]}>
- Add Core support
- Fix post-approval check for allowance
</Update>

<Update label="September 1, 2025" description="v2.5.1" tags={["SDK"]}>
- Add support for SPL tokens in Solana
</Update>

<Update label="August 26, 2025" description="v2.5.0" tags={["SDK"]}>
- Add Sui support
- Add yarn link support for local testing
</Update>

<Update label="August 26, 2025" description="v2.4.6" tags={["SDK"]}>
- Update status filters in `getOrders` utility
</Update>

<Update label="August 26, 2025" description="v2.4.5" tags={["SDK"]}>
- Add abort controller to Orderbook calls
</Update>

<Update label="August 26, 2025" description="v2.4.4" tags={["SDK"]}>
- Fix error handling in `switchOrAddNetwork` utility for case when network is not found
</Update>

<Update label="August 10, 2025" description="v2.4.2" tags={["SDK"]}>
- Fix order status parser ensuring timely confirmations
</Update>

<Update label="July 30, 2025" description="v2.4.0" tags={["SDK"]}>
- Add optional secret management
</Update>

<Update label="July 30, 2025" description="v2.3.3" tags={["SDK"]}>
- Add BNB support
</Update>

<Update label="July 30, 2025" description="v2.3.2" tags={["SDK"]}>
- Add Instant refund SACP call for expired orders
</Update>

<Update label="July 17, 2025" description="v2.3.1" tags={["SDK"]}>
- Finalize all inputs of a Partially Signed Bitcoin Transaction in PhantomProvider
</Update>

<Update label="July 16, 2025" description="v2.3.0" tags={["SDK"]}>
- Remove catalogfi dependencies and update dependency cycle
</Update>

<Update label="July 15, 2025" description="v2.0.1" tags={["API"]}>
### New endpoints

Expand Down