Skip to content

Vorveröffentlichung api-popp 3.0.0 RC 2 #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,32 @@ The versioning policy of this project follows [Semantic Versioning v2.0.0][].
<details>
<summary>Table of Contents</summary>
<ol>
<li><a href="#Release-100">Release 1.0.0</a></li>
<li><a href="#release-300">Release 3.0.0</a></li>
<li><a href="#release-200">Release 2.0.0</a></li>
<li><a href="#release-100">Release 1.0.0</a></li>
</ol>
</details>

## Release 3.0.0
Summary of changes in release 3.0.0 compared to 2.0.0:
1. added:
1. interface "I_PoPP_CheckIn_AuthorizationServer.yaml"
2. interface "I_PoPP_CheckIn_ResourceServer.yaml"
3. claim "stpl" to object "ConnectorScenarioHeaders"
in interface "I_PoPP_Token_Generation.yaml"
2. removed
1. removed property "x5c" for object "TokenHeaders"
in interface "I_PoPP_Token_Generation.yaml"
2. removed property "pn" for object "TokenMessage"
in interface "I_PoPP_Token_Generation.yaml"

## Release 2.0.0
Summary of changes in release 2.0.0 compared to 1.0.0:
1. added:
1. interface "I_PoPP_Token_Generation.yaml"
2. removed:
1. outdated interface specification "scenario/Specification.md"

## Release 1.0.0
First release with major version number greater than zero.

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ See [ReleaseNotes.md](./ReleaseNotes.md) for all information regarding the
See [CHANGELOG.md](./CHANGELOG.md) for information about changes.

## Folder Structure

This project has the following folders:

| Folder | Subfolder | Content |
|:-------|-----------|--------------------------------------------------------|
Expand All @@ -37,7 +37,6 @@ See [CHANGELOG.md](./CHANGELOG.md) for information about changes.
If you want to contribute, please check our [CONTRIBUTING.md](./CONTRIBUTING.md).

## License

Copyright 2024 gematik GmbH

Licensed under the Apache License, Version 2.0 (the "License"); you may not use
Expand Down
9 changes: 9 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,20 @@
<details>
<summary>Table of Contents</summary>
<ol>
<li><a href="#release-300">Release 3.0.0</a></li>
<li><a href="#release-200">Release 2.0.0</a></li>
<li><a href="#release-100">Release 1.0.0</a></li>
</ol>
</details>

## Release 3.0.0
This release describes three interfaces:
1. I_PoPP_CheckIn_AuthorizationServer.yaml
2. I_PoPP_CheckIn_ResourceServer.yaml
3. I_PoPP_Token_Generation.yaml

This release corresponds to the first version of gemSpec_PoPP_Service.

## Release 2.0.0
This release describes the following interface which substitutes the interface
from release 1.0.0:
Expand Down
Loading