-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Preparing v1.1 * Renamed example resource to avoid unneeded self-referencing * Fixed description of the share.expiration field * Fixed missing link * Clarified use of relative path when accessing a share * Fixed order following rebase * Improved single protocol example Co-authored-by: Sandro Mesterheide <[email protected]> * Improved multi protocol example --------- Co-authored-by: Sandro Mesterheide <[email protected]>
- Loading branch information
1 parent
9ddb138
commit 635591b
Showing
3 changed files
with
48 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Changelog | ||
|
||
## [1.1.0] - 2023-05-15 - Giuseppe Lo Presti <[email protected]> | ||
|
||
* Added a new `/invite-accepted` endpoint to support an invitation | ||
workflow in the context of the ScienceMesh. | ||
* Officially added the `/ocm-provider` discovery endpoint, already | ||
in use by several implementations. Within this endpoint, clarified | ||
which are the minimal capabilities required to be "OCM compliant". | ||
* Added support for multi-protocol shares, and fully specified | ||
the properties required for each supported protocol. | ||
* Added a `federation` recipient share type. | ||
* Deprecated `protocol.options` in `/shares`. | ||
|
||
## [1.0.0] - 2020-07-01 - Bjoern Schiessle <[email protected]> | ||
|
||
* First official release of the Open Cloud Mesh (OCM) protocol | ||
specification, to enable federated sharing and notifications. | ||
The supported endpoints are `/shares` and `/notifications`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters