Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Some updates following recent developments
  • Loading branch information
glpatcern committed Nov 14, 2024
commit ecb43fef9840891187a7d3341666370506f41c0a
24 changes: 17 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
# Changelog

## [1.2.0] - 2024-07-18 - Giuseppe Lo Presti <[email protected]>
## [1.2.0] - 2024-11-20 - Michiel B. De Jong <[email protected]>

* Rephrased and improved the whole protocol description text
in order to conform to the IETF Internet Draft style.
* Updated the API specification to OpenAPI 3.0.
* Added a `/.well-known` endpoint for discovery, to replace
the legacy `/ocm-provider` endpoint in a future release.
* Added support for Multi-Factor Authentication.
* Clarified access methods to remote shares: bearer token
authorization is the preferred mechanism, basic auth or
no auth are deprecated.
* Extended and improved the `/notifications` endpoint.
the legacy `/ocm-provider` endpoint in a future release, and
extended the properties and capabilities each implementation
can expose.
* Introduced a concept of `requirements` in new shares, which indicate
that a recipient of a share MUST fulfill some capabilities in order
to access the share.
* Introduced several mechanisms to improve security:
* Support for Multi-Factor Authentication.
* Support for signing requests.
* Support for OAuth-style exchanges, via a new `/token` endpoint.
* Clarified access methods to remote shares, and deprecated
less secure ones.
* Extended the `/notifications` endpoint.

## [1.1.0] - 2023-05-15 - Giuseppe Lo Presti <[email protected]>

Expand Down