Releases: phasehq/console
v2.15.0
What's Changed
- feat: add lockbox layout with meta by @rohan-chaturvedi in #212
- feat: add organisation info to tokens serializers by @rohan-chaturvedi in #211
Full Changelog: v2.14.0...v2.15.0
v2.14.0
What's Changed
- fix: text overflow by @teyim in #208
- feat: secret sharing by @rohan-chaturvedi in #209
Full Changelog: v2.13.0...v2.14.0
v2.13.0
What's Changed
- refactor: organisation plans, app host mode by @rohan-chaturvedi in #205
Full Changelog: v2.12.3...v2.13.0
v2.12.3
What's Changed
- fix: set active org to null when returning to app root by @rohan-chaturvedi in #202
- fix: prevent duplicated env keys when upgrading user to admin by @rohan-chaturvedi in #204
- feat: speed up replace variable script by @rohan-chaturvedi in #206
Full Changelog: v2.12.2...v2.12.3
v2.12.2
What's Changed
- feat: reveal newly created secrets by @rohan-chaturvedi in #199
- fix: email fixes by @rohan-chaturvedi in #201
Full Changelog: v2.12.1...v2.12.2
v2.12.1
What's Changed
- feat: login email whitelist by @rohan-chaturvedi in #197
- fix: validate host and key before intializing posthog by @rohan-chaturvedi in #198
Full Changelog: v2.12.0...v2.12.1
v2.12.0
What's Changed
- Build(deps): bump cryptography from 42.0.2 to 42.0.4 in /backend by @dependabot in #191
- fix: integration links leading slash on docs path by @nimish-ks in #192
- fix: text overflow by @teyim in #190
- chore: update PR template by @rohan-chaturvedi in #195
- refactor: keyring ux by @rohan-chaturvedi in #188
Full Changelog: v2.11.2...v2.12.0
v2.11.2
What's Changed
- fix: login screen button reponsiveness (Fixes #128) by @teyim in #185
- Build(deps): bump cryptography from 41.0.4 to 42.0.2 in /backend by @dependabot in #182
- feat: normalize path strings by @rohan-chaturvedi in #187
- Set input text length to 16 by @teyim in #186
- fix: bad import by @rohan-chaturvedi in #189
New Contributors
Full Changelog: v2.11.1...v2.11.2
v2.11.1
What's Changed
- fix: enforce leading slash when cruding secrets over rest by @rohan-chaturvedi in #184
Full Changelog: v2.11.0...v2.11.1
v2.11.0
Description 📣
Adds support for storing secrets in folders, as well as several updates to UX, performance and logging
Folders
Secrets can now be managed within folders, and will keep track of the path that they are stored under. This makes it much easier to use Phase for monorepo projects or multi-tennant use-cases. All existing secrets are given the root /
path by default. Folders can be created from the new "Create" button by opening the dropdown and choosing "New Folder"
UI/UX Updates
This PR also adds several visual and UX improvements to the app secrets and environments screens:
Path support for Syncing
Integrations can be now be created with an optional path
field, which will only sync Secrets at the provided path. By default, all existing syncs will be configured with the /
path.
Logging improvements
The audit logging backend code has been refactored to be more performant. The backend now also logs which service tokens are used for Secret CRUD events, and the logging screen has been updated slightly to show this information, and as well as secret paths
What's Changed
- feat: folders by @rohan-chaturvedi in #179
- fix: incorrect empty state on secrets overview by @rohan-chaturvedi in #183
Full Changelog: v2.10.4...v2.11.0