-
Notifications
You must be signed in to change notification settings - Fork 60
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
chore: add migration guide for 0.7.x #1238
chore: add migration guide for 0.7.x #1238
Conversation
228edb2
to
c6c2c01
Compare
c6c2c01
to
f2a8186
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some typos and some nitpicking.
Looks good overall though.
Hey @paullatzelsperger "The AWS S3 Extension also has been improved and now enables the user to specify S3 object prefixes in the data address. This enables the transfer of multiple files within on single transer process. For more information, visit the extension readme. |
cool, thanks, added! |
### 5.3 EDRs | ||
|
||
The 0.5.4 EDRs API was removed due the adoption of DPS (data plane signaling) and reborn under a different shape | ||
in `/v2/edrs` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest to add:
"Additionally, the option to register a consumer-side HTTP-callback via receiverHttpEndpoint
in the POST /transferprocesses
call was removed. Consumer apps should use the /v2/edrs
API instead."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably we can add this in the section ## 2. Changes to EDR handling and APIs
where we mention the removal of the config backendService.httpProxyTokenReceiverUrl
. We can add the removal of the receiverHttpEndpoint
in transfer process as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you mind adding a GitHub Suggestion to the PR? CTRL-G (or CMD-G on macs)...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks complete to me, thanks for compiling!
Co-authored-by: Sascha Isele (ZF Friedrichshafen AG) <[email protected]>
Co-authored-by: Arno Weiß <[email protected]>
42724ff
to
0abf729
Compare
|
WHAT
Adds a Migration Guide for moving toward Tractus-X EDC 0.7.x
WHY
.
FURTHER NOTES
List other areas of code that have changed but are not necessarily linked to the main feature. This could be method signature changes, package declarations, bugs that were encountered and were fixed inline, etc.
Closes #1222