Skip to content
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

Address did:peer:2 spec changes #158

Closed
FabioPinheiro opened this issue Oct 27, 2023 · 0 comments · Fixed by #204
Closed

Address did:peer:2 spec changes #158

FabioPinheiro opened this issue Oct 27, 2023 · 0 comments · Fixed by #204
Assignees
Labels
bug Something isn't working

Comments

@FabioPinheiro
Copy link
Contributor

FabioPinheiro commented Oct 27, 2023

There are some spec changes for did:peer:2... that are breaking changes for DID Comm.

The changes were merged in this commit decentralized-identity/peer-did-method-spec@a5eca6b

Both issues have possible mitigation solutions that allow a smoother migration.
Although previous implementations are considered faulty! Since DID methods have no version.
This is important to be fixed to achieve interoperability

Dependencies

Issue 1

The first is to fix the encoding to follow the DID Document.
The DID Document's service example in did:peer looks like

"service":{
  ...
  "serviceEndpoint": "https://example.com/endpoint",
  "routingKeys": [...],
  "accept": [...]
}

But it should instead look like

"service":{
  ...
  "serviceEndpoint": {
    "uri":"https://example.com/endpoint",
    "routingKeys": [...],
    "accept": [...]
  }
}

We should make sure that our did:peer used on the applications are encoded correctly.
when decrypting you look for that key

Issue 2

The second problem is about the id of the keys (kid).
It was unspecified before. So each library generates the kid in its own way.

The major problem is that the kid is used on the DID Comm message itself. More specifically the field skid in the message's Protected Header is the kid. Because when decrypting you look for that key.
So the agent encrypting and the agent decrypting MUST have the same or an equivalent resolver (the key id needs to be deterministic).

@FabioPinheiro FabioPinheiro self-assigned this Oct 27, 2023
@FabioPinheiro FabioPinheiro added the bug Something isn't working label Oct 27, 2023
FabioPinheiro added a commit that referenced this issue Feb 6, 2024
…#204)

Fix #158 (support for the new format of DID Peer)
Update scala-did to 0.1.0-M17
Update scala-did to 0.1.0-M18
Test the Integration Test
atala-dev added a commit that referenced this issue Feb 6, 2024
# [0.14.0](prism-mediator-v0.13.0...prism-mediator-v0.14.0) (2024-02-06)

### Bug Fixes

