Releases: osvauld/osvauld_be
Releases · osvauld/osvauld_be
Version 0.2
Osvauld Release Notes
New Features and Enhancements
Managing TOTP
- Enhanced TOTP Management: We've introduced new functionalities for managing Time-based One-Time Passwords (TOTP), allowing users to securely store and access their TOTP secrets within Osvauld. This feature facilitates seamless integration of TOTP into your authentication processes.
Super Admin
- Default Super Admin in Shared Folders: To prevent data loss due to forgotten passwords or lost recovery keys, all shared folders will now automatically include the super admin as a member.
Private and Shared Folders
- Organized Folder Structures: Users can now maintain distinct private and shared folders, allowing for better organization and access control of stored credentials.
Environments and CLI Integration
- Environment Management with CLI: Create and manage your environments directly through the CLI. Associate an environment with a CLI user to sync the latest development secrets, replacing the traditional use of
.env
files for local secret management.
Splitting of fields table
- ** Separated the 'fields' table into two distinct tables: 'field_data' and 'field_values'. This enables efficient delete and edit operations
Note:
Updating to v0.2.0 from previous versions requires a migration script execution. Refer docslink for the script and updation steps
v0.1.3
What's Changed
- signature for add user by @AbrahamGeorge8547 in #162
- add restart docker by @AKASH1729 in #163
- Edit Credential Details API by @AKASH1729 in #164
- tag latest by @AKASH1729 in #166
- tag fix by @AKASH1729 in #167
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- wrote middleware to check signature in some requests by @AbrahamGeorge8547 in #161
Full Changelog: v0.1.1...v0.1.2
v0.1.4
v0.1.1
v0.1.0
Osvauld backend first release