Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update munit to 1.0.0-RC1 in main #295

Closed
wants to merge 804 commits into from
Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    7984eea View commit details
    Browse the repository at this point in the history
  2. chore(release): cut prism mediator 0.1.1 release

    ## [0.1.1](prism-mediator-v0.1.0...prism-mediator-v0.1.1) (2023-05-23)
    
    ### Bug Fixes
    
    * execute the ProtocolExecute's jobToRun zio ([#8](#8)) ([5034499](5034499))
    * Hardcode the atala prism did identity ([#9](#9)) ([7984eea](7984eea))
    atala-dev committed May 23, 2023
    Configuration menu
    Copy the full SHA
    74a639b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    2037377 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edf13f7 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    0792872 View commit details
    Browse the repository at this point in the history
  2. Updated the LICENSE

    mineme0110 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    68fe4a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    3d1ddb4 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. docs: mediator Updated kotlin readme for example client to pass the c…

    …orrect content-type header (#3)
    
    Co-authored-by: Shailesh Patil <[email protected]>
    shaileshp0110 and mineme0110 committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    13c1729 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2d5be7 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    d4a169a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. feat: Add Storage (#8)

    Added Mongo db driver 
    Added ReactiveMongo Zlayer
    Added  Mongo repo and collection update and query
    Updated the docker-compose to create the collection and indexes required.
    
    Co-authored-by: Shailesh Patil <[email protected]>
    FabioPinheiro and mineme0110 committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    881e66e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. feat: mediator rename package and organise the packages (#12)

    * feat: mediator rename package and code cleanup
    mineme0110 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    8ea2aac View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. feat: mediator added test for storage layer (#13)

    * feat: mediator added test for the mongo repo layer
    
    * caching updated the version
    mineme0110 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    25728b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. fix: mediator db not storing the orignal value for protected header (#15

    )
    
    fix: meadiator db bson implicits to store the orginal
    mineme0110 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    bd119f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de429d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. feat: mediator added more logs and associated message Hash and struct…

    …ured logging (#16)
    
    * Added more logging and formatted the logging for console, with msgHasH
    
    * Added console json formatter
    
    * code cleanup
    
    * structured login with logstash
    
    * updated the package in buildinfo
    
    * downgraded the version for logback
    
    * updated the version for logback
    
    * address pr comments
    mineme0110 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    119b637 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. fix : mediator add to alias should not store duplicated alias (#19)

    * add to alias is a set, and not duplicates fixed ussing mongo addtoset
    
    * Added tests and Updated the reposne to nochnage in case of the noupdate was done
    
    ---------
    
    Co-authored-by: Shailesh Patil <[email protected]>
    shaileshp0110 and mineme0110 committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    ae70000 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b66f53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dbcd25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5d5dc1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81f8a57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10462be View commit details
    Browse the repository at this point in the history
  7. Update munit to 1.0.0-M8 in main (#11)

    Co-authored-by: Fabio Pinheiro <[email protected]>
    atala-dev and FabioPinheiro committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    a2c64d1 View commit details
    Browse the repository at this point in the history
  8. fix: field name routing_did in keylist response body (#22)

    Mediator returns "routing_did" instead of "recipient_did" in keylist response body
    Fix for ATL-4845
    FabioPinheiro committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    f61f114 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. feat: new a Webapp to show the QR Code (#21)

    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]>
    FabioPinheiro and mineme0110 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    9af0a87 View commit details
    Browse the repository at this point in the history
  2. fix: trustPing call back not working (#23)

    Fix trustPing callback not working
    For ATL-5077
    Same fix as in commit 5034499
    FabioPinheiro committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e8bf356 View commit details
    Browse the repository at this point in the history
  3. fix: disabled documentation generation (#24)

    Stop documentation to be built (since it has a bug)
    FabioPinheiro committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    8a2a6ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    576d7a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. tests: add integration tests for mediator (#9)

    abalias committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    d2c5ce5 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. feat: reply to StatusRequest (#26)

    Reply to StatusRequest in the messagepickup protocol
    For ATL-4883
    FabioPinheiro committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    28ee891 View commit details
    Browse the repository at this point in the history
  2. feat: process KeylistQuery and return Keylist (#30)

    Process a Keylist Query and return a Keylist
    For ATL-4208
    FabioPinheiro committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    c5fb175 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8d6d42 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    97ab05a View commit details
    Browse the repository at this point in the history
  2. chore(release): cut prism mediator 0.2.0 release

    # [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 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    bf19538 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    0949a19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2b2a02 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. fix: mediator docker-compose image repo and version (#39)

    * fix: the image repo and version in docker-compose
    
    Co-authored-by: Shailesh Patil <[email protected]>
    shaileshp0110 and mineme0110 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    116174b View commit details
    Browse the repository at this point in the history
  2. fix: mediator rename package and refactoring (#41)

    * Refactoring the package
    
    * TrustPingExecutor moved to seprated file and package
    
    * Moved all the protocols executor to protocol package
    mineme0110 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c755c99 View commit details
    Browse the repository at this point in the history
  3. chore(release): cut prism mediator 0.3.0 release

    # [0.3.0](prism-mediator-v0.2.0...prism-mediator-v0.3.0) (2023-07-07)
    
    ### Bug Fixes
    
    * dynamic DID on the web page ([#40](#40)) ([0949a19](0949a19))
    * mediator docker-compose image repo and version ([#39](#39)) ([116174b](116174b))
    * mediator rename package and refactoring ([#41](#41)) ([c755c99](c755c99))
    
    ### Features
    
    * fix mongo config when no port & support gzip ([#35](#35)) ([b2b2a02](b2b2a02))
    atala-dev committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c3ea869 View commit details
    Browse the repository at this point in the history
  4. fix: mediator oob webpage added logo (#42)

    webpage cleanup and added logo and hanged the color of the page
    
    Co-authored-by: Shailesh Patil <[email protected]>
    shaileshp0110 and mineme0110 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    45debc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    c5ea8c1 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut prism mediator 0.3.1 release

    ## [0.3.1](prism-mediator-v0.3.0...prism-mediator-v0.3.1) (2023-07-10)
    
    ### Bug Fixes
    
    * mediator oob webpage added logo  ([#42](#42)) ([45debc8](45debc8))
    atala-dev committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    f71de28 View commit details
    Browse the repository at this point in the history
  3. Update sbt-scalajs-crossproject to 1.3.2 in main (#43)

    Co-authored-by: Fabio Pinheiro <[email protected]>
    atala-dev and FabioPinheiro committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    1ac4c31 View commit details
    Browse the repository at this point in the history
  4. doc: add documentation for ATL-4299 (#36)

    Add documentation for ATL-4299
    FabioPinheiro committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    4189d73 View commit details
    Browse the repository at this point in the history
  5. Update laminar to 16.0.0 in main (#45)

    Signed-off-by: Fabio Pinheiro <[email protected]>
    Co-authored-by: Fabio Pinheiro <[email protected]>
    atala-dev and FabioPinheiro committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    fc5aefc View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. feat: Better error handling for connection refused (#47)

    PRISM Mediator unhandled exception when recipient connection refused
    Better at error handling when recipient connection is refused
    For ATL-4788
    FabioPinheiro committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    429940e View commit details
    Browse the repository at this point in the history
  2. doc(mediator): add C4 diagrams (#49)

    * doc(mediator): add context/container/component C4 diagrams
    
    * doc(mediator): update description
    
    * doc(mediator): use collections and not tables
    bvoiturier committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    8519314 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. feat: Not send response errors to the caller (#50)

    Meditor should not send HTTP response with errors to the caller
    For ATL-5200
    FabioPinheiro committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    60ee3ef View commit details
    Browse the repository at this point in the history
  2. fix: Id/hash of the message must be deterministic (#53)

    Id/hash of the message must be deterministic
    Use SHA1 for hashing message
    Fix for ATL-5213
    Other minor bug fixes
    FabioPinheiro committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d122b99 View commit details
    Browse the repository at this point in the history
  3. Update sbt to 1.9.2 in main (#48)

    Co-authored-by: Fabio Pinheiro <[email protected]>
    atala-dev and FabioPinheiro committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    0b5a633 View commit details
    Browse the repository at this point in the history
  4. Update scalafmt-core to 3.7.8 in main (#51)

    * Update scalafmt-core to 3.7.8 in main
    
    * Reformat with scalafmt 3.7.8
    
    Executed command: scalafmt --non-interactive
    
    * Add 'Reformat with scalafmt 3.7.8' to .git-blame-ignore-revs
    
    ---------
    
    Co-authored-by: Fabio Pinheiro <[email protected]>
    atala-dev and FabioPinheiro committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    2e269d1 View commit details
    Browse the repository at this point in the history
  5. chore(release): cut prism mediator 0.4.0 release

    # [0.4.0](prism-mediator-v0.3.1...prism-mediator-v0.4.0) (2023-07-13)
    
    ### Bug Fixes
    
    * Id/hash of the message must be deterministic ([#53](#53)) ([d122b99](d122b99))
    
    ### Features
    
    * Better error handling for connection refused ([#47](#47)) ([429940e](429940e))
    * Not send response errors to the caller ([#50](#50)) ([60ee3ef](60ee3ef))
    atala-dev committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    4551614 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. test: fix integration tests (#57)

    Anton Baliasnikov committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    a199bf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. test: add basic keylist-query integration test (#58)

    Anton Baliasnikov committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c81c3f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0b6de0 View commit details
    Browse the repository at this point in the history
  3. chore(release): cut prism mediator 0.4.1 release

    ## [0.4.1](prism-mediator-v0.4.0...prism-mediator-v0.4.1) (2023-07-20)
    
    ### Bug Fixes
    
    * mediator ATL-4883 pickup status message to sync reply ([#59](#59)) ([c0b6de0](c0b6de0))
    atala-dev committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    2975e8d View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. test: add pickup status message scenario (#62)

    Anton Baliasnikov committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    32f4615 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c82282c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f578649 View commit details
    Browse the repository at this point in the history
  4. chore(release): cut prism mediator 0.5.0 release

    # [0.5.0](prism-mediator-v0.4.1...prism-mediator-v0.5.0) (2023-07-21)
    
    ### Features
    
    * add endpoint to get the OOB mediate invitation ([#63](#63)) ([c82282c](c82282c))
    atala-dev committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    6dbd93c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. feat: add helm-chart for mediator (#64)

    * feat: adding helm-chart for mediator
    
    * fix: service name alignment with routes
    
    * fix: add yaml seperator to ensure multiple resources are created
    
    * feat: allow mediator at route and wildcard suffix
    
    * feat: add pre-commit hooks, fix new-lines at end of files
    
    * Update did, did-imp, did-method-peer to 0.1.0-M6 in main (#61)
    
    * chore(release): cut prism mediator 0.5.0 release
    
    # [0.5.0](prism-mediator-v0.4.1...prism-mediator-v0.5.0) (2023-07-21)
    
    ### Features
    
    * add endpoint to get the OOB mediate invitation ([#63](#63)) ([c82282c](c82282c))
    
    * fix: mediator version updated
    
    * fix: correct naming for tls object
    
    Signed-off-by: David Poltorak <[email protected]>
    
    ---------
    
    Signed-off-by: David Poltorak <[email protected]>
    Co-authored-by: atala-dev <[email protected]>
    Co-authored-by: atala-dev <[email protected]>
    Co-authored-by: Shailesh Patil <[email protected]>
    4 people committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    52e5d3b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. docs: how to configure the mediator (#60)

    How to configure the mediator
    Update Coordinate-Mediation-Protocol.md
    For ATL-5359
    
    Signed-off-by: Fabio Pinheiro <[email protected]>
    Co-authored-by: Anton Baliasnikov <[email protected]>
    FabioPinheiro and Anton Baliasnikov committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    711ca27 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Update sbt to 1.9.3 in main (#66)

    Co-authored-by: Fabio Pinheiro <[email protected]>
    atala-dev and FabioPinheiro committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7764873 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. feat: helm-chart appVersion bump and addtional fixes (#67)

    * fix: add string secret for consumers to allow keys to be generated
    * fix: set service endpoint to applicationUrls without mediator suffix
    * fix: restore cors configuration to mediation route
    * ci: add helm-chart appVersion bump to release process
    * ci: install yq to be used in release process
    * chore: remove empty line
    
    Signed-off-by: David Poltorak <[email protected]>
    davidpoltorak-io committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    3ccbe3e View commit details
    Browse the repository at this point in the history
  2. chore(release): cut prism mediator 0.6.0 release

    # [0.6.0](prism-mediator-v0.5.0...prism-mediator-v0.6.0) (2023-07-27)
    
    ### Features
    
    * add helm-chart for mediator ([#64](#64)) ([52e5d3b](52e5d3b)), closes [#61](#61) [#63](#63)
    * helm-chart appVersion bump and addtional fixes ([#67](#67)) ([3ccbe3e](3ccbe3e))
    atala-dev committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    3db00c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. fix: UserAccountRepo.createOrFindDidAccount (#69)

    Second mediation request cause failure PRISM Mediator with DatabaseException
    Fix UserAccountRepo.newDidAccount
    For ATL-5408
    FabioPinheiro committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    3526f0a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    60be233 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9804a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55c6707 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. fix: mediator test (#71)

    mineme0110 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    7572dcc View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    2140e4b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    86164ba View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Readme updated (#73)

    * fix: mediator test
    
    * docs: update No status message is sent on delivery request
    
    ---------
    
    Co-authored-by: Shailesh Patil <[email protected]>
    Co-authored-by: Shailesh Patil <[email protected]>
    3 people committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    7264a79 View commit details
    Browse the repository at this point in the history
  2. feat: Error handling and Send Problem Reports (#65)

    Error handling and Send Problem Reports
    For ATL-5340
    
    - Catch Errors and send Problem Reports:
      - (sync) e.p.crypto - is message is tampering (any crypto error).
        - [WIP]
      - (sync) e.p.crypto.unsupported - is message is tampering (any crypto error).
        - [WIP]
      - (sync & async) e.p.crypto.replay - if the message is reply (possible he replay attack).
      - (sync) e.p.req - pickup message before enroling.
      - [QA] StatusRequest - https://didcomm.org/messagepickup/3.0/status-request
      - [QA] DeliveryRequest - https://didcomm.org/messagepickup/3.0/delivery-request
      - (sync) e.p.me.res.storage - connection MongoBD is not working.
      - [QA] catch all StorageCollection Error
      - (sync) e.p.me.res.storage - business logic MongoBD is not working.
      - [QA] catch all StorageThrowable
      - (sync) e.p.did - for any DID method that is not `did.peer`.
      - (sync) e.p.did.malformed - for any DID method malformed.
      - (sync) e.p.msg - for parsing error from the message.
        - [QA] All parsing errors from the decrypt function
        - [TODO] parsing for a specific data model of each protocol
      - (sync) e.p.msg.unsupported - for the message type LiveModeChange and all message that is not the role of the mediator
        - [QA] MediateGrant
        - [QA] MediateDeny
        - [QA] KeylistResponse
        - [QA] Status - https://didcomm.org/messagepickup/3.0/status
        - [TODO] ...
      - LiveModeChange Not Supported 
        - [QA] "e.m.live-mode-not-supported" - https://didcomm.org/messagepickup/3.0/live-delivery-change
      - (sync) e.p.msg.unsupported - for parsing errors due to unsupported version or protocol.
        - [QA] MissingProtocolExecuter (unsupported protocol it also works fine for unsupported versions)
      - (sync & async) e.p.req.not_enroll - Get a Forward message to a DID that is not enrolled.
        - [QA] Send a Problem Report if the next DID is not enrolled in the Mediator.
      - (sync & async) e.p.me - catch all error at the end.
        - [WIP]
    
    ---------
    
    Signed-off-by: Fabio Pinheiro <[email protected]>
    FabioPinheiro committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    fe46055 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. fix: parsing error when return_route is none (#77)

    fix: when return_route is none
    
    Update lib to fix the parsing error of messages.
    happens when 'return_route' is 'none'.
    For ATL-5486
    
    Signed-off-by: Fabio Pinheiro <[email protected]>
    FabioPinheiro committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    02dde1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    376ccee View commit details
    Browse the repository at this point in the history
  3. Update logback-classic to 1.3.11 in main (#79)

    Signed-off-by: Fabio Pinheiro <[email protected]>
    atala-dev committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f466734 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fce5199 View commit details
    Browse the repository at this point in the history
  5. chore(release): cut prism mediator 0.7.0 release

    # [0.7.0](prism-mediator-v0.6.0...prism-mediator-v0.7.0) (2023-08-18)
    
    ### Bug Fixes
    
    * mediator test ([#71](#71)) ([7572dcc](7572dcc))
    * parsing error when return_route is none ([#77](#77)) ([02dde1e](02dde1e))
    * UserAccountRepo.createOrFindDidAccount ([#69](#69)) ([3526f0a](3526f0a))
    
    ### Features
    
    * Error handling and Send Problem Reports ([#65](#65)) ([fe46055](fe46055))
    atala-dev committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    7bd950f View commit details
    Browse the repository at this point in the history
  6. feat: reply asynchronous unless return_route all (#86)

    All DIDComm call must be asynchronous unless it has return_route header specified
    For ATL-5535
    FabioPinheiro committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6249f37 View commit details
    Browse the repository at this point in the history
  7. chore(release): cut prism mediator 0.8.0 release

    # [0.8.0](prism-mediator-v0.7.0...prism-mediator-v0.8.0) (2023-08-18)
    
    ### Features
    
    * reply asynchronous unless return_route all ([#86](#86)) ([6249f37](6249f37))
    atala-dev committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b757fc4 View commit details
    Browse the repository at this point in the history
  8. fix: reply condition check ReturnRoute (#88)

    It was checking Some(Some(ReturnRoute)) contains all
    The double option type was wrong.
    FabioPinheiro committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    68c86c8 View commit details
    Browse the repository at this point in the history
  9. chore(release): cut prism mediator 0.8.1 release

    ## [0.8.1](prism-mediator-v0.8.0...prism-mediator-v0.8.1) (2023-08-18)
    
    ### Bug Fixes
    
    * reply condition check ReturnRoute ([#88](#88)) ([68c86c8](68c86c8))
    atala-dev committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6b97a22 View commit details
    Browse the repository at this point in the history
  10. fix: alias list is empty in new acounts by default (#87)

    The alias list is empty by default when mediate is grant.
    After receiving a 'mediate-grant' message the 'recipient' should update his 'recipient_did' with a 'recipient-update' message and add DIDs. In order for the 'mediator' to start accepting Forward Message for those DIDs.
    FabioPinheiro committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    39484e6 View commit details
    Browse the repository at this point in the history
  11. chore(release): cut prism mediator 0.8.2 release

    ## [0.8.2](prism-mediator-v0.8.1...prism-mediator-v0.8.2) (2023-08-18)
    
    ### Bug Fixes
    
    * alias list is empty in new acounts by default ([#87](#87)) ([39484e6](39484e6))
    atala-dev committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5415652 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. feat: Store outbound messages (#84)

    Store all outbound messages 
    Minor bug fix also:
    - The reply must only be in one way
    FabioPinheiro committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    3576656 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut prism mediator 0.9.0 release

    # [0.9.0](prism-mediator-v0.8.2...prism-mediator-v0.9.0) (2023-08-21)
    
    ### Features
    
    * Store outbound messages ([#84](#84)) ([3576656](3576656))
    atala-dev committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    cf99ae2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    a1bd657 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut prism mediator 0.9.1 release

    ## [0.9.1](prism-mediator-v0.9.0...prism-mediator-v0.9.1) (2023-08-22)
    
    ### Bug Fixes
    
    * collectionName messages.outbound ([#92](#92)) ([a1bd657](a1bd657))
    atala-dev committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    aa120ee View commit details
    Browse the repository at this point in the history
  3. test: use integration tests from public source (#93)

    Anton Baliasnikov committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    afa0271 View commit details
    Browse the repository at this point in the history
  4. fix: mongodb init script updated infrastructure mongodb yaml (#94)

    fix: mongodb init script
    
    Signed-off-by: Shailesh Patil <[email protected]>
    mineme0110 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d9cc42a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. ci: fix slack webhook and json path (#97)

    Anton Baliasnikov committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9e6d1da View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. ci: use the fixed mediator test suite version (#100)

    Anton Baliasnikov committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    98a8e99 View commit details
    Browse the repository at this point in the history
  2. fix(mediator): Enabled X-Request-Id ATL-5568 (#104)

    * fix(mediator): Enabled X-Request-Id ATL-5568
    
    Signed-off-by: Shailesh Patil <[email protected]>
    
    * fix(mediator): Enabled X-Request-Id ATL-5568
    
    Signed-off-by: Shailesh Patil <[email protected]>
    
    ---------
    
    Signed-off-by: Shailesh Patil <[email protected]>
    mineme0110 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b0d4fee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de8b702 View commit details
    Browse the repository at this point in the history
  4. chore(release): cut prism mediator 0.9.2 release

    ## [0.9.2](prism-mediator-v0.9.1...prism-mediator-v0.9.2) (2023-08-30)
    
    ### Bug Fixes
    
    * **mediator:** Enabled X-Request-Id ATL-5568 ([#104](#104)) ([b0d4fee](b0d4fee))
    * mongodb init script updated infrastructure mongodb yaml ([#94](#94)) ([d9cc42a](d9cc42a))
    * set default endpoint to localhost ([#102](#102)) ([de8b702](de8b702))
    atala-dev committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7d35edc View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    586dd9f View commit details
    Browse the repository at this point in the history
  2. fix: Annotate Headers & Update zio-http to version 3.0.0-RC2 (#106)

    * fix: Annotate Headers & Update zio-http to version 3.0.0-RC2
    * fix: cleanup code - remove websocket logic
    * fix: get Header.ContentType not working
    FabioPinheiro committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    aa19f0a View commit details
    Browse the repository at this point in the history
  3. fix(mediator) : escala_to configurable (#108)

    * Problem report escalato confgurable and renamed type
    
    Signed-off-by: Shailesh Patil <[email protected]>
    
    * Problem report escalato confgurable and renamed type
    
    Signed-off-by: Shailesh Patil <[email protected]>
    
    * Problem report escalato confgurable and renamed type
    
    Signed-off-by: Shailesh Patil <[email protected]>
    
    * removed the hello endpoint
    
    Signed-off-by: Shailesh Patil <[email protected]>
    
    ---------
    
    Signed-off-by: Shailesh Patil <[email protected]>
    mineme0110 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    d1f0ac4 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. fix: Encoder for VerificationMethodReferenced as String (#110)

    fix(mediator): encoder for the VerificationMethodReferenced
    
    Signed-off-by: Shailesh Patil <[email protected]>
    mineme0110 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    761d422 View commit details
    Browse the repository at this point in the history
  2. fix: Added DidSubject to report problem when not enrolled (#111)

    fix(mediator): Added didsubject to  reprrt problem on the event of not enrolled did is used
    
    Signed-off-by: Shailesh Patil <[email protected]>
    mineme0110 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    40c5d06 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Added XRequestId as part of MessageMetaData and MessageItem Transport… (

    #113)
    
    Added XRequestId as part of MessageMetaData and MessageItem TransportInfo for identifying the message received and send message
    
    Signed-off-by: Shailesh Patil <[email protected]>
    mineme0110 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0530d24 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    2db9138 View commit details
    Browse the repository at this point in the history
  2. feat: Added test for executor and problem reports (#117)

    * feat: Added test for executor and problem reports
    Signed-off-by: Shailesh Patil <[email protected]>
    
    * lift the future effec into zio
    
    Signed-off-by: Shailesh Patil <[email protected]>
    
    ---------
    
    Signed-off-by: Shailesh Patil <[email protected]>
    mineme0110 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ce05d5a View commit details
    Browse the repository at this point in the history
  3. docs: include error handling flow in readme (#116)

    * docs(mediator): update mediator readme
    
    Signed-off-by: Shailesh Patil <[email protected]>
    
    * docs(mediator): update mediator readme
    
    Signed-off-by: Shailesh Patil <[email protected]>
    
    * docs(mediator): TODO added for adding report link
    
    Signed-off-by: Shailesh Patil <[email protected]>
    
    * docs(mediator): adding the test report link
    
    Signed-off-by: Shailesh Patil <[email protected]>
    
    * Added CODEOWNER files
    
    Signed-off-by: Shailesh Patil <[email protected]>
    
    * Updated the ReadME and docker compose
    
    Signed-off-by: Shailesh Patil <[email protected]>
    
    * addressed the pr comments
    
    Signed-off-by: Shailesh Patil <[email protected]>
    
    ---------
    
    Signed-off-by: Shailesh Patil <[email protected]>
    Co-authored-by: Shailesh Patil <[email protected]>
    shaileshp0110 and mineme0110 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    261f250 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. feat: add MediatorBuildInfo & /did and /version endpoints (#120)

    Add MediatorBuildInfo & /did and /version endpoints
    FabioPinheiro committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    4445e1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd736e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. feat: add tag latest to the mediator docker image (#118)

    Signed-off-by: Fabio Pinheiro <[email protected]>
    FabioPinheiro committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    020f2cd View commit details
    Browse the repository at this point in the history
  2. fix: Update local docker-compose configuration by adding the SERVICE_…

    …ENDPOINT port (#128)
    
    * fix: Update local docker-compose configuration by adding the SERVICE_ENDPOINT port which was missing.
    * Replace ci mediator peer did.
    elribonazo committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    2adc6aa View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. chore(release): cut prism mediator 0.10.0 release

    # [0.10.0](prism-mediator-v0.9.2...prism-mediator-v0.10.0) (2023-09-21)
    
    ### Bug Fixes
    
    * Added DidSubject to report problem when not enrolled ([#111](#111)) ([40c5d06](40c5d06))
    * Annotate Headers & Update zio-http to version 3.0.0-RC2 ([#106](#106)) ([aa19f0a](aa19f0a))
    * Encoder for VerificationMethodReferenced as String ([#110](#110)) ([761d422](761d422))
    * sign ProblemReport when TO is unspecified ([#105](#105)) ([586dd9f](586dd9f))
    * Update local docker-compose configuration by adding the SERVICE_ENDPOINT port ([#128](#128)) ([2adc6aa](2adc6aa))
    
    ### Features
    
    * add MediatorBuildInfo & /did and /version endpoints ([#120](#120)) ([4445e1f](4445e1f))
    * add tag latest to the mediator docker image ([#118](#118)) ([020f2cd](020f2cd))
    * Added test for executor and problem reports  ([#117](#117)) ([ce05d5a](ce05d5a))
    atala-dev committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a0b0a0c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    aca313c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    876b7f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af86c1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a8fe29 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. doc: Add Badges (#132)

    doc: Add Badges
    Add invitation link to discord
    Update README.md
    
    Signed-off-by: Pete Vielhaber <[email protected]>
    Co-authored-by: Pete Vielhaber <[email protected]>
    FabioPinheiro and petevielhaber committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    17b7975 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. fix: OutOfBand qrcode with base url (#133)

    * fix: OutOfBand qrcode with base url
    
    Signed-off-by: Shailesh Patil <[email protected]>
    
    * flaky test fix moving the affect to zio
    
    Signed-off-by: Shailesh Patil <[email protected]>
    
    ---------
    
    Signed-off-by: Shailesh Patil <[email protected]>
    mineme0110 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    56d34f9 View commit details
    Browse the repository at this point in the history
  2. fix(infra): add sync-wave to certificate template (#134)

    Signed-off-by: Milos Dzepina <[email protected]>
    milosh86 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    82f902f View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. doc: document Mediator's custom behaviors (#135)

    * doc: document Mediator's custom behaviors
    
    * rephrased the sentence
    
    Signed-off-by: mineme0110 <[email protected]>
    
    ---------
    
    Signed-off-by: mineme0110 <[email protected]>
    Co-authored-by: mineme0110 <[email protected]>
    FabioPinheiro and mineme0110 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    fbe30cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b654b81 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Update upickle to 3.1.3 in main (#124)

    Co-authored-by: Fabio Pinheiro <[email protected]>
    atala-dev and FabioPinheiro committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    1e5acf6 View commit details
    Browse the repository at this point in the history
  2. Add Mediation-Flows.md (#119)

    Signed-off-by: Fabio Pinheiro <[email protected]>
    FabioPinheiro committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c58f38b View commit details
    Browse the repository at this point in the history
  3. Update zio-json to 0.6.2 in main (#109)

    Co-authored-by: Fabio Pinheiro <[email protected]>
    atala-dev and FabioPinheiro committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    056a1d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a73abbd View commit details
    Browse the repository at this point in the history
  5. Update munit to 1.0.0-M10 in main (#123)

    Co-authored-by: Fabio Pinheiro <[email protected]>
    atala-dev and FabioPinheiro committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    060ca11 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    910eb7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4d5869 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63320c5 View commit details
    Browse the repository at this point in the history
  4. fix: send status message on delivery request If no messages are avail… (

    #139)
    
    * fix: send status message on delivery request If no messages are available to be sent, a status message MUST be sent immediately
    
    Signed-off-by: mineme0110 <[email protected]>
    
    * readme updated to match the protocol behaviour
    
    Signed-off-by: mineme0110 <[email protected]>
    
    ---------
    
    Signed-off-by: mineme0110 <[email protected]>
    mineme0110 committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    c788335 View commit details
    Browse the repository at this point in the history
  5. fix: MissingProtocolExecuter (#140)

    For ATL-5840
    FabioPinheiro committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    c7a0f90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7f7a74 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0608cb5 View commit details
    Browse the repository at this point in the history
  8. chore(release): cut prism mediator 0.10.1 release

    ## [0.10.1](prism-mediator-v0.10.0...prism-mediator-v0.10.1) (2023-10-13)
    
    ### Bug Fixes
    
    * allowed memory to increase gradually in CI ([#37](#37)) ([a73abbd](a73abbd))
    * Discord links to never expires ([#141](#141)) ([e7f7a74](e7f7a74))
    * **infra:** add sync-wave to certificate template ([#134](#134)) ([82f902f](82f902f))
    * MissingProtocolExecuter ([#140](#140)) ([c7a0f90](c7a0f90))
    * OutOfBand qrcode with base url ([#133](#133)) ([56d34f9](56d34f9))
    * send status message on delivery request If no messages are avail… ([#139](#139)) ([c788335](c788335))
    atala-dev committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    82dd096 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    40f2fdb View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. fix: Send problemReport for duplicate message (#157)

    fix: Sendproblem report for duplicate message
    
    Signed-off-by: mineme0110 <[email protected]>
    mineme0110 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    df522cf View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. chore(release): cut prism mediator 0.10.2 release

    ## [0.10.2](prism-mediator-v0.10.1...prism-mediator-v0.10.2) (2023-11-06)
    
    ### Bug Fixes
    
    * Send problemReport for duplicate message ([#157](#157)) ([df522cf](df522cf))
    atala-dev committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    a8116b0 View commit details
    Browse the repository at this point in the history
  2. fix: incorrect body of the message results in problem report (#161)

    * fix:  incorrect body of the message results in problemreport
    
    * fix:  incorrect body of the message results in problemreport
    mineme0110 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    6d8b9b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. feat: Support protocol discover-features 2.0 (#154)

    * [WIP] feat: Support protocol discover-features 2.0
    
    * add test
    
    * added test for non match
    
    * added test for non match
    
    ---------
    
    Co-authored-by: mineme0110 <[email protected]>
    FabioPinheiro and mineme0110 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    9220858 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c06b76 View commit details
    Browse the repository at this point in the history
  3. Update scalafmt-core to 3.7.15 in main (#153)

    * Update scalafmt-core to 3.7.15 in main
    
    * Reformat with scalafmt 3.7.15
    
    Executed command: scalafmt --non-interactive
    
    * Add 'Reformat with scalafmt 3.7.15' to .git-blame-ignore-revs
    
    ---------
    
    Signed-off-by: Fabio Pinheiro <[email protected]>
    Co-authored-by: Fabio Pinheiro <[email protected]>
    atala-dev and FabioPinheiro committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    1b881b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    231530d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d08a8a6 View commit details
    Browse the repository at this point in the history
  6. feat: Return 202 HTTP code (for DID Comm) (#162)

    The recommendation from the didcomm-messaging specs is to return a 202 Accepted.
    See https://identity.foundation/didcomm-messaging/spec/#https
    Resolves issue #160
    Update integration-tests
    FabioPinheiro committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    50185d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    a4330da View commit details
    Browse the repository at this point in the history
  2. Update de.flapdoodle.embed.mongo to 4.10.1 in main (#167)

    Co-authored-by: Fabio Pinheiro <[email protected]>
    atala-dev and FabioPinheiro committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    7bb3a22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    518402f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Update scala-did to 0.1.0-M13, Scala to 3.3.1, ScalaJs to 1.14.0 (#166)

    Update did, did-imp, did-method-peer to 0.1.0-M12
    Minor fixes
    Update Scala to 3.3.1, ScalaJs to 1.14.0
    Update did, did-imp, did-method-peer to 0.1.0-M13
    FabioPinheiro committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    1d78d6d View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. chore(release): cut prism mediator 0.11.0 release

    # [0.11.0](prism-mediator-v0.10.2...prism-mediator-v0.11.0) (2023-11-10)
    
    ### Bug Fixes
    
    * incorrect body of the message results in problem report ([#161](#161)) ([6d8b9b8](6d8b9b8))
    
    ### Features
    
    * Return 202 HTTP code (for DID Comm) ([#162](#162)) ([50185d3](50185d3)), closes [#160](#160)
    * Support protocol discover-features 2.0 ([#154](#154)) ([9220858](9220858))
    atala-dev committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    0d12978 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    7b2508d View commit details
    Browse the repository at this point in the history
  2. feat: websockets support (#172)

    Support DIDComm via Websockets
    Support WebSocket URI as endpoints
    Update scala-did to 0.1.0-M15
    Use of Scala DID framework and Transport
    Remove module 'http-utils'
    Support multi endpoint in the config file
    Better error handling
    Configuration update
    Cleanup duplicated code
    Work for #144
    
    ---------
    
    Signed-off-by: Pete Vielhaber <[email protected]>
    Co-authored-by: Pete Vielhaber <[email protected]>
    FabioPinheiro and petevielhaber committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    30da5e7 View commit details
    Browse the repository at this point in the history
  3. chore(release): cut prism mediator 0.12.0 release

    # [0.12.0](prism-mediator-v0.11.0...prism-mediator-v0.12.0) (2023-11-22)
    
    ### Features
    
    * websockets support ([#172](#172)) ([30da5e7](30da5e7))
    atala-dev committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    da018b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94866a9 View commit details
    Browse the repository at this point in the history
  5. fix: Add and enable websocket on apisix route (#179)

    * fix: Add and enable websocket on apisix route
    
    * Update infrastructure/charts/mediator/templates/apisixroute.yaml
    
    Signed-off-by: Fabio Pinheiro <[email protected]>
    
    ---------
    
    Signed-off-by: Fabio Pinheiro <[email protected]>
    Co-authored-by: Fabio Pinheiro <[email protected]>
    mineme0110 and FabioPinheiro committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    e5cfb1c View commit details
    Browse the repository at this point in the history
  6. chore(release): cut prism mediator 0.12.1 release

    ## [0.12.1](prism-mediator-v0.12.0...prism-mediator-v0.12.1) (2023-11-22)
    
    ### Bug Fixes
    
    * Add and enable websocket on apisix route ([#179](#179)) ([e5cfb1c](e5cfb1c))
    * correct endpoint for wss in deployment.yaml ([#178](#178)) ([94866a9](94866a9))
    atala-dev committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    9b672aa View commit details
    Browse the repository at this point in the history
  7. fix: websocket correct indentation (#182)

    * fix: websocket correct indentation
    
    * fix: websocket correct indentation
    mineme0110 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    c30fc1f View commit details
    Browse the repository at this point in the history
  8. chore(release): cut prism mediator 0.12.2 release

    ## [0.12.2](prism-mediator-v0.12.1...prism-mediator-v0.12.2) (2023-11-22)
    
    ### Bug Fixes
    
    * websocket correct indentation ([#182](#182)) ([c30fc1f](c30fc1f))
    atala-dev committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    0e6312d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    f242758 View commit details
    Browse the repository at this point in the history
  2. Update scalafmt-core to 3.7.17 in main (#174)

    * Update scalafmt-core to 3.7.17 in main
    
    * Reformat with scalafmt 3.7.17
    
    Executed command: scalafmt --non-interactive
    
    * Add 'Reformat with scalafmt 3.7.17' to .git-blame-ignore-revs
    atala-dev committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    5967034 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e159f3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e30974 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    bde8357 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1430d2e View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Update zio-logging-slf4j to 2.1.16 in main (#186)

    Signed-off-by: Fabio Pinheiro <[email protected]>
    Co-authored-by: Fabio Pinheiro <[email protected]>
    atala-dev and FabioPinheiro committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    9b3f93c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Pickup Protocol - Support for Live Mode #145 (#184)

    Pickup Protocol - Support for Live Mode #145
    Update scala-did to 0.1.0-M16
    FabioPinheiro committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    bef4dfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b02f628 View commit details
    Browse the repository at this point in the history
  3. chore(release): cut prism mediator 0.12.3 release

    ## [0.12.3](prism-mediator-v0.12.2...prism-mediator-v0.12.3) (2023-11-30)
    
    ### Bug Fixes
    
    * force release.. ([#190](#190)) ([b02f628](b02f628))
    atala-dev committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    741347f View commit details
    Browse the repository at this point in the history
  4. feat: Update timeout settings for websocket (#191)

    * feat: Update timeout settings for websocket
    
    Signed-off-by: mineme0110 <[email protected]>
    
    * feat: Update timeout for read and send to 8hours
    
    Signed-off-by: mineme0110 <[email protected]>
    
    ---------
    
    Signed-off-by: mineme0110 <[email protected]>
    Co-authored-by: mineme0110 <[email protected]>
    shaileshp0110 and mineme0110 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    11a4437 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e73a2ab View commit details
    Browse the repository at this point in the history
  6. chore(release): cut prism mediator 0.13.0 release

    # [0.13.0](prism-mediator-v0.12.3...prism-mediator-v0.13.0) (2023-11-30)
    
    ### Bug Fixes
    
    * register the transport ([#192](#192)) ([e73a2ab](e73a2ab))
    
    ### Features
    
    * Update timeout settings for websocket ([#191](#191)) ([11a4437](11a4437))
    atala-dev committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    0876f4e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. doc: Fix discord link and typos (#171)

    Signed-off-by: Fabio Pinheiro <[email protected]>
    FabioPinheiro committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    f853632 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbaaa3b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    05bb2d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    175d981 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    086ca07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2558053 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff2845b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ce96b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    5c4c064 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    5736b4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cdb34f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    eb6d822 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    3240834 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. docs: add troubleshooting section for Run locally (#210)

    Signed-off-by: Yurii Shynbuiev <[email protected]>
    yshyn-iohk committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    32b6542 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    196e165 View commit details
    Browse the repository at this point in the history
  2. chore: make sbt-github-packages plugin optional (#213)

    Make the plugin optional again
    The environment variable GITHUB_TOKEN it's no longer requirement
    FabioPinheiro committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e1ee2a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    99d20c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34d670f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    293544a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    b8aee23 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Update zio-logging, zio-logging-slf4j to 2.1.17 in main (#209)

    Signed-off-by: Fabio Pinheiro <[email protected]>
    Co-authored-by: Fabio Pinheiro <[email protected]>
    atala-dev and FabioPinheiro committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    6e4b342 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f3f971 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. feat: Update ScalaDID to 0.1.0-M18 and support new format of DID Peer (…

    …#204)
    
    Fix #158 (support for the new format of DID Peer)
    Update scala-did to 0.1.0-M17
    Update scala-did to 0.1.0-M18
    Test the Integration Test
    FabioPinheiro committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    26a1623 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dee7dc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae59d2e View commit details
    Browse the repository at this point in the history
  4. chore(release): cut prism mediator 0.14.0 release

    # [0.14.0](prism-mediator-v0.13.0...prism-mediator-v0.14.0) (2024-02-06)
    
    ### Bug Fixes
    
    * re-enable the logging based on X-Request-Id header ([#211](#211)) ([dee7dc2](dee7dc2))
    
    ### Features
    
    * Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([26a1623](26a1623)), closes [#158](#158)
    atala-dev committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    bb80978 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Update zio-logging-slf4j to 2.1.17 in main (#225)

    Signed-off-by: Fabio Pinheiro <[email protected]>
    Co-authored-by: Fabio Pinheiro <[email protected]>
    atala-dev and FabioPinheiro committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    d512666 View commit details
    Browse the repository at this point in the history
  2. Fix: use Java 11 runtime (#226)

    Use the Java runtime version 11
    
    Signed-off-by: Fabio Pinheiro <[email protected]>
    FabioPinheiro committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    489cac2 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    aa48044 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Update logback-classic to 1.4.14 in main (#195)

    Signed-off-by: Fabio Pinheiro <[email protected]>
    Co-authored-by: Fabio Pinheiro <[email protected]>
    atala-dev and FabioPinheiro committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    2f4cbdc View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    b04e8c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    e94d199 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    094cbac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80a08ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2de77ed View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    50a437a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa17c8a View commit details
    Browse the repository at this point in the history
  3. Update zio-logging-slf4j to 2.2.2 in main (#237)

    Signed-off-by: Fabio Pinheiro <[email protected]>
    Co-authored-by: Fabio Pinheiro <[email protected]>
    atala-dev and FabioPinheiro committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    c94f0b6 View commit details
    Browse the repository at this point in the history
  4. chore(release): cut prism mediator 0.14.1 release

    ## [0.14.1](prism-mediator-v0.14.0...prism-mediator-v0.14.1) (2024-02-20)
    
    ### Bug Fixes
    
    * Support alias (DID) in Live mode ([#235](#235)) ([2de77ed](2de77ed)), closes [#230](#230)
    atala-dev committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    78b29b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    254b59b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e60ee54 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    9e840de View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Update scala3-library, ... to 3.3.3 in main (#242)

    * Update scala3-library, ... to 3.3.3 in main
    
    * Rename scala-3.3.1 into scala-3.3.3
    
    ---------
    
    Co-authored-by: FabioPinheiro <[email protected]>
    atala-dev and FabioPinheiro committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e032c33 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Set the live_delivery in status Message (#247)

    Set the field live_delivery in the Message messagepickup/3.0/status
    This will improve/fix #243
    FabioPinheiro committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c8d3f48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    748fdbb View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    bc565f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a8f59e View commit details
    Browse the repository at this point in the history
  3. Update did, did-framework, did-imp, ... to 0.1.0-M19 in main (#249)

    * Update did, did-framework, did-imp, ... to 0.1.0-M19 in main
    
    * Fix method apply in DIDPeerServiceEncoded was rename to fromEndpoint
    
    ---------
    
    Co-authored-by: FabioPinheiro <[email protected]>
    atala-dev and FabioPinheiro committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    1d38175 View commit details
    Browse the repository at this point in the history
  4. chore(infra): add additionalEnvVariables to the deployment.yaml Helm …

    …template (#251)
    
    ---------
    Signed-off-by: Milos Dzepina <[email protected]>
    milosh86 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    99199f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    48eeb5a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. docs: documentation improvements (#263)

    Recommendations to improve the docs from Pete
    
    Co-authored-by: Pete Vielhaber <[email protected]>
    FabioPinheiro and petevielhaber committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    554d943 View commit details
    Browse the repository at this point in the history
  2. Update CODEOWNERS (#253)

    Signed-off-by: Shailesh Patil <[email protected]>
    mineme0110 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    b70685f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. fix(mediator): Update the readme and docker with type of key forma… (#…

    …267)
    
    * docs(medeiator): Updated the readme and docker with type of key format used for mediator identity
    
    Signed-off-by: mineme0110 <[email protected]>
    
    * docs(medeiator): Updated the readme and docker with type of key format used for mediator identity
    
    Signed-off-by: mineme0110 <[email protected]>
    
    * fix(mediator): Update application.conf and removed the default identity keys for the mediator Add readme for how to create keys for mediator identity
    
    Signed-off-by: mineme0110 <[email protected]>
    
    * fix(mediator): Add restart with envVariables
    
    Signed-off-by: mineme0110 <[email protected]>
    
    * fix(mediator): Add restart with envVariables
    
    Signed-off-by: mineme0110 <[email protected]>
    
    ---------
    
    Signed-off-by: mineme0110 <[email protected]>
    mineme0110 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    236620f View commit details
    Browse the repository at this point in the history
  2. chore(release): cut prism mediator 0.14.2 release

    ## [0.14.2](prism-mediator-v0.14.1...prism-mediator-v0.14.2) (2024-04-04)
    
    ### Bug Fixes
    
    * **mediator:** Update the readme and docker with type of key forma… ([#267](#267)) ([236620f](236620f))
    atala-dev committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    4d2bb75 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    8399243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66efc11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6ab9e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23b4c2f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    c0a5c20 View commit details
    Browse the repository at this point in the history
  2. Update de.flapdoodle.embed.mongo to 4.12.6 in main (#272)

    Co-authored-by: Fabio Pinheiro <[email protected]>
    atala-dev and FabioPinheiro committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    0cf9b0d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. build: Rename Atala Prism to Hyperledger Identus (#274)

    Rename Atala Prism to Hyperledger Identus
    FabioPinheiro committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d949241 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c63a21 View commit details
    Browse the repository at this point in the history
  3. Update logback-classic to 1.5.4 in main (#275)

    Co-authored-by: Fabio Pinheiro <[email protected]>
    atala-dev and FabioPinheiro committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    26d114b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd35e29 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    d4fc3c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a6ae8d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. fix(mediator) : update deployment process using helm chart (#282)

    * fix release to use helm package
    
    Signed-off-by: mineme0110 <[email protected]>
    
    * fix release to use helm package
    
    Signed-off-by: mineme0110 <[email protected]>
    
    * corrected the Chart.yml with correct name
    
    Signed-off-by: mineme0110 <[email protected]>
    
    * rename tag from prism to identus
    
    Signed-off-by: mineme0110 <[email protected]>
    
    * deleetd the index.yml
    
    Signed-off-by: mineme0110 <[email protected]>
    
    * updated the place holders
    
    Signed-off-by: mineme0110 <[email protected]>
    
    * add helm to the release action
    
    Signed-off-by: mineme0110 <[email protected]>
    
    ---------
    
    Signed-off-by: mineme0110 <[email protected]>
    mineme0110 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f64f65b View commit details
    Browse the repository at this point in the history
  2. updated the tag version name (#283)

    * updated the tag version name
    
    Signed-off-by: mineme0110 <[email protected]>
    
    * updated the name to atala-prism-mediator
    
    Signed-off-by: mineme0110 <[email protected]>
    
    ---------
    
    Signed-off-by: mineme0110 <[email protected]>
    mineme0110 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b99e14e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. chore(release): cut mediator 1.0.0 release

    # 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))
    atala-dev committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    15d4381 View commit details
    Browse the repository at this point in the history
  2. updated the tag to atala-prism-mediator (#284)

    Signed-off-by: mineme0110 <[email protected]>
    mineme0110 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d228f49 View commit details
    Browse the repository at this point in the history
  3. fix: Release mediator tagFormat (#285)

    * fix: Release mediator tagFormat
    
    Signed-off-by: Milos Backonja <[email protected]>
    
    * fix: Rename package in docker build
    
    Signed-off-by: Milos Backonja <[email protected]>
    
    * fix: Change back version
    
    Signed-off-by: Milos Backonja <[email protected]>
    
    ---------
    
    Signed-off-by: Milos Backonja <[email protected]>
    milosbackonja committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    93d5ba9 View commit details
    Browse the repository at this point in the history
  4. fix: Change from name var to fix name (#286)

    Signed-off-by: Milos Backonja <[email protected]>
    milosbackonja committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    82611be View commit details
    Browse the repository at this point in the history
  5. chore(release): cut mediator 0.14.3 release

    ## [0.14.3](identus-mediator-v0.14.2...identus-mediator-v0.14.3) (2024-04-17)
    
    ### Bug Fixes
    
    * Change from name var to fix name ([#286](#286)) ([82611be](82611be))
    * Release mediator tagFormat ([#285](#285)) ([93d5ba9](93d5ba9))
    atala-dev committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4bbb425 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0054033 View commit details
    Browse the repository at this point in the history
  7. chore(release): cut mediator 0.14.4 release

    ## [0.14.4](identus-mediator-v0.14.3...identus-mediator-v0.14.4) (2024-04-17)
    
    ### Bug Fixes
    
    * Change atala-prism-mediator to identus-mediator ([#287](#287)) ([0054033](0054033))
    atala-dev committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4e67f6d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    919f2dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83d82db View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. feat(mediator) : Add TTL for message collection (#290)

    Add TTL for message collection to do house keeping
    update time stamp field from String to Intant
    Update initdb.js
    Add migration script for ttl
    mineme0110 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    a22c1a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc2afe7 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. fix: Update README.md (#292)

    * Address pr comments
    
    Signed-off-by: mineme0110 <[email protected]>
    
    * Address pr comments
    
    Signed-off-by: mineme0110 <[email protected]>
    
    * Update README.md
    
    Co-authored-by: Fabio Pinheiro <[email protected]>
    Signed-off-by: Shailesh Patil <[email protected]>
    
    ---------
    
    Signed-off-by: mineme0110 <[email protected]>
    Signed-off-by: Shailesh Patil <[email protected]>
    Co-authored-by: Fabio Pinheiro <[email protected]>
    mineme0110 and FabioPinheiro committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c3a4e30 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut mediator 0.14.5 release

    ## [0.14.5](identus-mediator-v0.14.4...identus-mediator-v0.14.5) (2024-04-24)
    
    ### Bug Fixes
    
    * Update README.md ([#292](#292)) ([c3a4e30](c3a4e30))
    atala-dev committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6cac094 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    2b69f9f View commit details
    Browse the repository at this point in the history