Skip to content

4.3.0

Latest
Compare
Choose a tag to compare
@mikix mikix released this 08 Nov 13:38
· 2 commits to main since this release
ff41695

Changes

  • Support for Python 3.8 has been dropped, as it is now end-of-life.
  • Add pagination functionality to FHIRSearch by @LanaNYC in #169 and #174
    • This adds two new methods: FHIRSearch.perform_iter and FHIRSearch.perform_resources_iter, which automatically handle the pagination for you.
    • It changes FHIRSearch.perform_resources to handle pagination behind the scenes, so you don't miss out on any resources. But in order to avoid breaking the API for current users, it does keep them all in memory at once.
    • It deprecates the previous versions of those methods (perform which has no pagination, and perform_resources which now keeps everything in memory)

Improvements

  • oauth: handle a string expires_in value gracefully by @mikix in #181

New Contributors

Full Changelog: v4.2.0...v4.3.0