- Drop Python 3.9 support.
- Bump dev deps.
- Drop Python 3.8 support.
- Add Python 3.13 support.
- Drop Python 3.7 support.
- Add Python 3.12 support.
- Add more controls over the original input and app output.
- Improve commands and app help usage.
- Lazy loading of the App and State instances.
- Improve command hooks.
- Add after middlware hook.
- Colorize help usage.
- Add State.
- Add CommandArgument based on argparse.add_argument function args.
- More Serverless wrappers (alibaba and oracle) added.
- Improve debug traces.
- Improve docs.
- Common Serverless wrappers (aws, az and gcp) added.
- Fix event loop issues closing it.
- Improve exception handlers matching.
- Improve docs.
- Add middleware handlers.
- Add exception handlers.
- Add docs.
- More types.
- More tests.
- Add Dependency Injection.
- Improve example.
- Improve README.md.
- 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.
- Fix exports.
- Improve README.md
- Add Comander.
- Add Runner.
- Add tests.