Skip to content

v1.1.1 Release Notes

Compare
Choose a tag to compare
@mattrbianchi mattrbianchi released this 22 Jun 19:12
· 1696 commits to dev since this release
20d330a

Release v1.1.1 of the CVE Services expands functionality of the User Registry and includes the initial Record Service that will only operate internally. The Record Service will be opened to the community in a later release.

Features

User Registry

For the community, the most significant update is the introduction of the Org Admin role. With this role, Org Admins can administer accounts for their organization: register them, deactivate/reactivate them, reset secrets, and modify general data.

Along with the autonomy allowed with the Org Admin role, general User permissions have been expanded as well. Now general Users can change their data and reset their secrets.

Finally, both Users and Org Admins alike will be able to get a list of the Users for their organization and see their organization's information. The organization information itself is quite bare at this point, but the model will expand and this functionality will become more useful.

Record Service

The initial version of the Record service is bundled in this release but will not be open publicly. This is a first step towards transitioning CVE "source of record" functionality out of internal systems and into the CVE Services. The community should not experience any effects from this release.

Where to Learn More

The Developer Guide is a living document that steps new users through interacting with the current production release of the services.

The API for v1.1.1 is also described in the Open API 2.0 format here.

Milestones Closed this Release

Enabling the role of Org Admin for User Registry
Expanding the abilities of default Users in the system
Record Service Phase 1A MVP