ENHANCEMENTS:
- async-steps: Support async-step functions directly
- async-steps: Add test from PR #1249 (provided by: jeteve)
- ActiveTags: Add support to override an enabled active-tag
- Feature: Improved capture support
- issue #1246 ScenarioOutline: Placeholders in Examples.tags
- Improve logging support, simplify logging to file (releated to; issue #948)
- Support for Python 3.13
CHANGES:
- In behave: Replace assert statements w/ require statements/calls
- FIX: Spelling mistakes w/ codespell
FIXED:
- issue #1233: RuntimeError: Event loop is closed" in asyncio streams
- issue #1231: TypeConverter Error causes Formatter Error
- issue #1214
CLEANUP:
- @async.coroutine decorator: Remove in docs, tests, features, steps
DEVELOP:
- Add basic support to use "uv"