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

fix: schema download optional #116

Merged
merged 1 commit into from
Jan 27, 2024
Merged

fix: schema download optional #116

merged 1 commit into from
Jan 27, 2024

Conversation

goncalo-frade-iohk
Copy link
Contributor

@goncalo-frade-iohk goncalo-frade-iohk commented Jan 26, 2024

Overview

Our e2e tests are failing because the agent didn't update this part. So kind of regressing here but will reenable after.

Checklist

My PR contains...

  • No code changes (changes to documentation, CI, metadata, etc.)
  • Bug fixes (non-breaking change which fixes an issue)
  • Improvements (misc. changes to existing features)
  • Features (non-breaking change which adds functionality)

My changes...

  • are breaking changes
  • are not breaking changes
  • If yes to the above: I have updated the documentation accordingly

Documentation

  • My changes do not require a change to the project documentation
  • My changes require a change to the project documentation
  • If yes to the above: I have updated the documentation accordingly

Tests

  • My changes can not or do not need to be tested
  • My changes can and should be tested by unit and/or integration tests
  • If yes to the above: I have added tests to cover my changes
  • If yes to the above: I have taken care to cover edge cases in my tests

@goncalo-frade-iohk goncalo-frade-iohk merged commit 37655c1 into main Jan 27, 2024
3 checks passed
@goncalo-frade-iohk goncalo-frade-iohk deleted the fix/schema-coding branch January 27, 2024 10:03
goncalo-frade-iohk added a commit that referenced this pull request Jan 27, 2024
(cherry picked from commit 37655c1)
atala-dev added a commit that referenced this pull request Jan 31, 2024
# [4.0.0](3.6.0...4.0.0) (2024-01-31)

### Bug Fixes

* bug with header and footer of ed25519 and x25519 pem keys ([8ec220f](8ec220f))
* didcomm connection runner message filtering ([e57d62b](e57d62b))
* schema download optional ([#116](#116)) ([44241ab](44241ab))
* this was causing confusion since it was public, not used and did not work as expected ([b82a9d6](b82a9d6))

### Features

* **apollo:** integrate with apollo kmm ([32bdfbd](32bdfbd))
* **pluto:** pluto will save link secret as a storable key. ([dbd724b](dbd724b))
* **pollux:** add anoncreds prooving implementation ([80377b1](80377b1))
* **pollux:** zkp verification ([395976a](395976a))

### BREAKING CHANGES

* **apollo:** Updated Apollo public interface to be more in line with Cryptographic abstraction
* This will not affect our API or was it working, but since it was public its considered a breaking change
* **pluto:** This makes changes on pluto interface.
atala-dev added a commit that referenced this pull request Jan 31, 2024
# [4.0.0](3.6.0...4.0.0) (2024-01-31)

### Bug Fixes

* bug with header and footer of ed25519 and x25519 pem keys ([8ec220f](8ec220f))
* didcomm connection runner message filtering ([e57d62b](e57d62b))
* schema download optional ([#116](#116)) ([44241ab](44241ab))
* this was causing confusion since it was public, not used and did not work as expected ([b82a9d6](b82a9d6))

### Features

* **apollo:** integrate with apollo kmm ([32bdfbd](32bdfbd))
* **pluto:** pluto will save link secret as a storable key. ([dbd724b](dbd724b))
* **pollux:** add anoncreds prooving implementation ([80377b1](80377b1))
* **pollux:** zkp verification ([395976a](395976a))

### BREAKING CHANGES

* **apollo:** Updated Apollo public interface to be more in line with Cryptographic abstraction
* This will not affect our API or was it working, but since it was public its considered a breaking change
* **pluto:** This makes changes on pluto interface.
atala-dev added a commit that referenced this pull request Feb 27, 2024
## [4.0.2](4.0.1...4.0.2) (2024-02-27)

### Bug Fixes

* schema download optional ([#116](#116)) ([37655c1](37655c1))
atala-dev added a commit that referenced this pull request Feb 27, 2024
# [5.0.0](4.0.1...5.0.0) (2024-02-27)

### Bug Fixes

* schema download optional ([#116](#116)) ([37655c1](37655c1))

* feat!: move to swift based framework for didcomm, jose and peer did (#120) ([558164f](558164f)), closes [#120](#120)

### BREAKING CHANGES

* There is an update to the public API that is used directly with DIDComm
atala-dev added a commit that referenced this pull request Mar 25, 2024
# [5.0.0](4.0.1...5.0.0) (2024-03-25)

### Bug Fixes

* schema download optional ([#116](#116)) ([37655c1](37655c1))
* update apollo that has an important fix for app publishing ([#128](#128)) ([5e9eee9](5e9eee9))

* feat!: move to swift based framework for didcomm, jose and peer did (#120) ([558164f](558164f)), closes [#120](#120)

### BREAKING CHANGES

* There is an update to the public API that is used directly with DIDComm
goncalo-frade-iohk added a commit that referenced this pull request May 14, 2024
Signed-off-by: goncalo-frade-iohk <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants