b.well SDK v0.17.0

b.well SDK v0.17.0 Change Log

The following items and changes are included in this release.

Modifications to createConnection

  • Change increateConnection Method: The createConnection method now returns BWellResult<Connection> instead of OperationOutcome, enhancing the method's output with more detailed information.
  • New Addition in Enums: Added UNRECOGNIZED to ConnectionCategory and ConnectionType.
    • Purpose: This addition serves as a defensive measure for scenarios where the API might not return a matching enum status.
    • Naming Rationale: Chosen over UNKNOWN to avoid confusion with valid cases in some FHIR enums.
    • Usage Note: UNRECOGNIZED is intended as a fallback and should rarely be invoked.

Resolved Issues

  • SD-578 Exception thrown when using createConnection has been resolved as part of the modifications to createConnection mentioned above.