Skip to content

v0.9.1

Latest

Choose a tag to compare

@yudiell yudiell released this 18 Feb 03:40
· 0 commits to main since this release

What's Changed

Documentation

  • Added comprehensive usage documentation (docs/usage.md) covering all public APIs
  • Fixed broken examples and inaccurate documentation
  • Added Cookie/CookieJar, VariableResolver, AuthHandler, and ScriptRunner documentation
  • Added create_executor() and use_cache parameter documentation
  • Added variable_overrides and request_delay to README executor example
  • Fixed ScriptRunner constructor and dynamic variable claims in architecture docs

Bug Fixes

  • Fixed PyPI project URLs pointing to non-existent repository (#30)
  • Removed references to non-existent real-world test fixture files

New

  • Added Collection.get_folders() method for recursive folder iteration
  • Added real-world EIA APIv2 example
  • Added trademark disclaimer to README
  • Moved python-dotenv to dev dependencies only