Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.

1.0.0-alpha08

Pre-release
Pre-release
Compare
Choose a tag to compare
@benoitletondor benoitletondor released this 19 Jul 13:56
· 270 commits to main since this release

Added

  • Added AuthenticationException.AuthorizationDenied exception that can be return if the patient is not
    authorized to access the data. This should not happen in the current implementation.

Changed

  • Conversations in watchConversations() are now correctly sorted by their lastModified date.
  • NablaClient is exposed through static call NablaClient.getInstance(name).