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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,18 @@
1
1
# CHANGELOG
2
2
3
-
## Next Release (minor)
3
+
## Next Release
4
4
5
5
- Adds Ruby 3.4 support
6
6
- Fixes error parsing
7
7
- Allows for alternative format of `errors` field
8
8
- Corrects available properties of an `EasyPostError` and `ApiError` (`code` and `field` removed from `EasyPostError`, `message` unfurled and explicitly added to `ApiError`)
9
9
- Removes unused `Error` model
10
10
- Corrects the HTTP verb for updating a brand from `GET` to `PATCH`
11
-
- Removes the deprecated `create_list` tracker endpoint function as it is no longer available via API
11
+
- Removes deprecated `create_list` tracker endpoint function as it is no longer available via API
12
+
- Removes deprecated `user.all_api_keys` and `user.api_keys`, use `api_key.all` and `api_key.retrieve_api_keys_for_user` respectively
0 commit comments