Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RedisStorage, middleware fix, pass_bot parameter and more #1421

Merged
merged 10 commits into from
Jan 24, 2022
Merged

RedisStorage, middleware fix, pass_bot parameter and more #1421

merged 10 commits into from
Jan 24, 2022

Conversation

coder2020official
Copy link
Collaborator

@coder2020official coder2020official commented Jan 24, 2022

Here is a list for 2 different versions:

AsyncTeleBot

  • Middleware fix: it should run even if there is no handler;
  • Asynchronous storage rewritten. Redis Storage added.
  • pass_bot parameter for register_XXX_handler added.
  • remove_webhook added. It uses set_webhook but without parameters;
  • Improve aiohttp session managing. Now requests will speed up.
  • Edit example on states

TeleBot:

  • Synchronous storage rewritten. Redis storage added.
  • pass_bot parameter added for register_XXX_handler
  • register_middleware_handler added
  • Improve states example

I will make this pull request ready for review after final check and after correcting example on states.

@coder2020official coder2020official marked this pull request as ready for review January 24, 2022 17:29
@Badiboy Badiboy merged commit 2e99472 into eternnoir:master Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants