You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,13 @@ in a response, this weakens the Typescript type but does not cause existing usag
20
20
This means when upgrading minor versions of the SDK, you may notice type errors. You can safely ignore these or fix by
21
21
adding additional type guards.
22
22
23
-
## [unreleased]
23
+
## 3.5.0 - 2025-12-16
24
24
25
25
### Added
26
26
27
+
- Added support for `location` value in `tax_mode` enum to automatically present prices as inclusive or exclusive of tax based on customer location. See [related changelog](https://developer.paddle.com/changelog/2025/default-automatic-tax-setting?utm_source=dx&utm_medium=paddle-node-sdk)
28
+
- Added support for `requiresPaymentMethod` field in trial period to specify whether a payment method is required during trial
29
+
- Added `remittanceReference` field to payout notification entity
27
30
- Added new report filter names `remittance_reference` and `transaction_updated_at`. See [related changelog](https://developer.paddle.com/changelog/2025/payout-reconciliation-report?utm_source=dx&utm_medium=paddle-node-sdk).
28
31
- Added `payout_reconciliation` report type. See [related changelog](https://developer.paddle.com/changelog/2025/payout-reconciliation-report?utm_source=dx&utm_medium=paddle-node-sdk).
0 commit comments