@turnkey/http 0.16.0 → 0.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @turnkey/http
2
2
 
3
+ ## 0.17.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Re-sync protos from mono. No public-facing changes.
8
+
9
+ ## 0.17.0
10
+
11
+ ### Minor Changes
12
+
13
+ - Added support for ed25519
14
+ - New endpoint to programmatically approve or reject activities (`/submit/approve_activity`, `/submit/reject_activity`)
15
+ - New endpoint to programmatically create authenticators (`/submit/create_authenticators`)
16
+ - New endpoints to update Private Key tags (`/submit/update_private_key_tag`)
17
+ - New endpoints to update User tags (`/submit/update_user_tag`)
18
+ - Simplified shape for `AuthenticatorParams` with a new `AuthenticatorParamsV2`. To take advantage of this new shape, use `ACTIVITY_TYPE_CREATE_USERS_V2` and the new `ACTIVITY_TYPE_CREATE_AUTHENTICATORS`.
19
+
3
20
  ## 0.16.0
4
21
 
5
22
  ### Minor Changes