Releases: opengdpr/OpenDSR
Releases · opengdpr/OpenDSR
OpenGDPR now supports CCPA and is known as OpenDSR
After several months of revisions and edits we have released support for California's CCPA! In doing so we have also renamed this project to "OpenDSR" to properly reflect the increased scope.
The V1 branch will remain preserved in a branch and is expected to remain supported by processors.
The changes in v2 are minimal:
- Support for a 'regulation' field in a request body (with values 'gdpr' or 'ccpa')
- Small changes to request paths to move from '/opengdpr_requests' to just '/requests'
- v1 is preserved in a brach here: https://github.com/opengdpr/OpenDSR/tree/opengdpr_v1
Version 1.0
OpenGDPR hits 1.0!
GDPR is two days away!
This 1.0 release gives stability to processors implementing in advance of the GDPR start date (May 25, 2018).
The spec now includes:
- Defined request statuses & lifecycle
- Portability request fulfillment results
- Processor-defined extensions
- Callbacks to keep the controller informed of request status
- Request signing to ensure bad actors are not impersonating processors
Breaking changes:
- Mandatory major version in request URLs
- Removed request attribute 'site_id' as a candidate for a custom extension