Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Mar 10:49
· 65 commits to main since this release
  • Hard links and symbolic links are now expanded in configuration paths.

API

  • Access tokens can now be sourced by third-party resolvers using the
    instawow.resolvers.AccessToken decorator.
  • _resolve_one has once again been renamed to resolve_one on the
    instawow.resolvers.Resolver interface.
  • The active configuration is no longer stored on Resolver instances;
    it must be retrieved from instawow.config_ctx.config on demand.
  • The active configuration is no longer stored in the click context object;
    it must be retrieved from instawow.config_ctx.config on demand.
  • The instawow.progress_reporting module has been made public and can be used
    by plug-ins.

GUI

  • Linux ARM builds are now available.