Release v1.27.0 (2022-12-24) #3037
dani-garcia
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New features
Event logs for organizations
With this feature enabled, actions occurring inside an organization will be recorded in a log, viewable by organization admins and owners. Check the official documentation to learn more: https://bitwarden.com/help/event-logs/ (Note that the Public API is not yet implemented, so the events are only viewable in the Web Vault)
To enable this feature, set
ORG_EVENTS_ENABLED=true
. By default all events will be stored indefinitely, if you want to limit that, you can use theEVENTS_DAYS_RETAIN
option. You can also tune the cleanup schedule withEVENT_CLEANUP_SCHEDULE
.Group support (beta)
Enables the creation and use of groups inside an organization. At the moment this is in beta because there are some known issues (#2989). Still, the more this feature is tested, the faster we will be able to stabilize it.
To enable this feature, set
ORG_GROUPS_ENABLED=true
, make sure to make proper backups of your instance before hand.What's Changed
ROCKET_ADDRESS
into account in the Docker healthcheck by @jjlin in TakeROCKET_ADDRESS
into account in the Docker healthcheck #2844/devices/knowndevice
endpoint by @BlackDex in Add/devices/knowndevice
endpoint #2893register
endpoint toidentity
by @BlackDex in Added missingregister
endpoint toidentity
#2920left_join
by @BlackDex in Revert collection queries back toleft_join
#2976New Contributors
Full Changelog: 1.26.0...1.27.0
This discussion was created from the release 1.27.0.
Beta Was this translation helpful? Give feedback.
All reactions