We are pleased to announce the release of version 15.6.8 of Telegram node and My secrets functionality. This update includes several important features and improvements:
Key Changes
- Flow Editor Dialog: A dialog now appears before leaving the flow editor, enhancing user experience.
- My Secrets Functionality: Users can now view, update, and delete only their own secrets, ensuring better privacy and control.
- PostgreSQL SODIUM Encryption: We have implemented PostgreSQL SODIUM encryption for enhanced security.
Data Security For Secrets
- Data Encryption in Transit: All data is encrypted during transit using HTTPS.
- Data Encryption at Rest: Data is encrypted at rest using PostgreSQL SODIUM encryption.
- Row-Level Security (RLS) Policies: RLS policies are in place to ensure that users can only access their own data.
We have developed a framework for securely managing secrets in PostgreSQL. This framework combines key management, data encryption, access control, and monitoring to protect sensitive information from unauthorized access.
For more information, visit: pgsodium.