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
+7-19Lines changed: 7 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -12,33 +12,21 @@ When we make [non-breaking changes](https://developer.paddle.com/api-reference/a
12
12
13
13
This means when upgrading minor versions of the SDK, you may notice type errors. You can safely ignore these or fix by adding additional type guards.
14
14
15
-
## 2.0.0-rc.2 - 2024-11-19
15
+
## 2.0.0 - 2024-11-20
16
16
17
-
### Added
18
-
19
-
- Added the `trafficSource` filter on notification settings
20
-
- Omitted the `transactionId` completely from `SubscriptionNotification` and created a separate `SubscriptionCreatedNotification` with the non-null `transactionId`
21
-
- Added `paymentMethods` resources
22
-
- Added `generateAuthToken` for customer
23
-
24
-
## 2.0.0-rc.1 - 2024-10-08
17
+
> **Breaking changes:** This version includes major improvements that introduce breaking changes. These are called out below.
25
18
26
19
### Added
27
20
21
+
- Added support for edge runtime.
28
22
- Added `simulationTypes` resources
29
23
- Added `simulations` resources
30
24
- Added `simulationRuns` resources
31
25
- Added `simulationRunEvents` resources
32
-
33
-
---
34
-
35
-
## 2.0.0-rc.0 - 2024-09-26
36
-
37
-
> **Breaking changes:** This version includes major improvements that introduce breaking changes. These are called out below.
38
-
39
-
### Added
40
-
41
-
- Added support for edge runtime.
26
+
- Added the `trafficSource` filter on notification settings
27
+
- Omitted the `transactionId` completely from `SubscriptionNotification` and created a separate `SubscriptionCreatedNotification` with the non-null `transactionId`
0 commit comments