Releases: morington/taskorbit
Releases · morington/taskorbit
Bug fix.
Removed exception handling
During testing it was decided to remove all possible internal exception handlers. In this format it is still not convenient to correctly determine where and in what the error occurred.
I will be very grateful for any suggestions on this matter.
Bug fixes
Nested routers in previous versions were lost due to incorrect search recursion.
Fixed minor inaccuracies.
Handler Update
Update:
- Data flow logic has been reworked
- Fixed flaws in handler callbacks. Callbacks now have a variable signature.
v0.1.1a
The first alpha version of Taskorbit.
Do not forget that there may be bugs, errors. Please notify the author about it!
Implemented:
- NATS JetStream support
- Message Distpecification
- Flexible router system
- Middleware
- Support for context managers during processing
- Handlers of two types: Class and Function
- Integration of dynamic magic_filters signatures