Skip to content

Commit 9cb0bf8

Browse files
wesbiggsWes Biggs
and
Wes Biggs
authored
v1.3.0 text updates (#283)
Update core spec, Activity Content subspec, and (new) Verifiable Credentials subspec to v1.3.0. Co-authored-by: Wes Biggs <[email protected]>
1 parent 490f81a commit 9cb0bf8

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

pages/ActivityContent/Overview.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Activity Content Specification
2-
__Version pre-1.3.0__
2+
__Version 1.3.0__
33

44
Content references shared via the DSNP consist of URLs pointing to documents containing Activity Streams JSON objects.
55
For the purposes of the DSNP, restrictions are placed on the [Activity Streams 2.0](https://www.w3.org/TR/activitystreams-core/) specification.
@@ -45,23 +45,24 @@ URLs in DSNP-compatible Activity Content MUST use one of the following URL schem
4545
| [LibertyDSNP/activity-content-java](https://github.com/LibertyDSNP/activity-content-java) | Java/Kotlin |
4646
| [LibertyDSNP/activity-content-swift](https://github.com/LibertyDSNP/activity-content-swift) | Swift |
4747

48-
<!--- Uncomment for pre-release changes and prefix the version with `pre-[next version]` -->
48+
<!--- Uncomment for pre-release changes and prefix the version with `pre-[next version]`
4949
## Prerelease Changelog
5050
51-
- [DIP-257](https://github.com/LibertyDSNP/spec/issues/257) Attribute Sets and Attestation
52-
- [DIP-273](https://github.com/LibertyDSNP/spec/issues/273) Content Addressing
51+
- [DIP-xxx](https://github.com/LibertyDSNP/spec/issues/xxx) Name of Feature
52+
--->
5353

5454
## Releases
5555

5656
| Version | Description | Release Date | Changelog |
5757
| --- | --- | --- | --- |
58+
| [1.3.0](https://github.com/LibertyDSNP/spec/tree/ActivityContent-v1.3.0) | DIP-257 | 2024-09-17 | [Changelog](https://github.com/LibertyDSNP/spec/releases/tag/ActivityContent-v1.3.0) |
5859
| [1.2.0](https://github.com/LibertyDSNP/spec/tree/ActivityContent-v1.2.0) | DIP-210 | 2023-04-11 | [Changelog](https://github.com/LibertyDSNP/spec/releases/tag/ActivityContent-v1.2.0) |
5960
| [1.1.0](https://github.com/LibertyDSNP/spec/tree/ActivityContent-v1.1.0) | DIP-158 | 2022-05-05 | [Changelog](https://github.com/LibertyDSNP/spec/releases/tag/ActivityContent-v1.1.0) |
6061
| [1.0.0](https://github.com/LibertyDSNP/spec/tree/ActivityContent-v1.0.0) | Initial Release | 2021-09-09 | [Changelog](https://github.com/LibertyDSNP/spec/releases/tag/ActivityContent-v1.0.0) |
6162

6263
## Non-Normative
6364

64-
## Additional Fields
65+
### Additional Fields
6566

6667
Implementers may choose to support more of the Activity Streams standard as long as it does not conflict with this specification, but should note that other implementations may not recognize those additions.
6768
Implementers who extend their support for Activity Streams objects beyond the subset defined here do so at their own risk.

pages/DSNP/Overview.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DSNP Specification
2-
__Version pre-1.3.0__
2+
__Version 1.3.0__
33

44
DSNP (Decentralized Social Networking Protocol) is a social networking protocol designed to run on a blockchain.
55
It specifies a set of social primitives along with requirements for interoperability.
@@ -29,20 +29,19 @@ Compliant DSNP system specifications MUST document how each of the required DSNP
2929

3030
A compliant specification MUST specify a mapping from its system-specific state change data (for example, the events emitted by a blockchain) to the DSNP State Change Records that data represents.
3131

32-
<!--- Uncomment for pre-release changes and prefix the version with `pre-[next version]` --->
32+
<!--- Uncomment for pre-release changes and prefix the version with `pre-[next version]`
3333
## Prerelease Changelog
3434
35-
- [DIP-257](https://github.com/LibertyDSNP/spec/issues/257) Attribute Sets and Attestation
36-
- [DIP-263](https://github.com/LibertyDSNP/spec/issues/263) User Data for Public Keys
37-
- [DIP-267](https://github.com/LibertyDSNP/spec/issues/267) User Data for Profile Resources
38-
- [DIP-273](https://github.com/LibertyDSNP/spec/issues/273) Content Addressing
35+
- [DIP-xxx](https://github.com/LibertyDSNP/spec/issues/xxx) Name of Feature
36+
--->
3937

4038
## Releases
4139

4240
DSNP system specifications MUST specify the version(s) of the DSNP specification that may be used.
4341

4442
| Version | Description | Release Date | Changelog |
4543
| --- | --- | --- | --- |
44+
| [1.3.0](https://github.com/LibertyDSNP/spec/tree/DSNP-v1.2.0) | DIP-257, DIP-263, DIP-267, DIP-273 | 2024-09-17 | [Changelog](https://github.com/LibertyDSNP/spec/releases/tag/DSNP-v1.3.0) |
4645
| [1.2.0](https://github.com/LibertyDSNP/spec/tree/DSNP-v1.2.0) | DIP-210, DIP-216, DIP-220, DIP-225, DIP-226, DIP-227, DIP-228 | 2023-04-11 | [Changelog](https://github.com/LibertyDSNP/spec/releases/tag/DSNP-v1.2.0) |
4746
| [1.1.0](https://github.com/LibertyDSNP/spec/tree/DSNP-v1.1.0) | DIP-148, DIP-149, DIP-150, DIP-165, DIP-180 | 2022-05-06 | [Changelog](https://github.com/LibertyDSNP/spec/releases/tag/DSNP-v1.1.0) |
4847
| [1.0.0](https://github.com/LibertyDSNP/spec/tree/DSNP-v1.0.0) | Initial Release | 2021-09-09 | [Changelog](https://github.com/LibertyDSNP/spec/releases/tag/DSNP-v1.0.0) |

pages/VerifiableCredentials/Overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Verifiable Credentials Specification
2-
__Version pre-1.3.0__
2+
__Version 1.3.0__
33

44
[Attribute Sets](../DSNP/AttributeSets.md) and [Attestation](../ActivityContent/Associated/Attachments.md#attestation) attachments shared via DSNP reference data documents containing Verifiable Credentials and related objects.
55
For DSNP purposes, certain restrictions and extensions are applied to the base World Wide Web Consortium (W3C) specification documents noted below.
@@ -47,17 +47,17 @@ See the individual pages for details of restrictions to and extensions on each t
4747
| [LibertyDSNP/dsnp-verifiable-credentials](https://github.com/LibertyDSNP/dsnp-verifiable-credentials) | JavaScript/TypeScript |
4848
| [LibertyDSNP/dsnp-did-resolver](https://github.com/LibertyDSNP/dsnp-did-resolver) | JavaScript/TypeScript |
4949

50-
<!--- Uncomment for pre-release changes and prefix the version with `pre-[next version]` -->
50+
<!--- Uncomment for pre-release changes and prefix the version with `pre-[next version]`
5151
## Prerelease Changelog
5252
53-
- [DIP-257](https://github.com/LibertyDSNP/spec/issues/257) Attribute Sets and Attestation
53+
- [DIP-xxx](https://github.com/LibertyDSNP/spec/issues/xxx) Name of Feature
54+
--->
5455

55-
<!-- Uncomment and add when released
5656
## Releases
5757

5858
| Version | Description | Release Date | Changelog |
5959
| --- | --- | --- | --- |
60-
-->
60+
| 1.3.0 | DIP-257 | 2024-09-17 | [Changelog](https://github.com/LibertyDSNP/spec/releases/tag/VerifiableCredentials-v1.3.0) |
6161

6262
## Non-Normative
6363

@@ -68,7 +68,7 @@ Implementers who extend their support for Verifiable Credentials objects beyond
6868

6969
### Verifiable Presentations
7070

71-
[Verifiable Presentations](https://www.w3.org/TR/2024/CRD-vc-data-model-2.0-20240823/#verifiable-presentations) combine one or more Verifiable Credentials in a single document.
71+
[Verifiable Presentations](https://www.w3.org/TR/vc-data-model-2.0/#verifiable-presentations) combine one or more Verifiable Credentials in a single document.
7272
These might be existing Verifiable Credentials, whether or not previously published, or new Verifiable Credentials derived from non-public source credentials using methods like zero-knowledge proofs.
7373
At this time, Verifiable Presentations are not directly tied to DSNP content or announcements.
7474
However, application and service providers may be interested in implementing functionality using Verifiable Presentations with DSNP Verifiable Credentials.

pages/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Each module describes a mostly self-contained aspect of the specification.
1919

2020
| Name | Version | Description |
2121
| --- | --- | --- |
22-
| [DSNP](DSNP/Overview.md) | pre-1.3.0 | The system-agnostic DSNP specification |
23-
| [Activity Content](ActivityContent/Overview.md) | pre-1.3.0 | A specification for DSNP-referenced content (subset of W3C Activity Streams) |
24-
| [Verifiable Credentials](VerifiableCredentials/Overview.md) | pre-1.3.0 | Use of W3C Verifiable Credentials and DIDs with DSNP |
22+
| [DSNP](DSNP/Overview.md) | 1.3.0 | The system-agnostic DSNP specification |
23+
| [Activity Content](ActivityContent/Overview.md) | 1.3.0 | A specification for DSNP-referenced content (subset of W3C Activity Streams) |
24+
| [Verifiable Credentials](VerifiableCredentials/Overview.md) | 1.3.0 | Use of W3C Verifiable Credentials and DIDs with DSNP |
2525

2626
### System Specifications
2727

0 commit comments

Comments
 (0)