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
+18-7Lines changed: 18 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,17 @@ 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.1 - 2024-10-08
16
+
17
+
### Added
18
+
19
+
- Added `simulationTypes` resources
20
+
- Added `simulations` resources
21
+
- Added `simulationRuns` resources
22
+
- Added `simulationRunEvents` resources
23
+
24
+
---
25
+
15
26
## 2.0.0-rc.0 - 2024-09-26
16
27
17
28
> **Breaking changes:** This version includes major improvements that introduce breaking changes. These are called out below.
@@ -40,7 +51,7 @@ This means when upgrading minor versions of the SDK, you may notice type errors.
40
51
## 1.6.0 - 2024-09-16
41
52
42
53
### Added
43
-
54
+
44
55
- Added `adjustments.getCreditNotePDF()` to [get a credit note for an adjustment](https://developer.paddle.com/api-reference/adjustments/get-credit-note-pdf?utm_source=dx&utm_medium=paddle-node-sdk)
45
56
- Added `disposition` query parameter to `adjustments.getCreditNotePDF()` and `transactions.getInvoicePDF()` operations, see [related changelog](https://developer.paddle.com/changelog/2024/invoice-pdf-open-in-browser?utm_source=dx&utm_medium=paddle-node-sdk).
46
57
- Added pagination support to `notificationSettings.list()` operation, see [related changelog](https://developer.paddle.com/changelog/2024/notification-settings-pagination?utm_source=dx&utm_medium=paddle-node-sdk).
@@ -170,7 +181,7 @@ This means when upgrading minor versions of the SDK, you may notice type errors.
170
181
### Removed
171
182
172
183
-**Breaking change:** Removed `*Includes` entity in favour of standard entities.
173
-
184
+
174
185
- Use `Price` instead of `PriceWithIncludes`
175
186
- Use `Product` instead of `ProductWithIncludes`
176
187
- Use `Subscription` instead of `SubscriptionIncludes`
@@ -230,7 +241,7 @@ This means when upgrading minor versions of the SDK, you may notice type errors.
230
241
231
242
### Fixed
232
243
233
-
- Marked `unitPriceOverrides` as optional in Price entity.
244
+
- Marked `unitPriceOverrides` as optional in Price entity.
234
245
235
246
---
236
247
@@ -290,7 +301,7 @@ This means when upgrading minor versions of the SDK, you may notice type errors.
290
301
- Added `notificationSettings.get()` to [get a notification settings](https://developer.paddle.com/api-reference/notification-settings/get-notification-setting?utm_source=dx&utm_medium=paddle-node-sdk)
291
302
- Added `notificationSettings.update()` to [update a notification settings](https://developer.paddle.com/api-reference/notification-settings/update-notification-setting?utm_source=dx&utm_medium=paddle-node-sdk)
292
303
- Added `notificationSettings.delete()` to [delete a notification settings](https://developer.paddle.com/api-reference/notification-settings/delete-notification-setting?utm_source=dx&utm_medium=paddle-node-sdk)
293
-
- Added `notifications.list()` to [list all notifications](https://developer.paddle.com/api-reference/notifications/list-notifications?utm_source=dx&utm_medium=paddle-node-sdk)
304
+
- Added `notifications.list()` to [list all notifications](https://developer.paddle.com/api-reference/notifications/list-notifications?utm_source=dx&utm_medium=paddle-node-sdk)
294
305
- Added `notifications.get()` to [get a notification](https://developer.paddle.com/api-reference/notifications/get-notification?utm_source=dx&utm_medium=paddle-node-sdk)
295
306
- Added `notifications.replay()` to [replay a notification](https://developer.paddle.com/api-reference/notifications/replay-notification?utm_source=dx&utm_medium=paddle-node-sdk)
296
307
- Added `notifications.getLogs()` to [get all logs for a notification](https://developer.paddle.com/api-reference/notification-logs/list-notification-logs?utm_source=dx&utm_medium=paddle-node-sdk)
@@ -315,7 +326,7 @@ This means when upgrading minor versions of the SDK, you may notice type errors.
315
326
### Added
316
327
317
328
- Added helper function to archive supported entities
318
-
- Added `pricingPreview.preview()` to [preview calculations for one or more prices](https://developer.paddle.com/api-reference/pricing-preview/preview-prices?utm_source=dx&utm_medium=paddle-node-sdk)
329
+
- Added `pricingPreview.preview()` to [preview calculations for one or more prices](https://developer.paddle.com/api-reference/pricing-preview/preview-prices?utm_source=dx&utm_medium=paddle-node-sdk)
319
330
320
331
### Changed
321
332
@@ -363,15 +374,15 @@ This means when upgrading minor versions of the SDK, you may notice type errors.
363
374
364
375
- Added changelog.
365
376
366
-
---
377
+
---
367
378
368
379
## 0.1.6 - 2023-11-22
369
380
370
381
### Fixed
371
382
372
383
- Fixed optional management URL object in subscription entities.
0 commit comments