2023-06-15
Latest
Added Revocation API
Introduced a new API endpoint for revoking data licenses when users withdraw consent.
- Added
POST /api/v1/licence/{token}/revoke
- Added webhook support for license revocation events
- Updated documentation with compliance guidelines
Enhanced Authentication
Improved authentication mechanisms for better security and usability.
- Extended token expiration to 24 hours (was 12 hours)
- Added support for OAuth 2.0 authentication flow
- Implemented token refresh endpoint
Bug Fixes
Fixed several issues to improve API reliability.
- Fixed pagination issues in bundle listing endpoint
- Corrected timestamp format in webhook payloads
- Resolved rate limiting inconsistencies
2023-05-01
Added Streaming API
Introduced real-time data streaming capabilities.
- Added WebSocket streaming endpoint for real-time data access
- Implemented connection management and authentication
- Added documentation and examples for streaming API usage
New Data Formats
Added support for additional data formats.
- Added Apache Arrow format support
- Added FHIR JSON format for health data
- Improved CSV export with additional options
2023-03-15
Initial API Release
First public release of the Cookierem API.
- Core authentication endpoints
- Data bundle browsing and purchasing
- Basic webhook functionality
- Rate limiting and usage tracking