Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@robberwick robberwick released this 16 Nov 13:37
· 2 commits to main since this release
41aa138

What's Changed

New Features

  • Introduced graph, logbook, and latest methods to retrieve patient data, replacing the deprecated read method.
  • Added authenticated decorator to ensure methods requiring authentication are properly secured.

Deprecations

  • The read method has been deprecated and will be removed in a future release. Please see graph and latest methods for alternatives.

Improvements

  • Updated README.md to provide detailed instructions on using the new methods for retrieving patient data.
  • Enhanced development dependencies with isort for sorting imports.
  • Improved code style with the addition of black configuration in pyproject.toml.

Bug Fixes

  • Fixed import issues in __init__.py and models/config.py.
  • Corrected issues in models/connection.py by updating the response models and fixing import statements.

Testing

  • Refactored tests to use a single get_response_json fixture for loading JSON test data.
  • Added new tests for graph, latest, and logbook methods to ensure proper functionality.

Full Changelog: v0.5.1...v0.6.0