Skip to content

Latest commit

 

History

History
79 lines (55 loc) · 1.39 KB

File metadata and controls

79 lines (55 loc) · 1.39 KB

CHANGELOG

1.11.x

  • Drop Python 3.9 support.
  • Bump dev deps.

1.10.x

  • Drop Python 3.8 support.
  • Add Python 3.13 support.

1.9.x

  • Drop Python 3.7 support.
  • Add Python 3.12 support.

1.8.x

  • Add more controls over the original input and app output.

1.7.x

  • Improve commands and app help usage.
  • Lazy loading of the App and State instances.
  • Improve command hooks.
  • Add after middlware hook.
  • Colorize help usage.

1.6.x

  • Add State.
  • Add CommandArgument based on argparse.add_argument function args.
  • More Serverless wrappers (alibaba and oracle) added.
  • Improve debug traces.
  • Improve docs.

1.5.x

  • Common Serverless wrappers (aws, az and gcp) added.
  • Fix event loop issues closing it.
  • Improve exception handlers matching.
  • Improve docs.

1.4.x

  • Add middleware handlers.
  • Add exception handlers.
  • Add docs.
  • More types.
  • More tests.

1.3.x

  • Add Dependency Injection.
  • Improve example.
  • Improve README.md.

1.2.x

  • Add command decorator.
  • Add startup, shutdown and cleanup handler signals.
  • Fix event loop issues when cancelling tasks.
  • Improve exit code feature support.
  • Fix Python 3.7 support with all_tasks function helper.
  • Add example.
  • Add GitHub actions pipeline.
  • Improve tests.

1.1.x

  • Fix exports.
  • Improve README.md

1.0.x

  • Add Comander.
  • Add Runner.
  • Add tests.