- Fix attachment sending via Telegram interfaces (81673b5662d49992e2c8609358448354c78a9048) - Fix PollingTelegramInterface dying whenever an error occurred while responding (ec199218ab481c6cbbffe6917995438d82114538) - Fix `Pipeline._run_pipeline` failing when `ctx_id=None` (5c22cc7e191683c0bb93085f221628105d6f2ae6) - Docker improvements (279) - Various tutorial improvements - Add release checklist
0.6.4.dev0
0.6.3
Release notes
- Update README to make it more concise and include reasons to use DFF (281) - Add [DFF optimization guide](https://deeppavlov.github.io/dialog_flow_framework/user_guides/optimization_guide.html) (#236) - Add documentation section description for the [index page](https://deeppavlov.github.io/dialog_flow_framework/index.html) (#281) - Add async method [dff.messengers.common.interface.CallbackMessengerInterface.on_request_async](https://deeppavlov.github.io/dialog_flow_framework/apiref/dff.messengers.common.interface.html#dff.messengers.common.interface.CallbackMessengerInterface.on_request_async) (206) - Move information about messenger interfaces from `pipeline.6_custom_messenger_interface` (removed) to [messengers.web_api_interface.1_fastapi](https://deeppavlov.github.io/dialog_flow_framework/tutorials/tutorials.messengers.web_api_interface.1_fastapi.html) (#206) - Fix cross-references in [dff.messengers.common.interface](https://deeppavlov.github.io/dialog_flow_framework/apiref/dff.messengers.common.interface.html) (#206) - Update tutorials to fit into documentation without side-scrolling (241)
0.6.2
Release notes
dff.stats
- Fix tests for statistics module (272) - Dashboard config now persists after restart (227) - Fix several bugs with SQL statements for datasets (227) - Update guide with information about custom charts (227) - Add text descriptions for charts in dashboard (227) - Various chart fixes (227)
* Add utils for benchmarking database performance when working with DFF (144) * Fix a bug with sending regular `Message`s using `TelegramMessenger` (239) * Add ability to insert drawio diagrams into docs (205) * Add links to API ref in tutorials (136)