Skip to content

Commit 4d98c90

Browse files
authored
Preparing version 1.2.2 (#287)
1 parent e34304b commit 4d98c90

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.2.2] - 2025-10-21 - Giuseppe Lo Presti <[email protected]>
4+
5+
* Further improvements and clarifications in the spec, prior to
6+
handing over to the IETF.
7+
* Introduced concept of Invite string for the Invite flow.
8+
39
## [1.2.1] - 2025-07-17 - Giuseppe Lo Presti <[email protected]>
410

511
* Overall review of the spec in the ongoing quest to improve clarity

IETF-RFC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ contain the following information about its OCM API:
572572
* REQUIRED: enabled (boolean) - Whether the OCM service is enabled at
573573
this endpoint
574574
* REQUIRED: apiVersion (string) - The OCM API version this endpoint
575-
supports. Example: `"1.2.1"`
575+
supports. Example: `"1.2.2"`
576576
* REQUIRED: endPoint (string) - The URI of the OCM API available at
577577
this endpoint. Example: `"https://my-cloud-storage.org/ocm"`
578578
* OPTIONAL: provider (string) - A friendly branding name of this

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
This repository contains the text of the [Open Cloud Mesh IETF Draft](https://datatracker.ietf.org/doc/draft-lopresti-open-cloud-mesh/), as well as the equivalent [OpenAPI](https://github.com/OAI/OpenAPI-Specification) (fka Swagger) specification for its API rendered as HTML (by [ReDoc](https://github.com/Redocly/redoc)).
99

1010
The documents are available as follows:
11-
* **Latest official version, 1.2.1**: [RFC-formatted Draft](https://github.com/cs3org/OCM-API/blob/v1.2.1/IETF-RFC.md) | [API spec](https://cs3org.github.io/OCM-API/docs.html?branch=v1.2.1&repo=OCM-API&user=cs3org)
11+
* **Latest official version, 1.2.2**: [RFC-formatted Draft](https://github.com/cs3org/OCM-API/blob/v1.2.2/IETF-RFC.md) | [API spec](https://cs3org.github.io/OCM-API/docs.html?branch=v1.2.2&repo=OCM-API&user=cs3org)
1212
* Development branch: [RFC-formatted Draft](IETF-RFC.md) | [API spec](https://cs3org.github.io/OCM-API/docs.html?branch=develop&repo=OCM-API&user=cs3org)
1313

1414
[SemVer](https://semver.org) versioning applies to OCM, and backwards compatibility is supported unless stated otherwise by an implementation.

spec.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
Open Cloud Mesh OpenAPI Specification.
66
The semantic of the Protocol Specification is detailed in the
77
[IETF-RFC.md](https://github.com/cs3org/OCM-API/blob/develop/IETF-RFC.md) document.
8-
version: 1.2.1
8+
version: 1.2.2
99
x-logo:
1010
url: logo.png
1111
servers:
@@ -327,7 +327,7 @@ components:
327327
apiVersion:
328328
type: string
329329
description: The OCM API version this endpoint supports
330-
example: 1.2.1
330+
example: 1.2.2
331331
endPoint:
332332
type: string
333333
description: The URI of the OCM API available at this endpoint
@@ -348,17 +348,17 @@ components:
348348
name:
349349
type: string
350350
description: >
351-
A supported resource type (file, calendar, contact, ...).
352-
Implementations MUST offer support for at least one resource type,
353-
where `file` is the commonly supported one.
354-
Each resource type is identified by its `name`: the list MUST NOT
351+
A supported resource type (file, calendar, contact, ...).
352+
Implementations MUST offer support for at least one resource type,
353+
where `file` is the commonly supported one.
354+
Each resource type is identified by its `name`: the list MUST NOT
355355
contain more than one resource type object per given `name`
356356
example: file
357357
shareTypes:
358358
type: array
359359
description: |
360-
The supported recipient share types.
361-
MUST contain `"user"` at a minimum, plus optionally
360+
The supported recipient share types.
361+
MUST contain `"user"` at a minimum, plus optionally
362362
`"group"` and `"federation"`.
363363
items:
364364
type: string

0 commit comments

Comments
 (0)