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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,19 @@
3
3
## Next Release
4
4
5
5
- Adds `WebhookCustomHeader` model, allowing `custom_headers` to be passed when creating/updating a webhook
6
+
- Adds `tracking_codes` param to tracker index endpoint
6
7
- Fixes error parsing
7
8
- Allows for alternative format of `errors` field (previously we deserialized the `errors` field into a list of `Error` objects; however, sometimes the errors are simply a list of strings. This change make the `errors` field a list of `Object` allowing for either the new `FieldError` object or a list of strings. Users will need to check for the type of error returned and handle appropriately)
8
9
- Removed the unused `Error` model
9
10
- Added an explicit `AddressVerificationFieldError` model
10
11
- The `BetaPaymentRefund` now uses a list of `FieldError` instead of `Error` for the `errors` field
0 commit comments