-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Email Identity in client-api and client-sdk #3085
Support Email Identity in client-api and client-sdk #3085
Conversation
Signed-off-by: Jonathan Alvarez <[email protected]>
Signed-off-by: Jonathan Alvarez <[email protected]>
Signed-off-by: Jonathan Alvarez <[email protected]>
Released packages
|
@@ -5,7 +5,7 @@ | |||
"main": "dist/src/index.js", | |||
"module": "dist/src/index.js", | |||
"sideEffects": false, | |||
"version": "0.9.19-07", | |||
"version": "0.9.20-03-next.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jonalvarezz what does this "next.0" mean?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @BillyWooo, good question – it signals that this is a preview version of upcoming releases as it contains non-released features (i.e., Email identity).
Client follow-up of P-685 to support Email Identity.