b.well SDK v0.12.0

b.well SDK v0.12.0 Change Log

Production SDK Updates

b.well SDK version 0.12.0 includes the latest round of fully integrated methods aligned with User Journey 5: User is able to receive notifications about insights.

  1. Register a Device
  2. Deregister a Device
  3. Retrieve Tasks for a User
  4. Update Task Status

Additional Production SDK Methods

  1. Delete a User's Account

Important Updates

OperationOutcome

  • Previously, the OperationOutcome class included status and exception fields.
    To better align with FHIR standards, we're updating this structure by removing these fields and introducing an issue array in the OperationOutcome class.
    This change will provide a more standardized and detailed description of outcomes, ensuring clearer communication of operation results within the SDK.
    In addition, the BWellResult class now includes an error field of type BWellError.

Health Data Endpoint Updates

  • Composite is now renamed to Groups for each of the Health Data endpoints. While the Health Data endpoints are not yet fully integrated, you may notice this change as part of this release.