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

[ul] Recover API compatibility with 0.7.1 #582

Merged
merged 1 commit into from
Oct 30, 2024
Merged

Conversation

Enet4
Copy link
Owner

@Enet4 Enet4 commented Oct 29, 2024

This brings back or reverts some parts of the API changed by #542 so that there are no breaking changes.

Summary

  • revert some changes to association::client::Error so that the enum type stays backwards compatible
  • re-export PDataReader, PDataWriter, and AsyncPDataWriter in association module
  • re-export PDU constants in pdu::reader module (as deprecated so that users prefer the ones in pdu)
  • re-export error types in PDU reader and writer modules from dicom_ul::pdu

- revert changes to association::client::Error
  so that it stays backwards compatible
- re-export PDataReader, PDataWriter, and AsyncPDataWriter in association module
- re-export PDU constants in pdu::reader module (as deprecated)
- re-export error types in PDU reader and writer modules
@Enet4 Enet4 added bug This is a bug chore For keeping the project tidy A-lib Area: library C-ul Crate: dicom-ul labels Oct 29, 2024
@Enet4 Enet4 merged commit 5eeb56e into master Oct 30, 2024
4 checks passed
@Enet4 Enet4 deleted the bug/ul/recover-api branch October 30, 2024 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-lib Area: library bug This is a bug C-ul Crate: dicom-ul chore For keeping the project tidy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant