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

Release v2.1.6: Bug fixes and update dependencies #72

Merged
merged 37 commits into from
Jun 22, 2024
Merged

Conversation

obervinov
Copy link
Owner

@obervinov obervinov commented Jun 18, 2024

v2.1.6 - 2024-06-22

What's Changed

Full Changelog: v2.1.5...v2.1.6 by @obervinov in #70

💥 Breaking Changes

  • remove unused database environment attribute permanent path in the Vault: configurations/database
  • remove unused environment variable PROJECT_ENVIRONMENT
  • the automatic queue verification mechanism has been removed. Instead of this method, added functionality to update the queue processing time via a message to the bot
  • change the structure of the table messages: add a new column state and updated_at, rename column timestamp to created_at

🐛 Bug Fixes

🚀 Features

  • Bump dependency versions for modules and workflows
  • Add button for rescheduling the queue

obervinov added 6 commits June 14, 2024 14:49
bump dependencies versions
modified:   README.md
modified:   docker-compose.yml
modified:   src/bot.py
modified:   src/configs/constants.py
@obervinov obervinov marked this pull request as ready for review June 20, 2024 15:02
@obervinov obervinov merged commit 765f870 into main Jun 22, 2024
17 checks passed
@obervinov obervinov deleted the fix/v2.1.6 branch June 22, 2024 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment