Skip to content

1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Dec 01:54
· 595 commits to main since this release

Hondana Changelog

Added

Changes

  • hondana.*OrderQuery has been moved to hondana.query.*OrderQuery (c67502b)
  • hondana.*Includes has been moved to hondana.query.*Includes. (c67502b)
  • Both of the above items now use __slots__ for their internal validation, not a 'hidden' list. (c67502b)

Fixes

  • Some missed __all__ defs in client.py caused the entire file to be exported in __init__, this is no longer the case. (8a4d1f6)
  • Docs changes for the above. (e717bb0)
  • *OrderQuery actually didn't work when you passed only one of the params. Fixed now. (0b29d2a)

Notes