Release Notes
Oct 16 2024
3.0.47
New Features
- [Webhooks]: Added configuration option to encrypt webhook payloads using a secret key.
- Configure this option in the Velt Console.
- Encryption details:
- Payload encryption: AES-256-CBC
- Key encryption: RSA with PKCS1 OAEP padding and SHA-256 hash
- Public key format:
- Provide only the base64-encoded key string, without PEM headers/footers
- Recommended key size: 2048 bits
- Example of setting up encryption for Node.js:
Improvements
- [Comments]: Improved time display in comment dialog by removing “just” from timeago text to make it more concise.
3.0.46
New Features
- [Comments]: Added “Seen” Feature in the comment dialog. It shows which users have seen the comments. It’s automatically enabled in the default component.
- If you had previously used a wireframe for the comment dialog, you will need to add the seen component wireframe.
- [Comments]: Added a dynamic attribute to identify if the current user is the author of a comment inside the comment thread:
- Use the
velt-current-user-author
attribute to conditionally hide options for non-authors:
- Use the
Was this page helpful?