- Added
CHANGELOG.md
for easy tracking of changes in each version.
- The following changes have been made to the
dispatching.dispatcher.Dispatcher
class:- The
context_data
field is now calledstream_data
for a clearer understanding of its purpose. - The
queue
field has been renamedpool
to reflect a more precise purpose for this class.
- The
- Name changes in
dispatching.router
:on_execution_timeout
changed toon_execution_cb
on_close
changed toon_close_cb
- The
dispatching.queue.Queue
class has been renamed todispatching.pool.Pool
to improve the semantics and consistency of its functionality.
- Added doc-strings for all functions and classes to provide a more complete description of their purpose and usage.
- Made minor code formatting to improve readability and style.
- Fixing bugs in middleware