Skip to content

Commit

Permalink
chore: adapt changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
efiege committed Aug 7, 2023
1 parent 78240b5 commit 40bb0a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.

### Major Changes

- Upgrade to core-EDC version `0.1.2`
- Upgrade to core-EDC version `0.2.0`
- Now using the `Dataspace Protocol`
- Major changes to the management API
- Examples for the new requests are located in the postman collection in the `docs` folder
Expand All @@ -15,11 +15,11 @@ All notable changes to this project will be documented in this file.
### Migration Notes

1. The `MY_EDC_IDS_BASE_URL` has been renamed to `MY_EDC_PROTOCOL_BASE_URL`
1. The default value of `WEB_HTTP_PROTOCOL_PATH` been changed from `${MY_EDC_BASE_PATH}/api/v1/ids` to `${MY_EDC_BASE_PATH}/api/v1/protocol`
1. New environment variable: `EDC_PARTICIPANT_ID`: `provider`
1. New environment variable: `EDC_JSONLD_HTTPS_ENABLED`: `true`
1. New environment variable: `EDC_DSP_CALLBACK_ADDRESS`: `http://edc:11003/api/v1/protocol`
1. `v1` Management API has been deprecated in favor of the `JSON-LD` `v2` Management API. All endpoints have a `v2` prefix now (example: `http://localhost:11002/api/v1/management/assets/request` is now available at `http://localhost:11002/api/v1/management/v2/assets/request`)
2. The default value of `WEB_HTTP_PROTOCOL_PATH` been changed from `${MY_EDC_BASE_PATH}/api/v1/ids` to `${MY_EDC_BASE_PATH}/api/v1/dsp`
3. New environment variable: `EDC_PARTICIPANT_ID`: `provider`
4. New environment variable: `EDC_JSONLD_HTTPS_ENABLED`: `true`
5. New environment variable: `EDC_DSP_CALLBACK_ADDRESS`: `http://edc:11003/api/v1/dsp`
6. `v1` Management API has been deprecated in favor of the `JSON-LD` `v2` Management API. All endpoints have a `v2` prefix now (example: `http://localhost:11002/api/v1/management/assets/request` is now available at `http://localhost:11002/api/v1/management/v2/assets/request`)

## [4.1.0] - 2023-07-24

Expand Down

0 comments on commit 40bb0a6

Please sign in to comment.