Skip to content

Releases: morington/taskorbit

Bug fix.

05 Feb 23:37
Compare
Choose a tag to compare

An error in functools.partial did not pass data through the chain of middlewires.

Removed exception handling

05 Feb 22:42
Compare
Choose a tag to compare

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

05 Feb 22:04
Compare
Choose a tag to compare

Nested routers in previous versions were lost due to incorrect search recursion.
Fixed minor inaccuracies.

Handler Update

05 Feb 19:30
Compare
Choose a tag to compare

Update:

  • Data flow logic has been reworked
  • Fixed flaws in handler callbacks. Callbacks now have a variable signature.

v0.1.1a

05 Feb 11:29
Compare
Choose a tag to compare

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