Skip to content

Commit 985d842

Browse files
authored
Preparing version 1.2.1 (#207)
1 parent c3af09f commit 985d842

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

3+
## [1.2.1] - 2025-07-17 - Giuseppe Lo Presti <[email protected]>
4+
5+
* Overall review of the spec in the ongoing quest to improve clarity
6+
and consistency, without altering the semantic of the API.
7+
* Introduced concept of a Directory Service with a Where-Are-You-From
8+
page capability and an Invite Accept Dialog property to complement
9+
the Invite flow. Correspondingly, the Discovery endpoint has been
10+
extended and its description improved.
11+
312
## [1.2.0] - 2024-11-20 - Michiel B. de Jong <[email protected]>
413

514
* Rephrased and improved the whole protocol description text

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
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, which can be rendered as HTML documentation using [ReDoc](https://github.com/Redocly/redoc).
66

77
The documents are available as follows:
8-
* **Latest official version, 1.2.0**: [RFC-formatted Draft](https://github.com/cs3org/OCM-API/blob/v1.2.0/IETF-RFC.md) | [API spec](https://cs3org.github.io/OCM-API/docs.html?branch=v1.2.0&repo=OCM-API&user=cs3org)
8+
* **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)
99
* 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)
1010

1111
Previous versions:
12+
* Version 1.2.0: [RFC-formatted Draft](https://github.com/cs3org/OCM-API/blob/v1.2.0/IETF-RFC.md) | [API spec](https://cs3org.github.io/OCM-API/docs.html?branch=v1.2.0&repo=OCM-API&user=cs3org)
1213
* Version 1.1.0: [README](https://github.com/cs3org/OCM-API/blob/v1.1.0/README.md) | [API spec](https://cs3org.github.io/OCM-API/docs.html?branch=v1.1.0&repo=OCM-API&user=cs3org)
1314
* Version 1.0.0: [API spec](https://cs3org.github.io/OCM-API/docs.html?branch=v1.0.0&repo=OCM-API&user=cs3org)
1415

spec.yaml

Lines changed: 2 additions & 2 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.0
8+
version: 1.2.1
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.0
330+
example: 1.2.1
331331
endPoint:
332332
type: string
333333
description: The URI of the OCM API available at this endpoint

0 commit comments

Comments
 (0)