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
feat: create/delete/enable/disable API keys (#372)
# Description
<!-- Please provide a general summary of your PR changes and link any
related issues or other pull requests. -->
# Testing
<!--
Please provide details on how you tested this code. See below.
- All pull requests must be tested (unit tests where possible with
accompanying cassettes, or provide a screenshot of end-to-end testing
when unit tests are not possible)
- New features must get a new unit test
- Bug fixes/refactors must re-record existing cassettes
-->
# Pull Request Type
Please select the option(s) that are relevant to this PR.
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Improvement (fixing a typo, updating readme, renaming a variable
name, etc)
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
@@ -1,5 +1,13 @@
1
1
# CHANGELOG
2
2
3
+
## v8.6.0 (2026-02-03)
4
+
5
+
- Adds the following functions usable by child and referral customer users:
6
+
-`apiKey.create`
7
+
-`apiKey.delete`
8
+
-`apiKey.enable`
9
+
-`apiKey.disable`
10
+
3
11
## v8.5.1 (2026-01-08)
4
12
5
13
- Corrects `StatelessRateDeserializer` and `WebhookDeserializer` to treat all camelCase fields like all other models to properly deserialize JSON fields containing underscors
0 commit comments