-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: new a Webapp to show the QR Code #21
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shaileshp0110
approved these changes
Jun 29, 2023
mineme0110
approved these changes
Jun 29, 2023
atala-dev
added a commit
that referenced
this pull request
Jul 4, 2023
# [0.2.0](prism-mediator-v0.1.1...prism-mediator-v0.2.0) (2023-07-04) ### Bug Fixes * disabled documentation generation ([#24](#24)) ([8a2a6ad](8a2a6ad)) * field name routing_did in keylist response body ([#22](#22)) ([f61f114](f61f114)) * Fix release job (add more ram) ([#32](#32)) ([97ab05a](97ab05a)) * make content-type header case insensitive & remove support for ws ([#7](#7)) ([d4a169a](d4a169a)) * mediator db not storing the orignal value for protected header ([#15](#15)) ([bd119f1](bd119f1)) * mediator unique constraint issue ([#25](#25)) ([576d7a3](576d7a3)) * trustPing call back not working ([#23](#23)) ([e8bf356](e8bf356)) ### Features * Add config from application.conf and docker-compose and an example ([#10](#10)) ([2037377](2037377)) * Add Storage ([#8](#8)) ([881e66e](881e66e)) * 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 rename package and organise the packages ([#12](#12)) ([8ea2aac](8ea2aac)) * new a Webapp to show the QR Code ([#21](#21)) ([9af0a87](9af0a87)) * process KeylistQuery and return Keylist ([#30](#30)) ([c5fb175](c5fb175)) * reply to StatusRequest ([#26](#26)) ([28ee891](28ee891))
atala-dev
added a commit
that referenced
this pull request
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
added a commit
that referenced
this pull request
Apr 30, 2024
New a Webapp to show the QR Code For ATL-4304 Create a pipeline to build the Mediator App Fix CI setup Disable the test in scalajs Updated the node setup version Co-authored-by: Shailesh Patil <[email protected]>
mineme0110
pushed a commit
that referenced
this pull request
Apr 30, 2024
# [0.2.0](prism-mediator-v0.1.1...prism-mediator-v0.2.0) (2023-07-04) ### Bug Fixes * disabled documentation generation ([#24](#24)) ([8a2a6ad](8a2a6ad)) * field name routing_did in keylist response body ([#22](#22)) ([f61f114](f61f114)) * Fix release job (add more ram) ([#32](#32)) ([97ab05a](97ab05a)) * make content-type header case insensitive & remove support for ws ([#7](#7)) ([d4a169a](d4a169a)) * mediator db not storing the orignal value for protected header ([#15](#15)) ([bd119f1](bd119f1)) * mediator unique constraint issue ([#25](#25)) ([576d7a3](576d7a3)) * trustPing call back not working ([#23](#23)) ([e8bf356](e8bf356)) ### Features * Add config from application.conf and docker-compose and an example ([#10](#10)) ([2037377](2037377)) * Add Storage ([#8](#8)) ([881e66e](881e66e)) * 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 rename package and organise the packages ([#12](#12)) ([8ea2aac](8ea2aac)) * new a Webapp to show the QR Code ([#21](#21)) ([9af0a87](9af0a87)) * process KeylistQuery and return Keylist ([#30](#30)) ([c5fb175](c5fb175)) * reply to StatusRequest ([#26](#26)) ([28ee891](28ee891))
mineme0110
pushed a commit
that referenced
this pull request
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
added a commit
that referenced
this pull request
Apr 30, 2024
New a Webapp to show the QR Code For ATL-4304 Create a pipeline to build the Mediator App Fix CI setup Disable the test in scalajs Updated the node setup version Co-authored-by: Shailesh Patil <[email protected]> Signed-off-by: Fabio <Pinheiro>
mineme0110
pushed a commit
that referenced
this pull request
Apr 30, 2024
# [0.2.0](prism-mediator-v0.1.1...prism-mediator-v0.2.0) (2023-07-04) ### Bug Fixes * disabled documentation generation ([#24](#24)) ([8a2a6ad](8a2a6ad)) * field name routing_did in keylist response body ([#22](#22)) ([f61f114](f61f114)) * Fix release job (add more ram) ([#32](#32)) ([97ab05a](97ab05a)) * make content-type header case insensitive & remove support for ws ([#7](#7)) ([d4a169a](d4a169a)) * mediator db not storing the orignal value for protected header ([#15](#15)) ([bd119f1](bd119f1)) * mediator unique constraint issue ([#25](#25)) ([576d7a3](576d7a3)) * trustPing call back not working ([#23](#23)) ([e8bf356](e8bf356)) ### Features * Add config from application.conf and docker-compose and an example ([#10](#10)) ([2037377](2037377)) * Add Storage ([#8](#8)) ([881e66e](881e66e)) * 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 rename package and organise the packages ([#12](#12)) ([8ea2aac](8ea2aac)) * new a Webapp to show the QR Code ([#21](#21)) ([9af0a87](9af0a87)) * process KeylistQuery and return Keylist ([#30](#30)) ([c5fb175](c5fb175)) * reply to StatusRequest ([#26](#26)) ([28ee891](28ee891)) Signed-off-by: atala-dev <[email protected]>
mineme0110
pushed a commit
that referenced
this pull request
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 <[email protected]>
mineme0110
added a commit
that referenced
this pull request
May 1, 2024
New a Webapp to show the QR Code For ATL-4304 Create a pipeline to build the Mediator App Fix CI setup Disable the test in scalajs Updated the node setup version Co-authored-by: Shailesh Patil <[email protected]> Signed-off-by: Fabio <Pinheiro>
mineme0110
pushed a commit
that referenced
this pull request
May 1, 2024
# [0.2.0](prism-mediator-v0.1.1...prism-mediator-v0.2.0) (2023-07-04) ### Bug Fixes * disabled documentation generation ([#24](#24)) ([8a2a6ad](8a2a6ad)) * field name routing_did in keylist response body ([#22](#22)) ([f61f114](f61f114)) * Fix release job (add more ram) ([#32](#32)) ([97ab05a](97ab05a)) * make content-type header case insensitive & remove support for ws ([#7](#7)) ([d4a169a](d4a169a)) * mediator db not storing the orignal value for protected header ([#15](#15)) ([bd119f1](bd119f1)) * mediator unique constraint issue ([#25](#25)) ([576d7a3](576d7a3)) * trustPing call back not working ([#23](#23)) ([e8bf356](e8bf356)) ### Features * Add config from application.conf and docker-compose and an example ([#10](#10)) ([2037377](2037377)) * Add Storage ([#8](#8)) ([881e66e](881e66e)) * 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 rename package and organise the packages ([#12](#12)) ([8ea2aac](8ea2aac)) * new a Webapp to show the QR Code ([#21](#21)) ([9af0a87](9af0a87)) * process KeylistQuery and return Keylist ([#30](#30)) ([c5fb175](c5fb175)) * reply to StatusRequest ([#26](#26)) ([28ee891](28ee891)) Signed-off-by: atala-dev <[email protected]>
mineme0110
pushed a commit
that referenced
this pull request
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 <[email protected]>
mineme0110
added a commit
that referenced
this pull request
May 1, 2024
New a Webapp to show the QR Code For ATL-4304 Create a pipeline to build the Mediator App Fix CI setup Disable the test in scalajs Updated the node setup version Co-authored-by: Shailesh Patil <[email protected]> Signed-off-by: Fabio Pinheiro <[email protected]>
mineme0110
pushed a commit
that referenced
this pull request
May 1, 2024
# [0.2.0](prism-mediator-v0.1.1...prism-mediator-v0.2.0) (2023-07-04) ### Bug Fixes * disabled documentation generation ([#24](#24)) ([8a2a6ad](8a2a6ad)) * field name routing_did in keylist response body ([#22](#22)) ([f61f114](f61f114)) * Fix release job (add more ram) ([#32](#32)) ([97ab05a](97ab05a)) * make content-type header case insensitive & remove support for ws ([#7](#7)) ([d4a169a](d4a169a)) * mediator db not storing the orignal value for protected header ([#15](#15)) ([bd119f1](bd119f1)) * mediator unique constraint issue ([#25](#25)) ([576d7a3](576d7a3)) * trustPing call back not working ([#23](#23)) ([e8bf356](e8bf356)) ### Features * Add config from application.conf and docker-compose and an example ([#10](#10)) ([2037377](2037377)) * Add Storage ([#8](#8)) ([881e66e](881e66e)) * 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 rename package and organise the packages ([#12](#12)) ([8ea2aac](8ea2aac)) * new a Webapp to show the QR Code ([#21](#21)) ([9af0a87](9af0a87)) * process KeylistQuery and return Keylist ([#30](#30)) ([c5fb175](c5fb175)) * reply to StatusRequest ([#26](#26)) ([28ee891](28ee891)) Signed-off-by: atala-dev <[email protected]>
mineme0110
pushed a commit
that referenced
this pull request
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 <[email protected]>
mineme0110
added a commit
that referenced
this pull request
May 1, 2024
New a Webapp to show the QR Code For ATL-4304 Create a pipeline to build the Mediator App Fix CI setup Disable the test in scalajs Updated the node setup version Co-authored-by: Shailesh Patil <[email protected]> Signed-off-by: Fabio Pinheiro <[email protected]> Signed-off-by: mineme0110 <[email protected]>
mineme0110
pushed a commit
that referenced
this pull request
May 1, 2024
# [0.2.0](prism-mediator-v0.1.1...prism-mediator-v0.2.0) (2023-07-04) ### Bug Fixes * disabled documentation generation ([#24](#24)) ([8a2a6ad](8a2a6ad)) * field name routing_did in keylist response body ([#22](#22)) ([f61f114](f61f114)) * Fix release job (add more ram) ([#32](#32)) ([97ab05a](97ab05a)) * make content-type header case insensitive & remove support for ws ([#7](#7)) ([d4a169a](d4a169a)) * mediator db not storing the orignal value for protected header ([#15](#15)) ([bd119f1](bd119f1)) * mediator unique constraint issue ([#25](#25)) ([576d7a3](576d7a3)) * trustPing call back not working ([#23](#23)) ([e8bf356](e8bf356)) ### Features * Add config from application.conf and docker-compose and an example ([#10](#10)) ([2037377](2037377)) * Add Storage ([#8](#8)) ([881e66e](881e66e)) * 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 rename package and organise the packages ([#12](#12)) ([8ea2aac](8ea2aac)) * new a Webapp to show the QR Code ([#21](#21)) ([9af0a87](9af0a87)) * process KeylistQuery and return Keylist ([#30](#30)) ([c5fb175](c5fb175)) * reply to StatusRequest ([#26](#26)) ([28ee891](28ee891)) Signed-off-by: atala-dev <[email protected]> Signed-off-by: mineme0110 <[email protected]>
mineme0110
pushed a commit
that referenced
this pull request
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 <[email protected]> Signed-off-by: mineme0110 <[email protected]>
mineme0110
pushed a commit
that referenced
this pull request
May 1, 2024
New a Webapp to show the QR Code For ATL-4304 Create a pipeline to build the Mediator App Fix CI setup Disable the test in scalajs Updated the node setup version Co-authored-by: Shailesh Patil <[email protected]> Signed-off-by: Fabio Pinheiro <[email protected]> Signed-off-by: Shailesh Patil <[email protected]>
mineme0110
pushed a commit
that referenced
this pull request
May 1, 2024
# [0.2.0](prism-mediator-v0.1.1...prism-mediator-v0.2.0) (2023-07-04) ### Bug Fixes * disabled documentation generation ([#24](#24)) ([8a2a6ad](8a2a6ad)) * field name routing_did in keylist response body ([#22](#22)) ([f61f114](f61f114)) * Fix release job (add more ram) ([#32](#32)) ([97ab05a](97ab05a)) * make content-type header case insensitive & remove support for ws ([#7](#7)) ([d4a169a](d4a169a)) * mediator db not storing the orignal value for protected header ([#15](#15)) ([bd119f1](bd119f1)) * mediator unique constraint issue ([#25](#25)) ([576d7a3](576d7a3)) * trustPing call back not working ([#23](#23)) ([e8bf356](e8bf356)) ### Features * Add config from application.conf and docker-compose and an example ([#10](#10)) ([2037377](2037377)) * Add Storage ([#8](#8)) ([881e66e](881e66e)) * 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 rename package and organise the packages ([#12](#12)) ([8ea2aac](8ea2aac)) * new a Webapp to show the QR Code ([#21](#21)) ([9af0a87](9af0a87)) * process KeylistQuery and return Keylist ([#30](#30)) ([c5fb175](c5fb175)) * reply to StatusRequest ([#26](#26)) ([28ee891](28ee891)) Signed-off-by: atala-dev <[email protected]> Signed-off-by: Shailesh Patil <[email protected]>
mineme0110
pushed a commit
that referenced
this pull request
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 <[email protected]> Signed-off-by: Shailesh Patil <[email protected]>
mineme0110
pushed a commit
that referenced
this pull request
May 1, 2024
New a Webapp to show the QR Code For ATL-4304 Create a pipeline to build the Mediator App Fix CI setup Disable the test in scalajs Updated the node setup version Co-authored-by: Shailesh Patil <[email protected]> Signed-off-by: Fabio Pinheiro <[email protected]> Signed-off-by: Shailesh Patil <[email protected]>
mineme0110
pushed a commit
that referenced
this pull request
May 1, 2024
# [0.2.0](prism-mediator-v0.1.1...prism-mediator-v0.2.0) (2023-07-04) ### Bug Fixes * disabled documentation generation ([#24](#24)) ([8a2a6ad](8a2a6ad)) * field name routing_did in keylist response body ([#22](#22)) ([f61f114](f61f114)) * Fix release job (add more ram) ([#32](#32)) ([97ab05a](97ab05a)) * make content-type header case insensitive & remove support for ws ([#7](#7)) ([d4a169a](d4a169a)) * mediator db not storing the orignal value for protected header ([#15](#15)) ([bd119f1](bd119f1)) * mediator unique constraint issue ([#25](#25)) ([576d7a3](576d7a3)) * trustPing call back not working ([#23](#23)) ([e8bf356](e8bf356)) ### Features * Add config from application.conf and docker-compose and an example ([#10](#10)) ([2037377](2037377)) * Add Storage ([#8](#8)) ([881e66e](881e66e)) * 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 rename package and organise the packages ([#12](#12)) ([8ea2aac](8ea2aac)) * new a Webapp to show the QR Code ([#21](#21)) ([9af0a87](9af0a87)) * process KeylistQuery and return Keylist ([#30](#30)) ([c5fb175](c5fb175)) * reply to StatusRequest ([#26](#26)) ([28ee891](28ee891)) Signed-off-by: atala-dev <[email protected]> Signed-off-by: Shailesh Patil <[email protected]>
mineme0110
pushed a commit
that referenced
this pull request
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 <[email protected]> Signed-off-by: Shailesh Patil <[email protected]>
mineme0110
pushed a commit
that referenced
this pull request
May 1, 2024
New a Webapp to show the QR Code For ATL-4304 Create a pipeline to build the Mediator App Fix CI setup Disable the test in scalajs Updated the node setup version Co-authored-by: Shailesh Patil <[email protected]> Signed-off-by: Fabio Pinheiro <[email protected]> Signed-off-by: Shailesh Patil <[email protected]>
mineme0110
pushed a commit
that referenced
this pull request
May 1, 2024
# [0.2.0](prism-mediator-v0.1.1...prism-mediator-v0.2.0) (2023-07-04) ### Bug Fixes * disabled documentation generation ([#24](#24)) ([8a2a6ad](8a2a6ad)) * field name routing_did in keylist response body ([#22](#22)) ([f61f114](f61f114)) * Fix release job (add more ram) ([#32](#32)) ([97ab05a](97ab05a)) * make content-type header case insensitive & remove support for ws ([#7](#7)) ([d4a169a](d4a169a)) * mediator db not storing the orignal value for protected header ([#15](#15)) ([bd119f1](bd119f1)) * mediator unique constraint issue ([#25](#25)) ([576d7a3](576d7a3)) * trustPing call back not working ([#23](#23)) ([e8bf356](e8bf356)) ### Features * Add config from application.conf and docker-compose and an example ([#10](#10)) ([2037377](2037377)) * Add Storage ([#8](#8)) ([881e66e](881e66e)) * 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 rename package and organise the packages ([#12](#12)) ([8ea2aac](8ea2aac)) * new a Webapp to show the QR Code ([#21](#21)) ([9af0a87](9af0a87)) * process KeylistQuery and return Keylist ([#30](#30)) ([c5fb175](c5fb175)) * reply to StatusRequest ([#26](#26)) ([28ee891](28ee891)) Signed-off-by: atala-dev <[email protected]> Signed-off-by: Shailesh Patil <[email protected]>
mineme0110
pushed a commit
that referenced
this pull request
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 <[email protected]> Signed-off-by: Shailesh Patil <[email protected]>
atala-dev
added a commit
that referenced
this pull request
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 pull request
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 pull request
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 <[email protected]>
yshyn-iohk
pushed a commit
that referenced
this pull request
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 <[email protected]>
yshyn-iohk
pushed a commit
that referenced
this pull request
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 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat: New a Webapp to show the QR Code
New webpage
Show QR Code for ATL-4304