b.well SDK v0.17.0
almost 2 years ago
b.well SDK v0.17.0 Change Log
The following items and changes are included in this release.
Modifications to createConnection
createConnection- Change in
createConnectionMethod: ThecreateConnectionmethod now returnsBWellResult<Connection>instead ofOperationOutcome, enhancing the method's output with more detailed information.- See Create a Data Connection guide for more information.
- New Addition in Enums: Added
UNRECOGNIZEDtoConnectionCategoryandConnectionType.- Purpose: This addition serves as a defensive measure for scenarios where the API might not return a matching enum status.
- Naming Rationale: Chosen over
UNKNOWNto avoid confusion with valid cases in some FHIR enums. - Usage Note:
UNRECOGNIZEDis intended as a fallback and should rarely be invoked.
Resolved Issues
- SD-578 Exception thrown when using
createConnectionhas been resolved as part of the modifications tocreateConnectionmentioned above.