* re-enable the logging based on X-Request-Id header ([#211](#211)) ([dee7dc2](dee7dc2))

### Features

* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([26a1623](26a1623)), closes [#158](#158)
atala-dev added a commit that referenced this issue Apr 17, 2024
# 1.0.0 (2024-04-17)

### Bug Fixes

* Add and enable websocket on apisix route ([#179](#179)) ([e5cfb1c](e5cfb1c))
* Added DidSubject to report problem when not enrolled ([#111](#111)) ([40c5d06](40c5d06))
* alias list is empty in new acounts by default ([#87](#87)) ([39484e6](39484e6))
* allowed memory to increase gradually in CI ([#37](#37)) ([a73abbd](a73abbd))
* Annotate Headers & Update zio-http to version 3.0.0-RC2 ([#106](#106)) ([aa19f0a](aa19f0a))
* collectionName messages.outbound ([#92](#92)) ([a1bd657](a1bd657))
* correct endpoint for wss in deployment.yaml ([#178](#178)) ([94866a9](94866a9))
* disabled documentation generation ([#24](#24)) ([8a2a6ad](8a2a6ad))
* Discord links to never expires ([#141](#141)) ([e7f7a74](e7f7a74))
* dynamic DID on the web page ([#40](#40)) ([0949a19](0949a19))
* Encoder for VerificationMethodReferenced as String ([#110](#110)) ([761d422](761d422))
* execute the ProtocolExecute's jobToRun zio ([#8](#8)) ([5034499](5034499))
* field name routing_did in keylist response body ([#22](#22)) ([f61f114](f61f114))
* Fix release job (add more ram) ([#32](#32)) ([97ab05a](97ab05a))
* force release.. ([#190](#190)) ([b02f628](b02f628))
* Hardcode the atala prism did identity ([#9](#9)) ([7984eea](7984eea))
* Id/hash of the message must be deterministic ([#53](#53)) ([d122b99](d122b99))
* incorrect body of the message results in problem report ([#161](#161)) ([6d8b9b8](6d8b9b8))
* **infra:** add sync-wave to certificate template ([#134](#134)) ([82f902f](82f902f))
* make content-type header case insensitive & remove support for ws ([#7](#7)) ([d4a169a](d4a169a))
* mediator ATL-4883 pickup status message to sync reply ([#59](#59)) ([c0b6de0](c0b6de0))
* mediator db not storing the orignal  value for protected header ([#15](#15)) ([bd119f1](bd119f1))
* mediator docker-compose image repo and version ([#39](#39)) ([116174b](116174b))
* mediator oob webpage added logo  ([#42](#42)) ([45debc8](45debc8))
* mediator rename package and refactoring ([#41](#41)) ([c755c99](c755c99))
* mediator test ([#71](#71)) ([7572dcc](7572dcc))
* mediator unique constraint issue ([#25](#25)) ([576d7a3](576d7a3))
* **mediator:** Enabled X-Request-Id ATL-5568 ([#104](#104)) ([b0d4fee](b0d4fee))
* **mediator:** Update the readme and docker with type of key forma… ([#267](#267)) ([236620f](236620f))
* MissingProtocolExecuter ([#140](#140)) ([c7a0f90](c7a0f90))
* mongodb init script updated infrastructure mongodb yaml ([#94](#94)) ([d9cc42a](d9cc42a))
* OutOfBand qrcode with base url ([#133](#133)) ([56d34f9](56d34f9))
* parsing error when return_route is none ([#77](#77)) ([02dde1e](02dde1e))
* re-enable the logging based on X-Request-Id header ([#211](#211)) ([dee7dc2](dee7dc2))
* register the transport ([#192](#192)) ([e73a2ab](e73a2ab))
* reply condition check ReturnRoute ([#88](#88)) ([68c86c8](68c86c8))
* sbt config enable docker plugin ([#6](#6)) ([a102724](a102724))
* Send problemReport for duplicate message ([#157](#157)) ([df522cf](df522cf))
* send status message on delivery request If no messages are avail… ([#139](#139)) ([c788335](c788335))
* set default endpoint to localhost ([#102](#102)) ([de8b702](de8b702))
* sign ProblemReport when TO is unspecified ([#105](#105)) ([586dd9f](586dd9f))
* Support alias (DID) in Live mode ([#235](#235)) ([2de77ed](2de77ed)), closes [#230](#230)
* trustPing call back not working ([#23](#23)) ([e8bf356](e8bf356))
* Update local docker-compose configuration by adding the SERVICE_ENDPOINT port ([#128](#128)) ([2adc6aa](2adc6aa))
* UserAccountRepo.createOrFindDidAccount ([#69](#69)) ([3526f0a](3526f0a))
* websocket correct indentation ([#182](#182)) ([c30fc1f](c30fc1f))

### Features

* Add config from application.conf and docker-compose and an example ([#10](#10)) ([2037377](2037377))
* Add docker config to build.sbt ([#5](#5)) ([c7418d0](c7418d0))
* add endpoint to get the OOB mediate invitation ([#63](#63)) ([c82282c](c82282c))
* add helm-chart for mediator ([#64](#64)) ([52e5d3b](52e5d3b)), closes [#61](#61) [#63](#63)
* add MediatorBuildInfo & /did and /version endpoints ([#120](#120)) ([4445e1f](4445e1f))
* Add Storage ([#8](#8)) ([881e66e](881e66e))
* add tag latest to the mediator docker image ([#118](#118)) ([020f2cd](020f2cd))
* Added test for executor and problem reports  ([#117](#117)) ([ce05d5a](ce05d5a))
* Better error handling for connection refused ([#47](#47)) ([429940e](429940e))
* Error handling and Send Problem Reports ([#65](#65)) ([fe46055](fe46055))
* fix mongo config when no port & support gzip ([#35](#35)) ([b2b2a02](b2b2a02))
* helm-chart appVersion bump and addtional fixes ([#67](#67)) ([3ccbe3e](3ccbe3e))
* mediator  added more logs and associated message Hash and structured logging ([#16](#16)) ([119b637](119b637))
* mediator added test for storage layer ([#13](#13)) ([25728b6](25728b6))
* mediator initial release ([#4](#4)) ([8499bf2](8499bf2))
* mediator rename package and organise the packages ([#12](#12)) ([8ea2aac](8ea2aac))
* new a Webapp to show the QR Code  ([#21](#21)) ([9af0a87](9af0a87))
* Not send response errors to the caller ([#50](#50)) ([60ee3ef](60ee3ef))
* process KeylistQuery and return Keylist ([#30](#30)) ([c5fb175](c5fb175))
* reply asynchronous unless return_route all ([#86](#86)) ([6249f37](6249f37))
* reply to StatusRequest ([#26](#26)) ([28ee891](28ee891))
* Return 202 HTTP code (for DID Comm) ([#162](#162)) ([50185d3](50185d3)), closes [#160](#160)
* Store outbound messages ([#84](#84)) ([3576656](3576656))
* Support protocol discover-features 2.0 ([#154](#154)) ([9220858](9220858))
* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([26a1623](26a1623)), closes [#158](#158)
* Update timeout settings for websocket ([#191](#191)) ([11a4437](11a4437))
* websockets support ([#172](#172)) ([30da5e7](30da5e7))
mineme0110 pushed a commit that referenced this issue Apr 30, 2024
…#204)

Fix #158 (support for the new format of DID Peer)
Update scala-did to 0.1.0-M17
Update scala-did to 0.1.0-M18
Test the Integration Test
mineme0110 pushed a commit that referenced this issue Apr 30, 2024
# [0.14.0](prism-mediator-v0.13.0...prism-mediator-v0.14.0) (2024-02-06)

### Bug Fixes

* re-enable the logging based on X-Request-Id header ([#211](#211)) ([dee7dc2](dee7dc2))

### Features

* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([26a1623](26a1623)), closes [#158](#158)
mineme0110 pushed a commit that referenced this issue Apr 30, 2024
# 1.0.0 (2024-04-17)

### Bug Fixes

* Add and enable websocket on apisix route ([#179](#179)) ([e5cfb1c](e5cfb1c))
* Added DidSubject to report problem when not enrolled ([#111](#111)) ([40c5d06](40c5d06))
* alias list is empty in new acounts by default ([#87](#87)) ([39484e6](39484e6))
* allowed memory to increase gradually in CI ([#37](#37)) ([a73abbd](a73abbd))
* Annotate Headers & Update zio-http to version 3.0.0-RC2 ([#106](#106)) ([aa19f0a](aa19f0a))
* collectionName messages.outbound ([#92](#92)) ([a1bd657](a1bd657))
* correct endpoint for wss in deployment.yaml ([#178](#178)) ([94866a9](94866a9))
* disabled documentation generation ([#24](#24)) ([8a2a6ad](8a2a6ad))
* Discord links to never expires ([#141](#141)) ([e7f7a74](e7f7a74))
* dynamic DID on the web page ([#40](#40)) ([0949a19](0949a19))
* Encoder for VerificationMethodReferenced as String ([#110](#110)) ([761d422](761d422))
* execute the ProtocolExecute's jobToRun zio ([#8](#8)) ([5034499](5034499))
* field name routing_did in keylist response body ([#22](#22)) ([f61f114](f61f114))
* Fix release job (add more ram) ([#32](#32)) ([97ab05a](97ab05a))
* force release.. ([#190](#190)) ([b02f628](b02f628))
* Hardcode the atala prism did identity ([#9](#9)) ([7984eea](7984eea))
* Id/hash of the message must be deterministic ([#53](#53)) ([d122b99](d122b99))
* incorrect body of the message results in problem report ([#161](#161)) ([6d8b9b8](6d8b9b8))
* **infra:** add sync-wave to certificate template ([#134](#134)) ([82f902f](82f902f))
* make content-type header case insensitive & remove support for ws ([#7](#7)) ([d4a169a](d4a169a))
* mediator ATL-4883 pickup status message to sync reply ([#59](#59)) ([c0b6de0](c0b6de0))
* mediator db not storing the orignal  value for protected header ([#15](#15)) ([bd119f1](bd119f1))
* mediator docker-compose image repo and version ([#39](#39)) ([116174b](116174b))
* mediator oob webpage added logo  ([#42](#42)) ([45debc8](45debc8))
* mediator rename package and refactoring ([#41](#41)) ([c755c99](c755c99))
* mediator test ([#71](#71)) ([7572dcc](7572dcc))
* mediator unique constraint issue ([#25](#25)) ([576d7a3](576d7a3))
* **mediator:** Enabled X-Request-Id ATL-5568 ([#104](#104)) ([b0d4fee](b0d4fee))
* **mediator:** Update the readme and docker with type of key forma… ([#267](#267)) ([236620f](236620f))
* MissingProtocolExecuter ([#140](#140)) ([c7a0f90](c7a0f90))
* mongodb init script updated infrastructure mongodb yaml ([#94](#94)) ([d9cc42a](d9cc42a))
* OutOfBand qrcode with base url ([#133](#133)) ([56d34f9](56d34f9))
* parsing error when return_route is none ([#77](#77)) ([02dde1e](02dde1e))
* re-enable the logging based on X-Request-Id header ([#211](#211)) ([dee7dc2](dee7dc2))
* register the transport ([#192](#192)) ([e73a2ab](e73a2ab))
* reply condition check ReturnRoute ([#88](#88)) ([68c86c8](68c86c8))
* sbt config enable docker plugin ([#6](#6)) ([a102724](a102724))
* Send problemReport for duplicate message ([#157](#157)) ([df522cf](df522cf))
* send status message on delivery request If no messages are avail… ([#139](#139)) ([c788335](c788335))
* set default endpoint to localhost ([#102](#102)) ([de8b702](de8b702))
* sign ProblemReport when TO is unspecified ([#105](#105)) ([586dd9f](586dd9f))
* Support alias (DID) in Live mode ([#235](#235)) ([2de77ed](2de77ed)), closes [#230](#230)
* trustPing call back not working ([#23](#23)) ([e8bf356](e8bf356))
* Update local docker-compose configuration by adding the SERVICE_ENDPOINT port ([#128](#128)) ([2adc6aa](2adc6aa))
* UserAccountRepo.createOrFindDidAccount ([#69](#69)) ([3526f0a](3526f0a))
* websocket correct indentation ([#182](#182)) ([c30fc1f](c30fc1f))

### Features

* Add config from application.conf and docker-compose and an example ([#10](#10)) ([2037377](2037377))
* Add docker config to build.sbt ([#5](#5)) ([c7418d0](c7418d0))
* add endpoint to get the OOB mediate invitation ([#63](#63)) ([c82282c](c82282c))
* add helm-chart for mediator ([#64](#64)) ([52e5d3b](52e5d3b)), closes [#61](#61) [#63](#63)
* add MediatorBuildInfo & /did and /version endpoints ([#120](#120)) ([4445e1f](4445e1f))
* Add Storage ([#8](#8)) ([881e66e](881e66e))
* add tag latest to the mediator docker image ([#118](#118)) ([020f2cd](020f2cd))
* Added test for executor and problem reports  ([#117](#117)) ([ce05d5a](ce05d5a))
* Better error handling for connection refused ([#47](#47)) ([429940e](429940e))
* Error handling and Send Problem Reports ([#65](#65)) ([fe46055](fe46055))
* fix mongo config when no port & support gzip ([#35](#35)) ([b2b2a02](b2b2a02))
* helm-chart appVersion bump and addtional fixes ([#67](#67)) ([3ccbe3e](3ccbe3e))
* mediator  added more logs and associated message Hash and structured logging ([#16](#16)) ([119b637](119b637))
* mediator added test for storage layer ([#13](#13)) ([25728b6](25728b6))
* mediator initial release ([#4](#4)) ([8499bf2](8499bf2))
* mediator rename package and organise the packages ([#12](#12)) ([8ea2aac](8ea2aac))
* new a Webapp to show the QR Code  ([#21](#21)) ([9af0a87](9af0a87))
* Not send response errors to the caller ([#50](#50)) ([60ee3ef](60ee3ef))
* process KeylistQuery and return Keylist ([#30](#30)) ([c5fb175](c5fb175))
* reply asynchronous unless return_route all ([#86](#86)) ([6249f37](6249f37))
* reply to StatusRequest ([#26](#26)) ([28ee891](28ee891))
* Return 202 HTTP code (for DID Comm) ([#162](#162)) ([50185d3](50185d3)), closes [#160](#160)
* Store outbound messages ([#84](#84)) ([3576656](3576656))
* Support protocol discover-features 2.0 ([#154](#154)) ([9220858](9220858))
* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([26a1623](26a1623)), closes [#158](#158)
* Update timeout settings for websocket ([#191](#191)) ([11a4437](11a4437))
* websockets support ([#172](#172)) ([30da5e7](30da5e7))
mineme0110 pushed a commit that referenced this issue Apr 30, 2024
…#204)

Fix #158 (support for the new format of DID Peer)
Update scala-did to 0.1.0-M17
Update scala-did to 0.1.0-M18
Test the Integration Test

Signed-off-by: Fabio <Pinheiro>
mineme0110 pushed a commit that referenced this issue Apr 30, 2024
# [0.14.0](prism-mediator-v0.13.0...prism-mediator-v0.14.0) (2024-02-06)

### Bug Fixes

* re-enable the logging based on X-Request-Id header ([#211](#211)) ([dee7dc2](dee7dc2))

### Features

* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([26a1623](26a1623)), closes [#158](#158)

Signed-off-by: atala-dev <atala.dev@iohk.io>
mineme0110 pushed a commit that referenced this issue Apr 30, 2024
# 1.0.0 (2024-04-17)

### Bug Fixes

* Add and enable websocket on apisix route ([#179](#179)) ([e5cfb1c](e5cfb1c))
* Added DidSubject to report problem when not enrolled ([#111](#111)) ([40c5d06](40c5d06))
* alias list is empty in new acounts by default ([#87](#87)) ([39484e6](39484e6))
* allowed memory to increase gradually in CI ([#37](#37)) ([a73abbd](a73abbd))
* Annotate Headers & Update zio-http to version 3.0.0-RC2 ([#106](#106)) ([aa19f0a](aa19f0a))
* collectionName messages.outbound ([#92](#92)) ([a1bd657](a1bd657))
* correct endpoint for wss in deployment.yaml ([#178](#178)) ([94866a9](94866a9))
* disabled documentation generation ([#24](#24)) ([8a2a6ad](8a2a6ad))
* Discord links to never expires ([#141](#141)) ([e7f7a74](e7f7a74))
* dynamic DID on the web page ([#40](#40)) ([0949a19](0949a19))
* Encoder for VerificationMethodReferenced as String ([#110](#110)) ([761d422](761d422))
* execute the ProtocolExecute's jobToRun zio ([#8](#8)) ([5034499](5034499))
* field name routing_did in keylist response body ([#22](#22)) ([f61f114](f61f114))
* Fix release job (add more ram) ([#32](#32)) ([97ab05a](97ab05a))
* force release.. ([#190](#190)) ([b02f628](b02f628))
* Hardcode the atala prism did identity ([#9](#9)) ([7984eea](7984eea))
* Id/hash of the message must be deterministic ([#53](#53)) ([d122b99](d122b99))
* incorrect body of the message results in problem report ([#161](#161)) ([6d8b9b8](6d8b9b8))
* **infra:** add sync-wave to certificate template ([#134](#134)) ([82f902f](82f902f))
* make content-type header case insensitive & remove support for ws ([#7](#7)) ([d4a169a](d4a169a))
* mediator ATL-4883 pickup status message to sync reply ([#59](#59)) ([c0b6de0](c0b6de0))
* mediator db not storing the orignal  value for protected header ([#15](#15)) ([bd119f1](bd119f1))
* mediator docker-compose image repo and version ([#39](#39)) ([116174b](116174b))
* mediator oob webpage added logo  ([#42](#42)) ([45debc8](45debc8))
* mediator rename package and refactoring ([#41](#41)) ([c755c99](c755c99))
* mediator test ([#71](#71)) ([7572dcc](7572dcc))
* mediator unique constraint issue ([#25](#25)) ([576d7a3](576d7a3))
* **mediator:** Enabled X-Request-Id ATL-5568 ([#104](#104)) ([b0d4fee](b0d4fee))
* **mediator:** Update the readme and docker with type of key forma… ([#267](#267)) ([236620f](236620f))
* MissingProtocolExecuter ([#140](#140)) ([c7a0f90](c7a0f90))
* mongodb init script updated infrastructure mongodb yaml ([#94](#94)) ([d9cc42a](d9cc42a))
* OutOfBand qrcode with base url ([#133](#133)) ([56d34f9](56d34f9))
* parsing error when return_route is none ([#77](#77)) ([02dde1e](02dde1e))
* re-enable the logging based on X-Request-Id header ([#211](#211)) ([dee7dc2](dee7dc2))
* register the transport ([#192](#192)) ([e73a2ab](e73a2ab))
* reply condition check ReturnRoute ([#88](#88)) ([68c86c8](68c86c8))
* sbt config enable docker plugin ([#6](#6)) ([a102724](a102724))
* Send problemReport for duplicate message ([#157](#157)) ([df522cf](df522cf))
* send status message on delivery request If no messages are avail… ([#139](#139)) ([c788335](c788335))
* set default endpoint to localhost ([#102](#102)) ([de8b702](de8b702))
* sign ProblemReport when TO is unspecified ([#105](#105)) ([586dd9f](586dd9f))
* Support alias (DID) in Live mode ([#235](#235)) ([2de77ed](2de77ed)), closes [#230](#230)
* trustPing call back not working ([#23](#23)) ([e8bf356](e8bf356))
* Update local docker-compose configuration by adding the SERVICE_ENDPOINT port ([#128](#128)) ([2adc6aa](2adc6aa))
* UserAccountRepo.createOrFindDidAccount ([#69](#69)) ([3526f0a](3526f0a))
* websocket correct indentation ([#182](#182)) ([c30fc1f](c30fc1f))

### Features

* Add config from application.conf and docker-compose and an example ([#10](#10)) ([2037377](2037377))
* Add docker config to build.sbt ([#5](#5)) ([c7418d0](c7418d0))
* add endpoint to get the OOB mediate invitation ([#63](#63)) ([c82282c](c82282c))
* add helm-chart for mediator ([#64](#64)) ([52e5d3b](52e5d3b)), closes [#61](#61) [#63](#63)
* add MediatorBuildInfo & /did and /version endpoints ([#120](#120)) ([4445e1f](4445e1f))
* Add Storage ([#8](#8)) ([881e66e](881e66e))
* add tag latest to the mediator docker image ([#118](#118)) ([020f2cd](020f2cd))
* Added test for executor and problem reports  ([#117](#117)) ([ce05d5a](ce05d5a))
* Better error handling for connection refused ([#47](#47)) ([429940e](429940e))
* Error handling and Send Problem Reports ([#65](#65)) ([fe46055](fe46055))
* fix mongo config when no port & support gzip ([#35](#35)) ([b2b2a02](b2b2a02))
* helm-chart appVersion bump and addtional fixes ([#67](#67)) ([3ccbe3e](3ccbe3e))
* mediator  added more logs and associated message Hash and structured logging ([#16](#16)) ([119b637](119b637))
* mediator added test for storage layer ([#13](#13)) ([25728b6](25728b6))
* mediator initial release ([#4](#4)) ([8499bf2](8499bf2))
* mediator rename package and organise the packages ([#12](#12)) ([8ea2aac](8ea2aac))
* new a Webapp to show the QR Code  ([#21](#21)) ([9af0a87](9af0a87))
* Not send response errors to the caller ([#50](#50)) ([60ee3ef](60ee3ef))
* process KeylistQuery and return Keylist ([#30](#30)) ([c5fb175](c5fb175))
* reply asynchronous unless return_route all ([#86](#86)) ([6249f37](6249f37))
* reply to StatusRequest ([#26](#26)) ([28ee891](28ee891))
* Return 202 HTTP code (for DID Comm) ([#162](#162)) ([50185d3](50185d3)), closes [#160](#160)
* Store outbound messages ([#84](#84)) ([3576656](3576656))
* Support protocol discover-features 2.0 ([#154](#154)) ([9220858](9220858))
* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([26a1623](26a1623)), closes [#158](#158)
* Update timeout settings for websocket ([#191](#191)) ([11a4437](11a4437))
* websockets support ([#172](#172)) ([30da5e7](30da5e7))

Signed-off-by: atala-dev <atala.dev@iohk.io>
mineme0110 pushed a commit that referenced this issue May 1, 2024
…#204)

Fix #158 (support for the new format of DID Peer)
Update scala-did to 0.1.0-M17
Update scala-did to 0.1.0-M18
Test the Integration Test

Signed-off-by: Fabio <Pinheiro>
mineme0110 pushed a commit that referenced this issue May 1, 2024
# [0.14.0](prism-mediator-v0.13.0...prism-mediator-v0.14.0) (2024-02-06)

### Bug Fixes

* re-enable the logging based on X-Request-Id header ([#211](#211)) ([dee7dc2](dee7dc2))

### Features

* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([26a1623](26a1623)), closes [#158](#158)

Signed-off-by: atala-dev <atala.dev@iohk.io>
mineme0110 pushed a commit that referenced this issue May 1, 2024
# 1.0.0 (2024-04-17)

### Bug Fixes

* Add and enable websocket on apisix route ([#179](#179)) ([e5cfb1c](e5cfb1c))
* Added DidSubject to report problem when not enrolled ([#111](#111)) ([40c5d06](40c5d06))
* alias list is empty in new acounts by default ([#87](#87)) ([39484e6](39484e6))
* allowed memory to increase gradually in CI ([#37](#37)) ([a73abbd](a73abbd))
* Annotate Headers & Update zio-http to version 3.0.0-RC2 ([#106](#106)) ([aa19f0a](aa19f0a))
* collectionName messages.outbound ([#92](#92)) ([a1bd657](a1bd657))
* correct endpoint for wss in deployment.yaml ([#178](#178)) ([94866a9](94866a9))
* disabled documentation generation ([#24](#24)) ([8a2a6ad](8a2a6ad))
* Discord links to never expires ([#141](#141)) ([e7f7a74](e7f7a74))
* dynamic DID on the web page ([#40](#40)) ([0949a19](0949a19))
* Encoder for VerificationMethodReferenced as String ([#110](#110)) ([761d422](761d422))
* execute the ProtocolExecute's jobToRun zio ([#8](#8)) ([5034499](5034499))
* field name routing_did in keylist response body ([#22](#22)) ([f61f114](f61f114))
* Fix release job (add more ram) ([#32](#32)) ([97ab05a](97ab05a))
* force release.. ([#190](#190)) ([b02f628](b02f628))
* Hardcode the atala prism did identity ([#9](#9)) ([7984eea](7984eea))
* Id/hash of the message must be deterministic ([#53](#53)) ([d122b99](d122b99))
* incorrect body of the message results in problem report ([#161](#161)) ([6d8b9b8](6d8b9b8))
* **infra:** add sync-wave to certificate template ([#134](#134)) ([82f902f](82f902f))
* make content-type header case insensitive & remove support for ws ([#7](#7)) ([d4a169a](d4a169a))
* mediator ATL-4883 pickup status message to sync reply ([#59](#59)) ([c0b6de0](c0b6de0))
* mediator db not storing the orignal  value for protected header ([#15](#15)) ([bd119f1](bd119f1))
* mediator docker-compose image repo and version ([#39](#39)) ([116174b](116174b))
* mediator oob webpage added logo  ([#42](#42)) ([45debc8](45debc8))
* mediator rename package and refactoring ([#41](#41)) ([c755c99](c755c99))
* mediator test ([#71](#71)) ([7572dcc](7572dcc))
* mediator unique constraint issue ([#25](#25)) ([576d7a3](576d7a3))
* **mediator:** Enabled X-Request-Id ATL-5568 ([#104](#104)) ([b0d4fee](b0d4fee))
* **mediator:** Update the readme and docker with type of key forma… ([#267](#267)) ([236620f](236620f))
* MissingProtocolExecuter ([#140](#140)) ([c7a0f90](c7a0f90))
* mongodb init script updated infrastructure mongodb yaml ([#94](#94)) ([d9cc42a](d9cc42a))
* OutOfBand qrcode with base url ([#133](#133)) ([56d34f9](56d34f9))
* parsing error when return_route is none ([#77](#77)) ([02dde1e](02dde1e))
* re-enable the logging based on X-Request-Id header ([#211](#211)) ([dee7dc2](dee7dc2))
* register the transport ([#192](#192)) ([e73a2ab](e73a2ab))
* reply condition check ReturnRoute ([#88](#88)) ([68c86c8](68c86c8))
* sbt config enable docker plugin ([#6](#6)) ([a102724](a102724))
* Send problemReport for duplicate message ([#157](#157)) ([df522cf](df522cf))
* send status message on delivery request If no messages are avail… ([#139](#139)) ([c788335](c788335))
* set default endpoint to localhost ([#102](#102)) ([de8b702](de8b702))
* sign ProblemReport when TO is unspecified ([#105](#105)) ([586dd9f](586dd9f))
* Support alias (DID) in Live mode ([#235](#235)) ([2de77ed](2de77ed)), closes [#230](#230)
* trustPing call back not working ([#23](#23)) ([e8bf356](e8bf356))
* Update local docker-compose configuration by adding the SERVICE_ENDPOINT port ([#128](#128)) ([2adc6aa](2adc6aa))
* UserAccountRepo.createOrFindDidAccount ([#69](#69)) ([3526f0a](3526f0a))
* websocket correct indentation ([#182](#182)) ([c30fc1f](c30fc1f))

### Features

* Add config from application.conf and docker-compose and an example ([#10](#10)) ([2037377](2037377))
* Add docker config to build.sbt ([#5](#5)) ([c7418d0](c7418d0))
* add endpoint to get the OOB mediate invitation ([#63](#63)) ([c82282c](c82282c))
* add helm-chart for mediator ([#64](#64)) ([52e5d3b](52e5d3b)), closes [#61](#61) [#63](#63)
* add MediatorBuildInfo & /did and /version endpoints ([#120](#120)) ([4445e1f](4445e1f))
* Add Storage ([#8](#8)) ([881e66e](881e66e))
* add tag latest to the mediator docker image ([#118](#118)) ([020f2cd](020f2cd))
* Added test for executor and problem reports  ([#117](#117)) ([ce05d5a](ce05d5a))
* Better error handling for connection refused ([#47](#47)) ([429940e](429940e))
* Error handling and Send Problem Reports ([#65](#65)) ([fe46055](fe46055))
* fix mongo config when no port & support gzip ([#35](#35)) ([b2b2a02](b2b2a02))
* helm-chart appVersion bump and addtional fixes ([#67](#67)) ([3ccbe3e](3ccbe3e))
* mediator  added more logs and associated message Hash and structured logging ([#16](#16)) ([119b637](119b637))
* mediator added test for storage layer ([#13](#13)) ([25728b6](25728b6))
* mediator initial release ([#4](#4)) ([8499bf2](8499bf2))
* mediator rename package and organise the packages ([#12](#12)) ([8ea2aac](8ea2aac))
* new a Webapp to show the QR Code  ([#21](#21)) ([9af0a87](9af0a87))
* Not send response errors to the caller ([#50](#50)) ([60ee3ef](60ee3ef))
* process KeylistQuery and return Keylist ([#30](#30)) ([c5fb175](c5fb175))
* reply asynchronous unless return_route all ([#86](#86)) ([6249f37](6249f37))
* reply to StatusRequest ([#26](#26)) ([28ee891](28ee891))
* Return 202 HTTP code (for DID Comm) ([#162](#162)) ([50185d3](50185d3)), closes [#160](#160)
* Store outbound messages ([#84](#84)) ([3576656](3576656))
* Support protocol discover-features 2.0 ([#154](#154)) ([9220858](9220858))
* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([26a1623](26a1623)), closes [#158](#158)
* Update timeout settings for websocket ([#191](#191)) ([11a4437](11a4437))
* websockets support ([#172](#172)) ([30da5e7](30da5e7))

Signed-off-by: atala-dev <atala.dev@iohk.io>
mineme0110 pushed a commit that referenced this issue May 1, 2024
…#204)

Fix #158 (support for the new format of DID Peer)
Update scala-did to 0.1.0-M17
Update scala-did to 0.1.0-M18
Test the Integration Test

Signed-off-by: Fabio Pinheiro <fabiomgpinheiro@gmail.com>
mineme0110 pushed a commit that referenced this issue May 1, 2024
# [0.14.0](prism-mediator-v0.13.0...prism-mediator-v0.14.0) (2024-02-06)

### Bug Fixes

* re-enable the logging based on X-Request-Id header ([#211](#211)) ([dee7dc2](dee7dc2))

### Features

* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([26a1623](26a1623)), closes [#158](#158)

Signed-off-by: atala-dev <atala.dev@iohk.io>
mineme0110 pushed a commit that referenced this issue May 1, 2024
# 1.0.0 (2024-04-17)

### Bug Fixes

* Add and enable websocket on apisix route ([#179](#179)) ([e5cfb1c](e5cfb1c))
* Added DidSubject to report problem when not enrolled ([#111](#111)) ([40c5d06](40c5d06))
* alias list is empty in new acounts by default ([#87](#87)) ([39484e6](39484e6))
* allowed memory to increase gradually in CI ([#37](#37)) ([a73abbd](a73abbd))
* Annotate Headers & Update zio-http to version 3.0.0-RC2 ([#106](#106)) ([aa19f0a](aa19f0a))
* collectionName messages.outbound ([#92](#92)) ([a1bd657](a1bd657))
* correct endpoint for wss in deployment.yaml ([#178](#178)) ([94866a9](94866a9))
* disabled documentation generation ([#24](#24)) ([8a2a6ad](8a2a6ad))
* Discord links to never expires ([#141](#141)) ([e7f7a74](e7f7a74))
* dynamic DID on the web page ([#40](#40)) ([0949a19](0949a19))
* Encoder for VerificationMethodReferenced as String ([#110](#110)) ([761d422](761d422))
* execute the ProtocolExecute's jobToRun zio ([#8](#8)) ([5034499](5034499))
* field name routing_did in keylist response body ([#22](#22)) ([f61f114](f61f114))
* Fix release job (add more ram) ([#32](#32)) ([97ab05a](97ab05a))
* force release.. ([#190](#190)) ([b02f628](b02f628))
* Hardcode the atala prism did identity ([#9](#9)) ([7984eea](7984eea))
* Id/hash of the message must be deterministic ([#53](#53)) ([d122b99](d122b99))
* incorrect body of the message results in problem report ([#161](#161)) ([6d8b9b8](6d8b9b8))
* **infra:** add sync-wave to certificate template ([#134](#134)) ([82f902f](82f902f))
* make content-type header case insensitive & remove support for ws ([#7](#7)) ([d4a169a](d4a169a))
* mediator ATL-4883 pickup status message to sync reply ([#59](#59)) ([c0b6de0](c0b6de0))
* mediator db not storing the orignal  value for protected header ([#15](#15)) ([bd119f1](bd119f1))
* mediator docker-compose image repo and version ([#39](#39)) ([116174b](116174b))
* mediator oob webpage added logo  ([#42](#42)) ([45debc8](45debc8))
* mediator rename package and refactoring ([#41](#41)) ([c755c99](c755c99))
* mediator test ([#71](#71)) ([7572dcc](7572dcc))
* mediator unique constraint issue ([#25](#25)) ([576d7a3](576d7a3))
* **mediator:** Enabled X-Request-Id ATL-5568 ([#104](#104)) ([b0d4fee](b0d4fee))
* **mediator:** Update the readme and docker with type of key forma… ([#267](#267)) ([236620f](236620f))
* MissingProtocolExecuter ([#140](#140)) ([c7a0f90](c7a0f90))
* mongodb init script updated infrastructure mongodb yaml ([#94](#94)) ([d9cc42a](d9cc42a))
* OutOfBand qrcode with base url ([#133](#133)) ([56d34f9](56d34f9))
* parsing error when return_route is none ([#77](#77)) ([02dde1e](02dde1e))
* re-enable the logging based on X-Request-Id header ([#211](#211)) ([dee7dc2](dee7dc2))
* register the transport ([#192](#192)) ([e73a2ab](e73a2ab))
* reply condition check ReturnRoute ([#88](#88)) ([68c86c8](68c86c8))
* sbt config enable docker plugin ([#6](#6)) ([a102724](a102724))
* Send problemReport for duplicate message ([#157](#157)) ([df522cf](df522cf))
* send status message on delivery request If no messages are avail… ([#139](#139)) ([c788335](c788335))
* set default endpoint to localhost ([#102](#102)) ([de8b702](de8b702))
* sign ProblemReport when TO is unspecified ([#105](#105)) ([586dd9f](586dd9f))
* Support alias (DID) in Live mode ([#235](#235)) ([2de77ed](2de77ed)), closes [#230](#230)
* trustPing call back not working ([#23](#23)) ([e8bf356](e8bf356))
* Update local docker-compose configuration by adding the SERVICE_ENDPOINT port ([#128](#128)) ([2adc6aa](2adc6aa))
* UserAccountRepo.createOrFindDidAccount ([#69](#69)) ([3526f0a](3526f0a))
* websocket correct indentation ([#182](#182)) ([c30fc1f](c30fc1f))

### Features

* Add config from application.conf and docker-compose and an example ([#10](#10)) ([2037377](2037377))
* Add docker config to build.sbt ([#5](#5)) ([c7418d0](c7418d0))
* add endpoint to get the OOB mediate invitation ([#63](#63)) ([c82282c](c82282c))
* add helm-chart for mediator ([#64](#64)) ([52e5d3b](52e5d3b)), closes [#61](#61) [#63](#63)
* add MediatorBuildInfo & /did and /version endpoints ([#120](#120)) ([4445e1f](4445e1f))
* Add Storage ([#8](#8)) ([881e66e](881e66e))
* add tag latest to the mediator docker image ([#118](#118)) ([020f2cd](020f2cd))
* Added test for executor and problem reports  ([#117](#117)) ([ce05d5a](ce05d5a))
* Better error handling for connection refused ([#47](#47)) ([429940e](429940e))
* Error handling and Send Problem Reports ([#65](#65)) ([fe46055](fe46055))
* fix mongo config when no port & support gzip ([#35](#35)) ([b2b2a02](b2b2a02))
* helm-chart appVersion bump and addtional fixes ([#67](#67)) ([3ccbe3e](3ccbe3e))
* mediator  added more logs and associated message Hash and structured logging ([#16](#16)) ([119b637](119b637))
* mediator added test for storage layer ([#13](#13)) ([25728b6](25728b6))
* mediator initial release ([#4](#4)) ([8499bf2](8499bf2))
* mediator rename package and organise the packages ([#12](#12)) ([8ea2aac](8ea2aac))
* new a Webapp to show the QR Code  ([#21](#21)) ([9af0a87](9af0a87))
* Not send response errors to the caller ([#50](#50)) ([60ee3ef](60ee3ef))
* process KeylistQuery and return Keylist ([#30](#30)) ([c5fb175](c5fb175))
* reply asynchronous unless return_route all ([#86](#86)) ([6249f37](6249f37))
* reply to StatusRequest ([#26](#26)) ([28ee891](28ee891))
* Return 202 HTTP code (for DID Comm) ([#162](#162)) ([50185d3](50185d3)), closes [#160](#160)
* Store outbound messages ([#84](#84)) ([3576656](3576656))
* Support protocol discover-features 2.0 ([#154](#154)) ([9220858](9220858))
* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([26a1623](26a1623)), closes [#158](#158)
* Update timeout settings for websocket ([#191](#191)) ([11a4437](11a4437))
* websockets support ([#172](#172)) ([30da5e7](30da5e7))

Signed-off-by: atala-dev <atala.dev@iohk.io>
mineme0110 pushed a commit that referenced this issue May 1, 2024
…#204)

Fix #158 (support for the new format of DID Peer)
Update scala-did to 0.1.0-M17
Update scala-did to 0.1.0-M18
Test the Integration Test

Signed-off-by: Fabio Pinheiro <fabiomgpinheiro@gmail.com>
Signed-off-by: mineme0110 <shailesh.patil@iohk.io>
mineme0110 pushed a commit that referenced this issue May 1, 2024
# [0.14.0](prism-mediator-v0.13.0...prism-mediator-v0.14.0) (2024-02-06)

### Bug Fixes

* re-enable the logging based on X-Request-Id header ([#211](#211)) ([dee7dc2](dee7dc2))

### Features

* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([26a1623](26a1623)), closes [#158](#158)

Signed-off-by: atala-dev <atala.dev@iohk.io>
Signed-off-by: mineme0110 <shailesh.patil@iohk.io>
mineme0110 pushed a commit that referenced this issue May 1, 2024
# 1.0.0 (2024-04-17)

### Bug Fixes

* Add and enable websocket on apisix route ([#179](#179)) ([e5cfb1c](e5cfb1c))
* Added DidSubject to report problem when not enrolled ([#111](#111)) ([40c5d06](40c5d06))
* alias list is empty in new acounts by default ([#87](#87)) ([39484e6](39484e6))
* allowed memory to increase gradually in CI ([#37](#37)) ([a73abbd](a73abbd))
* Annotate Headers & Update zio-http to version 3.0.0-RC2 ([#106](#106)) ([aa19f0a](aa19f0a))
* collectionName messages.outbound ([#92](#92)) ([a1bd657](a1bd657))
* correct endpoint for wss in deployment.yaml ([#178](#178)) ([94866a9](94866a9))
* disabled documentation generation ([#24](#24)) ([8a2a6ad](8a2a6ad))
* Discord links to never expires ([#141](#141)) ([e7f7a74](e7f7a74))
* dynamic DID on the web page ([#40](#40)) ([0949a19](0949a19))
* Encoder for VerificationMethodReferenced as String ([#110](#110)) ([761d422](761d422))
* execute the ProtocolExecute's jobToRun zio ([#8](#8)) ([5034499](5034499))
* field name routing_did in keylist response body ([#22](#22)) ([f61f114](f61f114))
* Fix release job (add more ram) ([#32](#32)) ([97ab05a](97ab05a))
* force release.. ([#190](#190)) ([b02f628](b02f628))
* Hardcode the atala prism did identity ([#9](#9)) ([7984eea](7984eea))
* Id/hash of the message must be deterministic ([#53](#53)) ([d122b99](d122b99))
* incorrect body of the message results in problem report ([#161](#161)) ([6d8b9b8](6d8b9b8))
* **infra:** add sync-wave to certificate template ([#134](#134)) ([82f902f](82f902f))
* make content-type header case insensitive & remove support for ws ([#7](#7)) ([d4a169a](d4a169a))
* mediator ATL-4883 pickup status message to sync reply ([#59](#59)) ([c0b6de0](c0b6de0))
* mediator db not storing the orignal  value for protected header ([#15](#15)) ([bd119f1](bd119f1))
* mediator docker-compose image repo and version ([#39](#39)) ([116174b](116174b))
* mediator oob webpage added logo  ([#42](#42)) ([45debc8](45debc8))
* mediator rename package and refactoring ([#41](#41)) ([c755c99](c755c99))
* mediator test ([#71](#71)) ([7572dcc](7572dcc))
* mediator unique constraint issue ([#25](#25)) ([576d7a3](576d7a3))
* **mediator:** Enabled X-Request-Id ATL-5568 ([#104](#104)) ([b0d4fee](b0d4fee))
* **mediator:** Update the readme and docker with type of key forma… ([#267](#267)) ([236620f](236620f))
* MissingProtocolExecuter ([#140](#140)) ([c7a0f90](c7a0f90))
* mongodb init script updated infrastructure mongodb yaml ([#94](#94)) ([d9cc42a](d9cc42a))
* OutOfBand qrcode with base url ([#133](#133)) ([56d34f9](56d34f9))
* parsing error when return_route is none ([#77](#77)) ([02dde1e](02dde1e))
* re-enable the logging based on X-Request-Id header ([#211](#211)) ([dee7dc2](dee7dc2))
* register the transport ([#192](#192)) ([e73a2ab](e73a2ab))
* reply condition check ReturnRoute ([#88](#88)) ([68c86c8](68c86c8))
* sbt config enable docker plugin ([#6](#6)) ([a102724](a102724))
* Send problemReport for duplicate message ([#157](#157)) ([df522cf](df522cf))
* send status message on delivery request If no messages are avail… ([#139](#139)) ([c788335](c788335))
* set default endpoint to localhost ([#102](#102)) ([de8b702](de8b702))
* sign ProblemReport when TO is unspecified ([#105](#105)) ([586dd9f](586dd9f))
* Support alias (DID) in Live mode ([#235](#235)) ([2de77ed](2de77ed)), closes [#230](#230)
* trustPing call back not working ([#23](#23)) ([e8bf356](e8bf356))
* Update local docker-compose configuration by adding the SERVICE_ENDPOINT port ([#128](#128)) ([2adc6aa](2adc6aa))
* UserAccountRepo.createOrFindDidAccount ([#69](#69)) ([3526f0a](3526f0a))
* websocket correct indentation ([#182](#182)) ([c30fc1f](c30fc1f))

### Features

* Add config from application.conf and docker-compose and an example ([#10](#10)) ([2037377](2037377))
* Add docker config to build.sbt ([#5](#5)) ([c7418d0](c7418d0))
* add endpoint to get the OOB mediate invitation ([#63](#63)) ([c82282c](c82282c))
* add helm-chart for mediator ([#64](#64)) ([52e5d3b](52e5d3b)), closes [#61](#61) [#63](#63)
* add MediatorBuildInfo & /did and /version endpoints ([#120](#120)) ([4445e1f](4445e1f))
* Add Storage ([#8](#8)) ([881e66e](881e66e))
* add tag latest to the mediator docker image ([#118](#118)) ([020f2cd](020f2cd))
* Added test for executor and problem reports  ([#117](#117)) ([ce05d5a](ce05d5a))
* Better error handling for connection refused ([#47](#47)) ([429940e](429940e))
* Error handling and Send Problem Reports ([#65](#65)) ([fe46055](fe46055))
* fix mongo config when no port & support gzip ([#35](#35)) ([b2b2a02](b2b2a02))
* helm-chart appVersion bump and addtional fixes ([#67](#67)) ([3ccbe3e](3ccbe3e))
* mediator  added more logs and associated message Hash and structured logging ([#16](#16)) ([119b637](119b637))
* mediator added test for storage layer ([#13](#13)) ([25728b6](25728b6))
* mediator initial release ([#4](#4)) ([8499bf2](8499bf2))
* mediator rename package and organise the packages ([#12](#12)) ([8ea2aac](8ea2aac))
* new a Webapp to show the QR Code  ([#21](#21)) ([9af0a87](9af0a87))
* Not send response errors to the caller ([#50](#50)) ([60ee3ef](60ee3ef))
* process KeylistQuery and return Keylist ([#30](#30)) ([c5fb175](c5fb175))
* reply asynchronous unless return_route all ([#86](#86)) ([6249f37](6249f37))
* reply to StatusRequest ([#26](#26)) ([28ee891](28ee891))
* Return 202 HTTP code (for DID Comm) ([#162](#162)) ([50185d3](50185d3)), closes [#160](#160)
* Store outbound messages ([#84](#84)) ([3576656](3576656))
* Support protocol discover-features 2.0 ([#154](#154)) ([9220858](9220858))
* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([26a1623](26a1623)), closes [#158](#158)
* Update timeout settings for websocket ([#191](#191)) ([11a4437](11a4437))
* websockets support ([#172](#172)) ([30da5e7](30da5e7))

Signed-off-by: atala-dev <atala.dev@iohk.io>
Signed-off-by: mineme0110 <shailesh.patil@iohk.io>
mineme0110 pushed a commit that referenced this issue May 1, 2024
…#204)

Fix #158 (support for the new format of DID Peer)
Update scala-did to 0.1.0-M17
Update scala-did to 0.1.0-M18
Test the Integration Test

Signed-off-by: Fabio Pinheiro <fabiomgpinheiro@gmail.com>

Signed-off-by: Shailesh Patil <shailesh.patil@iohk.io>
mineme0110 pushed a commit that referenced this issue May 1, 2024
# [0.14.0](prism-mediator-v0.13.0...prism-mediator-v0.14.0) (2024-02-06)

### Bug Fixes

* re-enable the logging based on X-Request-Id header ([#211](#211)) ([dee7dc2](dee7dc2))

### Features

* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([26a1623](26a1623)), closes [#158](#158)

Signed-off-by: atala-dev <atala.dev@iohk.io>

Signed-off-by: Shailesh Patil <shailesh.patil@iohk.io>
mineme0110 pushed a commit that referenced this issue May 1, 2024
# 1.0.0 (2024-04-17)

### Bug Fixes

* Add and enable websocket on apisix route ([#179](#179)) ([e5cfb1c](e5cfb1c))
* Added DidSubject to report problem when not enrolled ([#111](#111)) ([40c5d06](40c5d06))
* alias list is empty in new acounts by default ([#87](#87)) ([39484e6](39484e6))
* allowed memory to increase gradually in CI ([#37](#37)) ([a73abbd](a73abbd))
* Annotate Headers & Update zio-http to version 3.0.0-RC2 ([#106](#106)) ([aa19f0a](aa19f0a))
* collectionName messages.outbound ([#92](#92)) ([a1bd657](a1bd657))
* correct endpoint for wss in deployment.yaml ([#178](#178)) ([94866a9](94866a9))
* disabled documentation generation ([#24](#24)) ([8a2a6ad](8a2a6ad))
* Discord links to never expires ([#141](#141)) ([e7f7a74](e7f7a74))
* dynamic DID on the web page ([#40](#40)) ([0949a19](0949a19))
* Encoder for VerificationMethodReferenced as String ([#110](#110)) ([761d422](761d422))
* execute the ProtocolExecute's jobToRun zio ([#8](#8)) ([5034499](5034499))
* field name routing_did in keylist response body ([#22](#22)) ([f61f114](f61f114))
* Fix release job (add more ram) ([#32](#32)) ([97ab05a](97ab05a))
* force release.. ([#190](#190)) ([b02f628](b02f628))
* Hardcode the atala prism did identity ([#9](#9)) ([7984eea](7984eea))
* Id/hash of the message must be deterministic ([#53](#53)) ([d122b99](d122b99))
* incorrect body of the message results in problem report ([#161](#161)) ([6d8b9b8](6d8b9b8))
* **infra:** add sync-wave to certificate template ([#134](#134)) ([82f902f](82f902f))
* make content-type header case insensitive & remove support for ws ([#7](#7)) ([d4a169a](d4a169a))
* mediator ATL-4883 pickup status message to sync reply ([#59](#59)) ([c0b6de0](c0b6de0))
* mediator db not storing the orignal  value for protected header ([#15](#15)) ([bd119f1](bd119f1))
* mediator docker-compose image repo and version ([#39](#39)) ([116174b](116174b))
* mediator oob webpage added logo  ([#42](#42)) ([45debc8](45debc8))
* mediator rename package and refactoring ([#41](#41)) ([c755c99](c755c99))
* mediator test ([#71](#71)) ([7572dcc](7572dcc))
* mediator unique constraint issue ([#25](#25)) ([576d7a3](576d7a3))
* **mediator:** Enabled X-Request-Id ATL-5568 ([#104](#104)) ([b0d4fee](b0d4fee))
* **mediator:** Update the readme and docker with type of key forma… ([#267](#267)) ([236620f](236620f))
* MissingProtocolExecuter ([#140](#140)) ([c7a0f90](c7a0f90))
* mongodb init script updated infrastructure mongodb yaml ([#94](#94)) ([d9cc42a](d9cc42a))
* OutOfBand qrcode with base url ([#133](#133)) ([56d34f9](56d34f9))
* parsing error when return_route is none ([#77](#77)) ([02dde1e](02dde1e))
* re-enable the logging based on X-Request-Id header ([#211](#211)) ([dee7dc2](dee7dc2))
* register the transport ([#192](#192)) ([e73a2ab](e73a2ab))
* reply condition check ReturnRoute ([#88](#88)) ([68c86c8](68c86c8))
* sbt config enable docker plugin ([#6](#6)) ([a102724](a102724))
* Send problemReport for duplicate message ([#157](#157)) ([df522cf](df522cf))
* send status message on delivery request If no messages are avail… ([#139](#139)) ([c788335](c788335))
* set default endpoint to localhost ([#102](#102)) ([de8b702](de8b702))
* sign ProblemReport when TO is unspecified ([#105](#105)) ([586dd9f](586dd9f))
* Support alias (DID) in Live mode ([#235](#235)) ([2de77ed](2de77ed)), closes [#230](#230)
* trustPing call back not working ([#23](#23)) ([e8bf356](e8bf356))
* Update local docker-compose configuration by adding the SERVICE_ENDPOINT port ([#128](#128)) ([2adc6aa](2adc6aa))
* UserAccountRepo.createOrFindDidAccount ([#69](#69)) ([3526f0a](3526f0a))
* websocket correct indentation ([#182](#182)) ([c30fc1f](c30fc1f))

### Features

* Add config from application.conf and docker-compose and an example ([#10](#10)) ([2037377](2037377))
* Add docker config to build.sbt ([#5](#5)) ([c7418d0](c7418d0))
* add endpoint to get the OOB mediate invitation ([#63](#63)) ([c82282c](c82282c))
* add helm-chart for mediator ([#64](#64)) ([52e5d3b](52e5d3b)), closes [#61](#61) [#63](#63)
* add MediatorBuildInfo & /did and /version endpoints ([#120](#120)) ([4445e1f](4445e1f))
* Add Storage ([#8](#8)) ([881e66e](881e66e))
* add tag latest to the mediator docker image ([#118](#118)) ([020f2cd](020f2cd))
* Added test for executor and problem reports  ([#117](#117)) ([ce05d5a](ce05d5a))
* Better error handling for connection refused ([#47](#47)) ([429940e](429940e))
* Error handling and Send Problem Reports ([#65](#65)) ([fe46055](fe46055))
* fix mongo config when no port & support gzip ([#35](#35)) ([b2b2a02](b2b2a02))
* helm-chart appVersion bump and addtional fixes ([#67](#67)) ([3ccbe3e](3ccbe3e))
* mediator  added more logs and associated message Hash and structured logging ([#16](#16)) ([119b637](119b637))
* mediator added test for storage layer ([#13](#13)) ([25728b6](25728b6))
* mediator initial release ([#4](#4)) ([8499bf2](8499bf2))
* mediator rename package and organise the packages ([#12](#12)) ([8ea2aac](8ea2aac))
* new a Webapp to show the QR Code  ([#21](#21)) ([9af0a87](9af0a87))
* Not send response errors to the caller ([#50](#50)) ([60ee3ef](60ee3ef))
* process KeylistQuery and return Keylist ([#30](#30)) ([c5fb175](c5fb175))
* reply asynchronous unless return_route all ([#86](#86)) ([6249f37](6249f37))
* reply to StatusRequest ([#26](#26)) ([28ee891](28ee891))
* Return 202 HTTP code (for DID Comm) ([#162](#162)) ([50185d3](50185d3)), closes [#160](#160)
* Store outbound messages ([#84](#84)) ([3576656](3576656))
* Support protocol discover-features 2.0 ([#154](#154)) ([9220858](9220858))
* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([26a1623](26a1623)), closes [#158](#158)
* Update timeout settings for websocket ([#191](#191)) ([11a4437](11a4437))
* websockets support ([#172](#172)) ([30da5e7](30da5e7))

Signed-off-by: atala-dev <atala.dev@iohk.io>

Signed-off-by: Shailesh Patil <shailesh.patil@iohk.io>
mineme0110 pushed a commit that referenced this issue May 1, 2024
…#204)

Fix #158 (support for the new format of DID Peer)
Update scala-did to 0.1.0-M17
Update scala-did to 0.1.0-M18
Test the Integration Test

Signed-off-by: Fabio Pinheiro <fabiomgpinheiro@gmail.com>

Signed-off-by: Shailesh Patil <shailesh.patil@iohk.io>
mineme0110 pushed a commit that referenced this issue May 1, 2024
# [0.14.0](prism-mediator-v0.13.0...prism-mediator-v0.14.0) (2024-02-06)

### Bug Fixes

* re-enable the logging based on X-Request-Id header ([#211](#211)) ([dee7dc2](dee7dc2))

### Features

* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([26a1623](26a1623)), closes [#158](#158)

Signed-off-by: atala-dev <atala.dev@iohk.io>

Signed-off-by: Shailesh Patil <shailesh.patil@iohk.io>
mineme0110 pushed a commit that referenced this issue May 1, 2024
# 1.0.0 (2024-04-17)

### Bug Fixes

* Add and enable websocket on apisix route ([#179](#179)) ([e5cfb1c](e5cfb1c))
* Added DidSubject to report problem when not enrolled ([#111](#111)) ([40c5d06](40c5d06))
* alias list is empty in new acounts by default ([#87](#87)) ([39484e6](39484e6))
* allowed memory to increase gradually in CI ([#37](#37)) ([a73abbd](a73abbd))
* Annotate Headers & Update zio-http to version 3.0.0-RC2 ([#106](#106)) ([aa19f0a](aa19f0a))
* collectionName messages.outbound ([#92](#92)) ([a1bd657](a1bd657))
* correct endpoint for wss in deployment.yaml ([#178](#178)) ([94866a9](94866a9))
* disabled documentation generation ([#24](#24)) ([8a2a6ad](8a2a6ad))
* Discord links to never expires ([#141](#141)) ([e7f7a74](e7f7a74))
* dynamic DID on the web page ([#40](#40)) ([0949a19](0949a19))
* Encoder for VerificationMethodReferenced as String ([#110](#110)) ([761d422](761d422))
* execute the ProtocolExecute's jobToRun zio ([#8](#8)) ([5034499](5034499))
* field name routing_did in keylist response body ([#22](#22)) ([f61f114](f61f114))
* Fix release job (add more ram) ([#32](#32)) ([97ab05a](97ab05a))
* force release.. ([#190](#190)) ([b02f628](b02f628))
* Hardcode the atala prism did identity ([#9](#9)) ([7984eea](7984eea))
* Id/hash of the message must be deterministic ([#53](#53)) ([d122b99](d122b99))
* incorrect body of the message results in problem report ([#161](#161)) ([6d8b9b8](6d8b9b8))
* **infra:** add sync-wave to certificate template ([#134](#134)) ([82f902f](82f902f))
* make content-type header case insensitive & remove support for ws ([#7](#7)) ([d4a169a](d4a169a))
* mediator ATL-4883 pickup status message to sync reply ([#59](#59)) ([c0b6de0](c0b6de0))
* mediator db not storing the orignal  value for protected header ([#15](#15)) ([bd119f1](bd119f1))
* mediator docker-compose image repo and version ([#39](#39)) ([116174b](116174b))
* mediator oob webpage added logo  ([#42](#42)) ([45debc8](45debc8))
* mediator rename package and refactoring ([#41](#41)) ([c755c99](c755c99))
* mediator test ([#71](#71)) ([7572dcc](7572dcc))
* mediator unique constraint issue ([#25](#25)) ([576d7a3](576d7a3))
* **mediator:** Enabled X-Request-Id ATL-5568 ([#104](#104)) ([b0d4fee](b0d4fee))
* **mediator:** Update the readme and docker with type of key forma… ([#267](#267)) ([236620f](236620f))
* MissingProtocolExecuter ([#140](#140)) ([c7a0f90](c7a0f90))
* mongodb init script updated infrastructure mongodb yaml ([#94](#94)) ([d9cc42a](d9cc42a))
* OutOfBand qrcode with base url ([#133](#133)) ([56d34f9](56d34f9))
* parsing error when return_route is none ([#77](#77)) ([02dde1e](02dde1e))
* re-enable the logging based on X-Request-Id header ([#211](#211)) ([dee7dc2](dee7dc2))
* register the transport ([#192](#192)) ([e73a2ab](e73a2ab))
* reply condition check ReturnRoute ([#88](#88)) ([68c86c8](68c86c8))
* sbt config enable docker plugin ([#6](#6)) ([a102724](a102724))
* Send problemReport for duplicate message ([#157](#157)) ([df522cf](df522cf))
* send status message on delivery request If no messages are avail… ([#139](#139)) ([c788335](c788335))
* set default endpoint to localhost ([#102](#102)) ([de8b702](de8b702))
* sign ProblemReport when TO is unspecified ([#105](#105)) ([586dd9f](586dd9f))
* Support alias (DID) in Live mode ([#235](#235)) ([2de77ed](2de77ed)), closes [#230](#230)
* trustPing call back not working ([#23](#23)) ([e8bf356](e8bf356))
* Update local docker-compose configuration by adding the SERVICE_ENDPOINT port ([#128](#128)) ([2adc6aa](2adc6aa))
* UserAccountRepo.createOrFindDidAccount ([#69](#69)) ([3526f0a](3526f0a))
* websocket correct indentation ([#182](#182)) ([c30fc1f](c30fc1f))

### Features

* Add config from application.conf and docker-compose and an example ([#10](#10)) ([2037377](2037377))
* Add docker config to build.sbt ([#5](#5)) ([c7418d0](c7418d0))
* add endpoint to get the OOB mediate invitation ([#63](#63)) ([c82282c](c82282c))
* add helm-chart for mediator ([#64](#64)) ([52e5d3b](52e5d3b)), closes [#61](#61) [#63](#63)
* add MediatorBuildInfo & /did and /version endpoints ([#120](#120)) ([4445e1f](4445e1f))
* Add Storage ([#8](#8)) ([881e66e](881e66e))
* add tag latest to the mediator docker image ([#118](#118)) ([020f2cd](020f2cd))
* Added test for executor and problem reports  ([#117](#117)) ([ce05d5a](ce05d5a))
* Better error handling for connection refused ([#47](#47)) ([429940e](429940e))
* Error handling and Send Problem Reports ([#65](#65)) ([fe46055](fe46055))
* fix mongo config when no port & support gzip ([#35](#35)) ([b2b2a02](b2b2a02))
* helm-chart appVersion bump and addtional fixes ([#67](#67)) ([3ccbe3e](3ccbe3e))
* mediator  added more logs and associated message Hash and structured logging ([#16](#16)) ([119b637](119b637))
* mediator added test for storage layer ([#13](#13)) ([25728b6](25728b6))
* mediator initial release ([#4](#4)) ([8499bf2](8499bf2))
* mediator rename package and organise the packages ([#12](#12)) ([8ea2aac](8ea2aac))
* new a Webapp to show the QR Code  ([#21](#21)) ([9af0a87](9af0a87))
* Not send response errors to the caller ([#50](#50)) ([60ee3ef](60ee3ef))
* process KeylistQuery and return Keylist ([#30](#30)) ([c5fb175](c5fb175))
* reply asynchronous unless return_route all ([#86](#86)) ([6249f37](6249f37))
* reply to StatusRequest ([#26](#26)) ([28ee891](28ee891))
* Return 202 HTTP code (for DID Comm) ([#162](#162)) ([50185d3](50185d3)), closes [#160](#160)
* Store outbound messages ([#84](#84)) ([3576656](3576656))
* Support protocol discover-features 2.0 ([#154](#154)) ([9220858](9220858))
* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([26a1623](26a1623)), closes [#158](#158)
* Update timeout settings for websocket ([#191](#191)) ([11a4437](11a4437))
* websockets support ([#172](#172)) ([30da5e7](30da5e7))

Signed-off-by: atala-dev <atala.dev@iohk.io>

Signed-off-by: Shailesh Patil <shailesh.patil@iohk.io>
mineme0110 pushed a commit that referenced this issue May 1, 2024
…#204)

Fix #158 (support for the new format of DID Peer)
Update scala-did to 0.1.0-M17
Update scala-did to 0.1.0-M18
Test the Integration Test

Signed-off-by: Fabio Pinheiro <fabiomgpinheiro@gmail.com>

Signed-off-by: Shailesh Patil <shailesh.patil@iohk.io>
mineme0110 pushed a commit that referenced this issue May 1, 2024
# [0.14.0](prism-mediator-v0.13.0...prism-mediator-v0.14.0) (2024-02-06)

### Bug Fixes

* re-enable the logging based on X-Request-Id header ([#211](#211)) ([dee7dc2](dee7dc2))

### Features

* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([26a1623](26a1623)), closes [#158](#158)

Signed-off-by: atala-dev <atala.dev@iohk.io>

Signed-off-by: Shailesh Patil <shailesh.patil@iohk.io>
mineme0110 pushed a commit that referenced this issue May 1, 2024
# 1.0.0 (2024-04-17)

### Bug Fixes

* Add and enable websocket on apisix route ([#179](#179)) ([e5cfb1c](e5cfb1c))
* Added DidSubject to report problem when not enrolled ([#111](#111)) ([40c5d06](40c5d06))
* alias list is empty in new acounts by default ([#87](#87)) ([39484e6](39484e6))
* allowed memory to increase gradually in CI ([#37](#37)) ([a73abbd](a73abbd))
* Annotate Headers & Update zio-http to version 3.0.0-RC2 ([#106](#106)) ([aa19f0a](aa19f0a))
* collectionName messages.outbound ([#92](#92)) ([a1bd657](a1bd657))
* correct endpoint for wss in deployment.yaml ([#178](#178)) ([94866a9](94866a9))
* disabled documentation generation ([#24](#24)) ([8a2a6ad](8a2a6ad))
* Discord links to never expires ([#141](#141)) ([e7f7a74](e7f7a74))
* dynamic DID on the web page ([#40](#40)) ([0949a19](0949a19))
* Encoder for VerificationMethodReferenced as String ([#110](#110)) ([761d422](761d422))
* execute the ProtocolExecute's jobToRun zio ([#8](#8)) ([5034499](5034499))
* field name routing_did in keylist response body ([#22](#22)) ([f61f114](f61f114))
* Fix release job (add more ram) ([#32](#32)) ([97ab05a](97ab05a))
* force release.. ([#190](#190)) ([b02f628](b02f628))
* Hardcode the atala prism did identity ([#9](#9)) ([7984eea](7984eea))
* Id/hash of the message must be deterministic ([#53](#53)) ([d122b99](d122b99))
* incorrect body of the message results in problem report ([#161](#161)) ([6d8b9b8](6d8b9b8))
* **infra:** add sync-wave to certificate template ([#134](#134)) ([82f902f](82f902f))
* make content-type header case insensitive & remove support for ws ([#7](#7)) ([d4a169a](d4a169a))
* mediator ATL-4883 pickup status message to sync reply ([#59](#59)) ([c0b6de0](c0b6de0))
* mediator db not storing the orignal  value for protected header ([#15](#15)) ([bd119f1](bd119f1))
* mediator docker-compose image repo and version ([#39](#39)) ([116174b](116174b))
* mediator oob webpage added logo  ([#42](#42)) ([45debc8](45debc8))
* mediator rename package and refactoring ([#41](#41)) ([c755c99](c755c99))
* mediator test ([#71](#71)) ([7572dcc](7572dcc))
* mediator unique constraint issue ([#25](#25)) ([576d7a3](576d7a3))
* **mediator:** Enabled X-Request-Id ATL-5568 ([#104](#104)) ([b0d4fee](b0d4fee))
* **mediator:** Update the readme and docker with type of key forma… ([#267](#267)) ([236620f](236620f))
* MissingProtocolExecuter ([#140](#140)) ([c7a0f90](c7a0f90))
* mongodb init script updated infrastructure mongodb yaml ([#94](#94)) ([d9cc42a](d9cc42a))
* OutOfBand qrcode with base url ([#133](#133)) ([56d34f9](56d34f9))
* parsing error when return_route is none ([#77](#77)) ([02dde1e](02dde1e))
* re-enable the logging based on X-Request-Id header ([#211](#211)) ([dee7dc2](dee7dc2))
* register the transport ([#192](#192)) ([e73a2ab](e73a2ab))
* reply condition check ReturnRoute ([#88](#88)) ([68c86c8](68c86c8))
* sbt config enable docker plugin ([#6](#6)) ([a102724](a102724))
* Send problemReport for duplicate message ([#157](#157)) ([df522cf](df522cf))
* send status message on delivery request If no messages are avail… ([#139](#139)) ([c788335](c788335))
* set default endpoint to localhost ([#102](#102)) ([de8b702](de8b702))
* sign ProblemReport when TO is unspecified ([#105](#105)) ([586dd9f](586dd9f))
* Support alias (DID) in Live mode ([#235](#235)) ([2de77ed](2de77ed)), closes [#230](#230)
* trustPing call back not working ([#23](#23)) ([e8bf356](e8bf356))
* Update local docker-compose configuration by adding the SERVICE_ENDPOINT port ([#128](#128)) ([2adc6aa](2adc6aa))
* UserAccountRepo.createOrFindDidAccount ([#69](#69)) ([3526f0a](3526f0a))
* websocket correct indentation ([#182](#182)) ([c30fc1f](c30fc1f))

### Features

* Add config from application.conf and docker-compose and an example ([#10](#10)) ([2037377](2037377))
* Add docker config to build.sbt ([#5](#5)) ([c7418d0](c7418d0))
* add endpoint to get the OOB mediate invitation ([#63](#63)) ([c82282c](c82282c))
* add helm-chart for mediator ([#64](#64)) ([52e5d3b](52e5d3b)), closes [#61](#61) [#63](#63)
* add MediatorBuildInfo & /did and /version endpoints ([#120](#120)) ([4445e1f](4445e1f))
* Add Storage ([#8](#8)) ([881e66e](881e66e))
* add tag latest to the mediator docker image ([#118](#118)) ([020f2cd](020f2cd))
* Added test for executor and problem reports  ([#117](#117)) ([ce05d5a](ce05d5a))
* Better error handling for connection refused ([#47](#47)) ([429940e](429940e))
* Error handling and Send Problem Reports ([#65](#65)) ([fe46055](fe46055))
* fix mongo config when no port & support gzip ([#35](#35)) ([b2b2a02](b2b2a02))
* helm-chart appVersion bump and addtional fixes ([#67](#67)) ([3ccbe3e](3ccbe3e))
* mediator  added more logs and associated message Hash and structured logging ([#16](#16)) ([119b637](119b637))
* mediator added test for storage layer ([#13](#13)) ([25728b6](25728b6))
* mediator initial release ([#4](#4)) ([8499bf2](8499bf2))
* mediator rename package and organise the packages ([#12](#12)) ([8ea2aac](8ea2aac))
* new a Webapp to show the QR Code  ([#21](#21)) ([9af0a87](9af0a87))
* Not send response errors to the caller ([#50](#50)) ([60ee3ef](60ee3ef))
* process KeylistQuery and return Keylist ([#30](#30)) ([c5fb175](c5fb175))
* reply asynchronous unless return_route all ([#86](#86)) ([6249f37](6249f37))
* reply to StatusRequest ([#26](#26)) ([28ee891](28ee891))
* Return 202 HTTP code (for DID Comm) ([#162](#162)) ([50185d3](50185d3)), closes [#160](#160)
* Store outbound messages ([#84](#84)) ([3576656](3576656))
* Support protocol discover-features 2.0 ([#154](#154)) ([9220858](9220858))
* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([26a1623](26a1623)), closes [#158](#158)
* Update timeout settings for websocket ([#191](#191)) ([11a4437](11a4437))
* websockets support ([#172](#172)) ([30da5e7](30da5e7))

Signed-off-by: atala-dev <atala.dev@iohk.io>

Signed-off-by: Shailesh Patil <shailesh.patil@iohk.io>
atala-dev added a commit that referenced this issue May 8, 2024
# 1.0.0 (2024-05-08)

### Bug Fixes

* Add and enable websocket on apisix route ([#179](#179)) ([9060b73](9060b73))
* Added DidSubject to report problem when not enrolled ([#111](#111)) ([397a00a](397a00a))
* alias list is empty in new acounts by default ([#87](#87)) ([c35ba20](c35ba20))
* allowed memory to increase gradually in CI ([#37](#37)) ([59eb4e6](59eb4e6))
* Annotate Headers & Update zio-http to version 3.0.0-RC2 ([#106](#106)) ([37e3343](37e3343))
* Change atala-prism-mediator to identus-mediator ([#287](#287)) ([0341a45](0341a45))
* Change from name var to fix name ([#286](#286)) ([c6d046f](c6d046f))
* collectionName messages.outbound ([#92](#92)) ([fa09262](fa09262))
* correct endpoint for wss in deployment.yaml ([#178](#178)) ([b56b06c](b56b06c))
* disabled documentation generation ([#24](#24)) ([6fe228f](6fe228f))
* Discord links to never expires ([#141](#141)) ([49ce87c](49ce87c))
* dynamic DID on the web page ([#40](#40)) ([dcf6f58](dcf6f58))
* Encoder for VerificationMethodReferenced as String ([#110](#110)) ([fda478f](fda478f))
* execute the ProtocolExecute's jobToRun zio ([#8](#8)) ([e8eb809](e8eb809))
* field name routing_did in keylist response body ([#22](#22)) ([eace0fd](eace0fd))
* Fix release job (add more ram) ([#32](#32)) ([39d5719](39d5719))
* force release.. ([#190](#190)) ([96baea3](96baea3))
* Hardcode the atala prism did identity ([#9](#9)) ([2be3df0](2be3df0))
* Id/hash of the message must be deterministic ([#53](#53)) ([4ec7396](4ec7396))
* incorrect body of the message results in problem report ([#161](#161)) ([f866daa](f866daa))
* **infra:** add sync-wave to certificate template ([#134](#134)) ([daecc08](daecc08))
* make content-type header case insensitive & remove support for ws ([#7](#7)) ([c2f064e](c2f064e))
* mediator ATL-4883 pickup status message to sync reply ([#59](#59)) ([eb5ce56](eb5ce56))
* mediator db not storing the orignal  value for protected header ([#15](#15)) ([1bba75f](1bba75f))
* mediator docker-compose image repo and version ([#39](#39)) ([803b74c](803b74c))
* mediator oob webpage added logo  ([#42](#42)) ([faf43d9](faf43d9))
* mediator rename package and refactoring ([#41](#41)) ([286e742](286e742))
* mediator test ([#71](#71)) ([c32f34e](c32f34e))
* mediator unique constraint issue ([#25](#25)) ([c1f0230](c1f0230))
* **mediator:** Enabled X-Request-Id ATL-5568 ([#104](#104)) ([f96d683](f96d683))
* **mediator:** Update the readme and docker with type of key forma… ([#267](#267)) ([529be58](529be58))
* MissingProtocolExecuter ([#140](#140)) ([d71bca5](d71bca5))
* mongodb init script updated infrastructure mongodb yaml ([#94](#94)) ([a900d64](a900d64))
* OutOfBand qrcode with base url ([#133](#133)) ([28df290](28df290))
* parsing error when return_route is none ([#77](#77)) ([672037d](672037d))
* re-enable the logging based on X-Request-Id header ([#211](#211)) ([0136326](0136326))
* register the transport ([#192](#192)) ([76d4b35](76d4b35))
* Release mediator tagFormat ([#285](#285)) ([602f0e5](602f0e5))
* reply condition check ReturnRoute ([#88](#88)) ([c2a091c](c2a091c))
* sbt config enable docker plugin ([#6](#6)) ([4cf6d90](4cf6d90))
* Send problemReport for duplicate message ([#157](#157)) ([bf589df](bf589df))
* send status message on delivery request If no messages are avail… ([#139](#139)) ([f42239d](f42239d))
* set default endpoint to localhost ([#102](#102)) ([b607ca2](b607ca2))
* sign ProblemReport when TO is unspecified ([#105](#105)) ([670d5e4](670d5e4))
* Support alias (DID) in Live mode ([#235](#235)) ([5d258bb](5d258bb)), closes [#230](#230)
* trustPing call back not working ([#23](#23)) ([303af83](303af83))
* Update local docker-compose configuration by adding the SERVICE_ENDPOINT port ([#128](#128)) ([071f929](071f929))
* Update README.md ([#292](#292)) ([9f3e3d9](9f3e3d9))
* UserAccountRepo.createOrFindDidAccount ([#69](#69)) ([dc2ccfd](dc2ccfd))
* websocket correct indentation ([#182](#182)) ([4a5b607](4a5b607))

### Features

* Add config from application.conf and docker-compose and an example ([#10](#10)) ([0031067](0031067))
* Add docker config to build.sbt ([#5](#5)) ([b2908ad](b2908ad))
* add endpoint to get the OOB mediate invitation ([#63](#63)) ([11ef6d1](11ef6d1))
* add helm-chart for mediator ([#64](#64)) ([c379a62](c379a62)), closes [#61](#61) [#63](#63)
* add MediatorBuildInfo & /did and /version endpoints ([#120](#120)) ([e41098a](e41098a))
* Add Storage ([#8](#8)) ([ebf4597](ebf4597))
* add tag latest to the mediator docker image ([#118](#118)) ([1ae2b87](1ae2b87))
* Added test for executor and problem reports  ([#117](#117)) ([8e26535](8e26535))
* Better error handling for connection refused ([#47](#47)) ([80d1956](80d1956))
* Error handling and Send Problem Reports ([#65](#65)) ([933cefc](933cefc))
* fix mongo config when no port & support gzip ([#35](#35)) ([11c9330](11c9330))
* Helm Chart Publish ([#301](#301)) ([9f0e118](9f0e118))
* helm-chart appVersion bump and addtional fixes ([#67](#67)) ([539150b](539150b))
* mediator  added more logs and associated message Hash and structured logging ([#16](#16)) ([d9c6926](d9c6926))
* mediator added test for storage layer ([#13](#13)) ([969f50c](969f50c))
* mediator initial release ([#4](#4)) ([98ee905](98ee905))
* mediator rename package and organise the packages ([#12](#12)) ([594081c](594081c))
* new a Webapp to show the QR Code  ([#21](#21)) ([d47fc0d](d47fc0d))
* Not send response errors to the caller ([#50](#50)) ([6cf0ac1](6cf0ac1))
* process KeylistQuery and return Keylist ([#30](#30)) ([04d2980](04d2980))
* reply asynchronous unless return_route all ([#86](#86)) ([a306d59](a306d59))
* reply to StatusRequest ([#26](#26)) ([3b44d2f](3b44d2f))
* Return 202 HTTP code (for DID Comm) ([#162](#162)) ([2ceab73](2ceab73)), closes [#160](#160)
* Store outbound messages ([#84](#84)) ([e97cd1d](e97cd1d))
* Support protocol discover-features 2.0 ([#154](#154)) ([0e93dca](0e93dca))
* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([551ce49](551ce49)), closes [#158](#158)
* Update timeout settings for websocket ([#191](#191)) ([bfd228f](bfd228f))
* websockets support ([#172](#172)) ([3d32b51](3d32b51))
yshyn-iohk pushed a commit that referenced this issue Jul 10, 2024
# 1.0.0-beta.1 (2024-07-10)

### Bug Fixes

* Add and enable websocket on apisix route ([#179](#179)) ([9060b73](9060b73))
* Added DidSubject to report problem when not enrolled ([#111](#111)) ([397a00a](397a00a))
* alias list is empty in new acounts by default ([#87](#87)) ([c35ba20](c35ba20))
* allowed memory to increase gradually in CI ([#37](#37)) ([59eb4e6](59eb4e6))
* Annotate Headers & Update zio-http to version 3.0.0-RC2 ([#106](#106)) ([37e3343](37e3343))
* Change atala-prism-mediator to identus-mediator ([#287](#287)) ([0341a45](0341a45))
* Change from name var to fix name ([#286](#286)) ([c6d046f](c6d046f))
* cleanup IOHK reference ([#325](#325)) ([cd8dee9](cd8dee9))
* collectionName messages.outbound ([#92](#92)) ([fa09262](fa09262))
* correct endpoint for wss in deployment.yaml ([#178](#178)) ([b56b06c](b56b06c))
* disabled documentation generation ([#24](#24)) ([6fe228f](6fe228f))
* Discord links to never expires ([#141](#141)) ([49ce87c](49ce87c))
* dynamic DID on the web page ([#40](#40)) ([dcf6f58](dcf6f58))
* Encoder for VerificationMethodReferenced as String ([#110](#110)) ([fda478f](fda478f))
* execute the ProtocolExecute's jobToRun zio ([#8](#8)) ([e8eb809](e8eb809))
* field name routing_did in keylist response body ([#22](#22)) ([eace0fd](eace0fd))
* Fix release job (add more ram) ([#32](#32)) ([39d5719](39d5719))
* force release.. ([#190](#190)) ([96baea3](96baea3))
* Hardcode the atala prism did identity ([#9](#9)) ([2be3df0](2be3df0))
* Id/hash of the message must be deterministic ([#53](#53)) ([4ec7396](4ec7396))
* incorrect body of the message results in problem report ([#161](#161)) ([f866daa](f866daa))
* **infra:** add sync-wave to certificate template ([#134](#134)) ([daecc08](daecc08))
* make content-type header case insensitive & remove support for ws ([#7](#7)) ([c2f064e](c2f064e))
* mediator ATL-4883 pickup status message to sync reply ([#59](#59)) ([eb5ce56](eb5ce56))
* mediator db not storing the orignal  value for protected header ([#15](#15)) ([1bba75f](1bba75f))
* mediator docker-compose image repo and version ([#39](#39)) ([803b74c](803b74c))
* mediator oob webpage added logo  ([#42](#42)) ([faf43d9](faf43d9))
* mediator rename package and refactoring ([#41](#41)) ([286e742](286e742))
* mediator test ([#71](#71)) ([c32f34e](c32f34e))
* mediator unique constraint issue ([#25](#25)) ([c1f0230](c1f0230))
* **mediator:** Enabled X-Request-Id ATL-5568 ([#104](#104)) ([f96d683](f96d683))
* **mediator:** Update the readme and docker with type of key forma… ([#267](#267)) ([529be58](529be58))
* MissingProtocolExecuter ([#140](#140)) ([d71bca5](d71bca5))
* mongodb init script updated infrastructure mongodb yaml ([#94](#94)) ([a900d64](a900d64))
* OutOfBand qrcode with base url ([#133](#133)) ([28df290](28df290))
* parsing error when return_route is none ([#77](#77)) ([672037d](672037d))
* re-enable the logging based on X-Request-Id header ([#211](#211)) ([0136326](0136326))
* register the transport ([#192](#192)) ([76d4b35](76d4b35))
* Release mediator tagFormat ([#285](#285)) ([602f0e5](602f0e5))
* reply condition check ReturnRoute ([#88](#88)) ([c2a091c](c2a091c))
* sbt config enable docker plugin ([#6](#6)) ([4cf6d90](4cf6d90))
* Send problemReport for duplicate message ([#157](#157)) ([bf589df](bf589df))
* send status message on delivery request If no messages are avail… ([#139](#139)) ([f42239d](f42239d))
* set default endpoint to localhost ([#102](#102)) ([b607ca2](b607ca2))
* sign ProblemReport when TO is unspecified ([#105](#105)) ([670d5e4](670d5e4))
* Support alias (DID) in Live mode ([#235](#235)) ([5d258bb](5d258bb)), closes [#230](#230)
* trustPing call back not working ([#23](#23)) ([303af83](303af83))
* Update local docker-compose configuration by adding the SERVICE_ENDPOINT port ([#128](#128)) ([071f929](071f929))
* Update README.md ([#292](#292)) ([9f3e3d9](9f3e3d9))
* UserAccountRepo.createOrFindDidAccount ([#69](#69)) ([dc2ccfd](dc2ccfd))
* websocket correct indentation ([#182](#182)) ([4a5b607](4a5b607))

### Features

* Add config from application.conf and docker-compose and an example ([#10](#10)) ([0031067](0031067))
* Add docker config to build.sbt ([#5](#5)) ([b2908ad](b2908ad))
* add endpoint to get the OOB mediate invitation ([#63](#63)) ([11ef6d1](11ef6d1))
* add helm-chart for mediator ([#64](#64)) ([c379a62](c379a62)), closes [#61](#61) [#63](#63)
* add MediatorBuildInfo & /did and /version endpoints ([#120](#120)) ([e41098a](e41098a))
* Add Storage ([#8](#8)) ([ebf4597](ebf4597))
* add tag latest to the mediator docker image ([#118](#118)) ([1ae2b87](1ae2b87))
* Added test for executor and problem reports  ([#117](#117)) ([8e26535](8e26535))
* Better error handling for connection refused ([#47](#47)) ([80d1956](80d1956))
* Error handling and Send Problem Reports ([#65](#65)) ([933cefc](933cefc))
* fix mongo config when no port & support gzip ([#35](#35)) ([11c9330](11c9330))
* Helm Chart Publish ([#301](#301)) ([9f0e118](9f0e118))
* helm-chart appVersion bump and addtional fixes ([#67](#67)) ([539150b](539150b))
* mediator  added more logs and associated message Hash and structured logging ([#16](#16)) ([d9c6926](d9c6926))
* mediator added test for storage layer ([#13](#13)) ([969f50c](969f50c))
* mediator initial release ([#4](#4)) ([98ee905](98ee905))
* mediator rename package and organise the packages ([#12](#12)) ([594081c](594081c))
* new a Webapp to show the QR Code  ([#21](#21)) ([d47fc0d](d47fc0d))
* Not send response errors to the caller ([#50](#50)) ([6cf0ac1](6cf0ac1))
* process KeylistQuery and return Keylist ([#30](#30)) ([04d2980](04d2980))
* reply asynchronous unless return_route all ([#86](#86)) ([a306d59](a306d59))
* reply to StatusRequest ([#26](#26)) ([3b44d2f](3b44d2f))
* Return 202 HTTP code (for DID Comm) ([#162](#162)) ([2ceab73](2ceab73)), closes [#160](#160)
* Store outbound messages ([#84](#84)) ([e97cd1d](e97cd1d))
* Support protocol discover-features 2.0 ([#154](#154)) ([0e93dca](0e93dca))
* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([551ce49](551ce49)), closes [#158](#158)
* Update timeout settings for websocket ([#191](#191)) ([bfd228f](bfd228f))
* websockets support ([#172](#172)) ([3d32b51](3d32b51))
yshyn-iohk pushed a commit that referenced this issue Jul 10, 2024
# 1.0.0-beta.1 (2024-07-10)

### Bug Fixes

* Add and enable websocket on apisix route ([#179](#179)) ([9060b73](9060b73))
* Added DidSubject to report problem when not enrolled ([#111](#111)) ([397a00a](397a00a))
* alias list is empty in new acounts by default ([#87](#87)) ([c35ba20](c35ba20))
* allowed memory to increase gradually in CI ([#37](#37)) ([59eb4e6](59eb4e6))
* Annotate Headers & Update zio-http to version 3.0.0-RC2 ([#106](#106)) ([37e3343](37e3343))
* Change atala-prism-mediator to identus-mediator ([#287](#287)) ([0341a45](0341a45))
* Change from name var to fix name ([#286](#286)) ([c6d046f](c6d046f))
* cleanup IOHK reference ([#325](#325)) ([cd8dee9](cd8dee9))
* collectionName messages.outbound ([#92](#92)) ([fa09262](fa09262))
* correct endpoint for wss in deployment.yaml ([#178](#178)) ([b56b06c](b56b06c))
* disabled documentation generation ([#24](#24)) ([6fe228f](6fe228f))
* Discord links to never expires ([#141](#141)) ([49ce87c](49ce87c))
* dynamic DID on the web page ([#40](#40)) ([dcf6f58](dcf6f58))
* Encoder for VerificationMethodReferenced as String ([#110](#110)) ([fda478f](fda478f))
* execute the ProtocolExecute's jobToRun zio ([#8](#8)) ([e8eb809](e8eb809))
* field name routing_did in keylist response body ([#22](#22)) ([eace0fd](eace0fd))
* Fix release job (add more ram) ([#32](#32)) ([39d5719](39d5719))
* force release.. ([#190](#190)) ([96baea3](96baea3))
* Hardcode the atala prism did identity ([#9](#9)) ([2be3df0](2be3df0))
* Id/hash of the message must be deterministic ([#53](#53)) ([4ec7396](4ec7396))
* incorrect body of the message results in problem report ([#161](#161)) ([f866daa](f866daa))
* **infra:** add sync-wave to certificate template ([#134](#134)) ([daecc08](daecc08))
* make content-type header case insensitive & remove support for ws ([#7](#7)) ([c2f064e](c2f064e))
* mediator ATL-4883 pickup status message to sync reply ([#59](#59)) ([eb5ce56](eb5ce56))
* mediator db not storing the orignal  value for protected header ([#15](#15)) ([1bba75f](1bba75f))
* mediator docker-compose image repo and version ([#39](#39)) ([803b74c](803b74c))
* mediator oob webpage added logo  ([#42](#42)) ([faf43d9](faf43d9))
* mediator rename package and refactoring ([#41](#41)) ([286e742](286e742))
* mediator test ([#71](#71)) ([c32f34e](c32f34e))
* mediator unique constraint issue ([#25](#25)) ([c1f0230](c1f0230))
* **mediator:** Enabled X-Request-Id ATL-5568 ([#104](#104)) ([f96d683](f96d683))
* **mediator:** Update the readme and docker with type of key forma… ([#267](#267)) ([529be58](529be58))
* MissingProtocolExecuter ([#140](#140)) ([d71bca5](d71bca5))
* mongodb init script updated infrastructure mongodb yaml ([#94](#94)) ([a900d64](a900d64))
* OutOfBand qrcode with base url ([#133](#133)) ([28df290](28df290))
* parsing error when return_route is none ([#77](#77)) ([672037d](672037d))
* re-enable the logging based on X-Request-Id header ([#211](#211)) ([0136326](0136326))
* register the transport ([#192](#192)) ([76d4b35](76d4b35))
* Release mediator tagFormat ([#285](#285)) ([602f0e5](602f0e5))
* reply condition check ReturnRoute ([#88](#88)) ([c2a091c](c2a091c))
* sbt config enable docker plugin ([#6](#6)) ([4cf6d90](4cf6d90))
* Send problemReport for duplicate message ([#157](#157)) ([bf589df](bf589df))
* send status message on delivery request If no messages are avail… ([#139](#139)) ([f42239d](f42239d))
* set default endpoint to localhost ([#102](#102)) ([b607ca2](b607ca2))
* sign ProblemReport when TO is unspecified ([#105](#105)) ([670d5e4](670d5e4))
* Support alias (DID) in Live mode ([#235](#235)) ([5d258bb](5d258bb)), closes [#230](#230)
* trustPing call back not working ([#23](#23)) ([303af83](303af83))
* Update local docker-compose configuration by adding the SERVICE_ENDPOINT port ([#128](#128)) ([071f929](071f929))
* Update README.md ([#292](#292)) ([9f3e3d9](9f3e3d9))
* UserAccountRepo.createOrFindDidAccount ([#69](#69)) ([dc2ccfd](dc2ccfd))
* websocket correct indentation ([#182](#182)) ([4a5b607](4a5b607))

### Features

* Add config from application.conf and docker-compose and an example ([#10](#10)) ([0031067](0031067))
* Add docker config to build.sbt ([#5](#5)) ([b2908ad](b2908ad))
* add endpoint to get the OOB mediate invitation ([#63](#63)) ([11ef6d1](11ef6d1))
* add helm-chart for mediator ([#64](#64)) ([c379a62](c379a62)), closes [#61](#61) [#63](#63)
* add MediatorBuildInfo & /did and /version endpoints ([#120](#120)) ([e41098a](e41098a))
* Add Storage ([#8](#8)) ([ebf4597](ebf4597))
* add tag latest to the mediator docker image ([#118](#118)) ([1ae2b87](1ae2b87))
* Added test for executor and problem reports  ([#117](#117)) ([8e26535](8e26535))
* Better error handling for connection refused ([#47](#47)) ([80d1956](80d1956))
* Error handling and Send Problem Reports ([#65](#65)) ([933cefc](933cefc))
* fix mongo config when no port & support gzip ([#35](#35)) ([11c9330](11c9330))
* Helm Chart Publish ([#301](#301)) ([9f0e118](9f0e118))
* helm-chart appVersion bump and addtional fixes ([#67](#67)) ([539150b](539150b))
* mediator  added more logs and associated message Hash and structured logging ([#16](#16)) ([d9c6926](d9c6926))
* mediator added test for storage layer ([#13](#13)) ([969f50c](969f50c))
* mediator initial release ([#4](#4)) ([98ee905](98ee905))
* mediator rename package and organise the packages ([#12](#12)) ([594081c](594081c))
* new a Webapp to show the QR Code  ([#21](#21)) ([d47fc0d](d47fc0d))
* Not send response errors to the caller ([#50](#50)) ([6cf0ac1](6cf0ac1))
* process KeylistQuery and return Keylist ([#30](#30)) ([04d2980](04d2980))
* reply asynchronous unless return_route all ([#86](#86)) ([a306d59](a306d59))
* reply to StatusRequest ([#26](#26)) ([3b44d2f](3b44d2f))
* Return 202 HTTP code (for DID Comm) ([#162](#162)) ([2ceab73](2ceab73)), closes [#160](#160)
* Store outbound messages ([#84](#84)) ([e97cd1d](e97cd1d))
* Support protocol discover-features 2.0 ([#154](#154)) ([0e93dca](0e93dca))
* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([551ce49](551ce49)), closes [#158](#158)
* Update timeout settings for websocket ([#191](#191)) ([bfd228f](bfd228f))
* websockets support ([#172](#172)) ([3d32b51](3d32b51))

Signed-off-by: hyperledger-bot <hyperledger-bot@hyperledger.org>
yshyn-iohk pushed a commit that referenced this issue Jul 10, 2024
# 0.15.0-beta.0 (2024-07-10)

### Bug Fixes

* Add and enable websocket on apisix route ([#179](#179)) ([9060b73](9060b73))
* Added DidSubject to report problem when not enrolled ([#111](#111)) ([397a00a](397a00a))
* alias list is empty in new acounts by default ([#87](#87)) ([c35ba20](c35ba20))
* allowed memory to increase gradually in CI ([#37](#37)) ([59eb4e6](59eb4e6))
* Annotate Headers & Update zio-http to version 3.0.0-RC2 ([#106](#106)) ([37e3343](37e3343))
* Change atala-prism-mediator to identus-mediator ([#287](#287)) ([0341a45](0341a45))
* Change from name var to fix name ([#286](#286)) ([c6d046f](c6d046f))
* cleanup IOHK reference ([#325](#325)) ([cd8dee9](cd8dee9))
* collectionName messages.outbound ([#92](#92)) ([fa09262](fa09262))
* correct endpoint for wss in deployment.yaml ([#178](#178)) ([b56b06c](b56b06c))
* disabled documentation generation ([#24](#24)) ([6fe228f](6fe228f))
* Discord links to never expires ([#141](#141)) ([49ce87c](49ce87c))
* dynamic DID on the web page ([#40](#40)) ([dcf6f58](dcf6f58))
* Encoder for VerificationMethodReferenced as String ([#110](#110)) ([fda478f](fda478f))
* execute the ProtocolExecute's jobToRun zio ([#8](#8)) ([e8eb809](e8eb809))
* field name routing_did in keylist response body ([#22](#22)) ([eace0fd](eace0fd))
* Fix release job (add more ram) ([#32](#32)) ([39d5719](39d5719))
* force release.. ([#190](#190)) ([96baea3](96baea3))
* Hardcode the atala prism did identity ([#9](#9)) ([2be3df0](2be3df0))
* Id/hash of the message must be deterministic ([#53](#53)) ([4ec7396](4ec7396))
* incorrect body of the message results in problem report ([#161](#161)) ([f866daa](f866daa))
* **infra:** add sync-wave to certificate template ([#134](#134)) ([daecc08](daecc08))
* make content-type header case insensitive & remove support for ws ([#7](#7)) ([c2f064e](c2f064e))
* mediator ATL-4883 pickup status message to sync reply ([#59](#59)) ([eb5ce56](eb5ce56))
* mediator db not storing the orignal  value for protected header ([#15](#15)) ([1bba75f](1bba75f))
* mediator docker-compose image repo and version ([#39](#39)) ([803b74c](803b74c))
* mediator oob webpage added logo  ([#42](#42)) ([faf43d9](faf43d9))
* mediator rename package and refactoring ([#41](#41)) ([286e742](286e742))
* mediator test ([#71](#71)) ([c32f34e](c32f34e))
* mediator unique constraint issue ([#25](#25)) ([c1f0230](c1f0230))
* **mediator:** Enabled X-Request-Id ATL-5568 ([#104](#104)) ([f96d683](f96d683))
* **mediator:** Update the readme and docker with type of key forma… ([#267](#267)) ([529be58](529be58))
* MissingProtocolExecuter ([#140](#140)) ([d71bca5](d71bca5))
* mongodb init script updated infrastructure mongodb yaml ([#94](#94)) ([a900d64](a900d64))
* OutOfBand qrcode with base url ([#133](#133)) ([28df290](28df290))
* parsing error when return_route is none ([#77](#77)) ([672037d](672037d))
* re-enable the logging based on X-Request-Id header ([#211](#211)) ([0136326](0136326))
* register the transport ([#192](#192)) ([76d4b35](76d4b35))
* Release mediator tagFormat ([#285](#285)) ([602f0e5](602f0e5))
* reply condition check ReturnRoute ([#88](#88)) ([c2a091c](c2a091c))
* sbt config enable docker plugin ([#6](#6)) ([4cf6d90](4cf6d90))
* Send problemReport for duplicate message ([#157](#157)) ([bf589df](bf589df))
* send status message on delivery request If no messages are avail… ([#139](#139)) ([f42239d](f42239d))
* set default endpoint to localhost ([#102](#102)) ([b607ca2](b607ca2))
* sign ProblemReport when TO is unspecified ([#105](#105)) ([670d5e4](670d5e4))
* Support alias (DID) in Live mode ([#235](#235)) ([5d258bb](5d258bb)), closes [#230](#230)
* trustPing call back not working ([#23](#23)) ([303af83](303af83))
* Update local docker-compose configuration by adding the SERVICE_ENDPOINT port ([#128](#128)) ([071f929](071f929))
* Update README.md ([#292](#292)) ([9f3e3d9](9f3e3d9))
* UserAccountRepo.createOrFindDidAccount ([#69](#69)) ([dc2ccfd](dc2ccfd))
* websocket correct indentation ([#182](#182)) ([4a5b607](4a5b607))

### Features

* Add config from application.conf and docker-compose and an example ([#10](#10)) ([0031067](0031067))
* Add docker config to build.sbt ([#5](#5)) ([b2908ad](b2908ad))
* add endpoint to get the OOB mediate invitation ([#63](#63)) ([11ef6d1](11ef6d1))
* add helm-chart for mediator ([#64](#64)) ([c379a62](c379a62)), closes [#61](#61) [#63](#63)
* add MediatorBuildInfo & /did and /version endpoints ([#120](#120)) ([e41098a](e41098a))
* Add Storage ([#8](#8)) ([ebf4597](ebf4597))
* add tag latest to the mediator docker image ([#118](#118)) ([1ae2b87](1ae2b87))
* Added test for executor and problem reports  ([#117](#117)) ([8e26535](8e26535))
* Better error handling for connection refused ([#47](#47)) ([80d1956](80d1956))
* Error handling and Send Problem Reports ([#65](#65)) ([933cefc](933cefc))
* fix mongo config when no port & support gzip ([#35](#35)) ([11c9330](11c9330))
* Helm Chart Publish ([#301](#301)) ([9f0e118](9f0e118))
* helm-chart appVersion bump and addtional fixes ([#67](#67)) ([539150b](539150b))
* mediator  added more logs and associated message Hash and structured logging ([#16](#16)) ([d9c6926](d9c6926))
* mediator added test for storage layer ([#13](#13)) ([969f50c](969f50c))
* mediator initial release ([#4](#4)) ([98ee905](98ee905))
* mediator rename package and organise the packages ([#12](#12)) ([594081c](594081c))
* new a Webapp to show the QR Code  ([#21](#21)) ([d47fc0d](d47fc0d))
* Not send response errors to the caller ([#50](#50)) ([6cf0ac1](6cf0ac1))
* process KeylistQuery and return Keylist ([#30](#30)) ([04d2980](04d2980))
* reply asynchronous unless return_route all ([#86](#86)) ([a306d59](a306d59))
* reply to StatusRequest ([#26](#26)) ([3b44d2f](3b44d2f))
* Return 202 HTTP code (for DID Comm) ([#162](#162)) ([2ceab73](2ceab73)), closes [#160](#160)
* Store outbound messages ([#84](#84)) ([e97cd1d](e97cd1d))
* Support protocol discover-features 2.0 ([#154](#154)) ([0e93dca](0e93dca))
* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([551ce49](551ce49)), closes [#158](#158)
* Update timeout settings for websocket ([#191](#191)) ([bfd228f](bfd228f))
* websockets support ([#172](#172)) ([3d32b51](3d32b51))

Signed-off-by: hyperledger-bot <hyperledger-bot@hyperledger.org>
yshyn-iohk pushed a commit that referenced this issue Jul 10, 2024
# 0.15.0 (2024-07-10)

### Bug Fixes

* Add and enable websocket on apisix route ([#179](#179)) ([9060b73](9060b73))
* Added DidSubject to report problem when not enrolled ([#111](#111)) ([397a00a](397a00a))
* alias list is empty in new acounts by default ([#87](#87)) ([c35ba20](c35ba20))
* allowed memory to increase gradually in CI ([#37](#37)) ([59eb4e6](59eb4e6))
* Annotate Headers & Update zio-http to version 3.0.0-RC2 ([#106](#106)) ([37e3343](37e3343))
* Change atala-prism-mediator to identus-mediator ([#287](#287)) ([0341a45](0341a45))
* Change from name var to fix name ([#286](#286)) ([c6d046f](c6d046f))
* cleanup IOHK reference ([#325](#325)) ([cd8dee9](cd8dee9))
* collectionName messages.outbound ([#92](#92)) ([fa09262](fa09262))
* correct endpoint for wss in deployment.yaml ([#178](#178)) ([b56b06c](b56b06c))
* disabled documentation generation ([#24](#24)) ([6fe228f](6fe228f))
* Discord links to never expires ([#141](#141)) ([49ce87c](49ce87c))
* dynamic DID on the web page ([#40](#40)) ([dcf6f58](dcf6f58))
* Encoder for VerificationMethodReferenced as String ([#110](#110)) ([fda478f](fda478f))
* execute the ProtocolExecute's jobToRun zio ([#8](#8)) ([e8eb809](e8eb809))
* field name routing_did in keylist response body ([#22](#22)) ([eace0fd](eace0fd))
* Fix release job (add more ram) ([#32](#32)) ([39d5719](39d5719))
* force release.. ([#190](#190)) ([96baea3](96baea3))
* Hardcode the atala prism did identity ([#9](#9)) ([2be3df0](2be3df0))
* Id/hash of the message must be deterministic ([#53](#53)) ([4ec7396](4ec7396))
* incorrect body of the message results in problem report ([#161](#161)) ([f866daa](f866daa))
* **infra:** add sync-wave to certificate template ([#134](#134)) ([daecc08](daecc08))
* make content-type header case insensitive & remove support for ws ([#7](#7)) ([c2f064e](c2f064e))
* mediator ATL-4883 pickup status message to sync reply ([#59](#59)) ([eb5ce56](eb5ce56))
* mediator db not storing the orignal  value for protected header ([#15](#15)) ([1bba75f](1bba75f))
* mediator docker-compose image repo and version ([#39](#39)) ([803b74c](803b74c))
* mediator oob webpage added logo  ([#42](#42)) ([faf43d9](faf43d9))
* mediator rename package and refactoring ([#41](#41)) ([286e742](286e742))
* mediator test ([#71](#71)) ([c32f34e](c32f34e))
* mediator unique constraint issue ([#25](#25)) ([c1f0230](c1f0230))
* **mediator:** Enabled X-Request-Id ATL-5568 ([#104](#104)) ([f96d683](f96d683))
* **mediator:** Update the readme and docker with type of key forma… ([#267](#267)) ([529be58](529be58))
* MissingProtocolExecuter ([#140](#140)) ([d71bca5](d71bca5))
* mongodb init script updated infrastructure mongodb yaml ([#94](#94)) ([a900d64](a900d64))
* OutOfBand qrcode with base url ([#133](#133)) ([28df290](28df290))
* parsing error when return_route is none ([#77](#77)) ([672037d](672037d))
* re-enable the logging based on X-Request-Id header ([#211](#211)) ([0136326](0136326))
* register the transport ([#192](#192)) ([76d4b35](76d4b35))
* Release mediator tagFormat ([#285](#285)) ([602f0e5](602f0e5))
* reply condition check ReturnRoute ([#88](#88)) ([c2a091c](c2a091c))
* sbt config enable docker plugin ([#6](#6)) ([4cf6d90](4cf6d90))
* Send problemReport for duplicate message ([#157](#157)) ([bf589df](bf589df))
* send status message on delivery request If no messages are avail… ([#139](#139)) ([f42239d](f42239d))
* set default endpoint to localhost ([#102](#102)) ([b607ca2](b607ca2))
* sign ProblemReport when TO is unspecified ([#105](#105)) ([670d5e4](670d5e4))
* Support alias (DID) in Live mode ([#235](#235)) ([5d258bb](5d258bb)), closes [#230](#230)
* trustPing call back not working ([#23](#23)) ([303af83](303af83))
* Update local docker-compose configuration by adding the SERVICE_ENDPOINT port ([#128](#128)) ([071f929](071f929))
* Update README.md ([#292](#292)) ([9f3e3d9](9f3e3d9))
* UserAccountRepo.createOrFindDidAccount ([#69](#69)) ([dc2ccfd](dc2ccfd))
* websocket correct indentation ([#182](#182)) ([4a5b607](4a5b607))

### Features

* Add config from application.conf and docker-compose and an example ([#10](#10)) ([0031067](0031067))
* Add docker config to build.sbt ([#5](#5)) ([b2908ad](b2908ad))
* add endpoint to get the OOB mediate invitation ([#63](#63)) ([11ef6d1](11ef6d1))
* add helm-chart for mediator ([#64](#64)) ([c379a62](c379a62)), closes [#61](#61) [#63](#63)
* add MediatorBuildInfo & /did and /version endpoints ([#120](#120)) ([e41098a](e41098a))
* Add Storage ([#8](#8)) ([ebf4597](ebf4597))
* add tag latest to the mediator docker image ([#118](#118)) ([1ae2b87](1ae2b87))
* Added test for executor and problem reports  ([#117](#117)) ([8e26535](8e26535))
* Better error handling for connection refused ([#47](#47)) ([80d1956](80d1956))
* Error handling and Send Problem Reports ([#65](#65)) ([933cefc](933cefc))
* fix mongo config when no port & support gzip ([#35](#35)) ([11c9330](11c9330))
* Helm Chart Publish ([#301](#301)) ([9f0e118](9f0e118))
* helm-chart appVersion bump and addtional fixes ([#67](#67)) ([539150b](539150b))
* mediator  added more logs and associated message Hash and structured logging ([#16](#16)) ([d9c6926](d9c6926))
* mediator added test for storage layer ([#13](#13)) ([969f50c](969f50c))
* mediator initial release ([#4](#4)) ([98ee905](98ee905))
* mediator rename package and organise the packages ([#12](#12)) ([594081c](594081c))
* new a Webapp to show the QR Code  ([#21](#21)) ([d47fc0d](d47fc0d))
* Not send response errors to the caller ([#50](#50)) ([6cf0ac1](6cf0ac1))
* process KeylistQuery and return Keylist ([#30](#30)) ([04d2980](04d2980))
* reply asynchronous unless return_route all ([#86](#86)) ([a306d59](a306d59))
* reply to StatusRequest ([#26](#26)) ([3b44d2f](3b44d2f))
* Return 202 HTTP code (for DID Comm) ([#162](#162)) ([2ceab73](2ceab73)), closes [#160](#160)
* Store outbound messages ([#84](#84)) ([e97cd1d](e97cd1d))
* Support protocol discover-features 2.0 ([#154](#154)) ([0e93dca](0e93dca))
* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([551ce49](551ce49)), closes [#158](#158)
* Update timeout settings for websocket ([#191](#191)) ([bfd228f](bfd228f))
* websockets support ([#172](#172)) ([3d32b51](3d32b51))

Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant