Releases: obervinov/pyinstabot-downloader
Releases · obervinov/pyinstabot-downloader
pyinstabot-downloader:v2.1.7
v2.1.7 - 2024-06-25
What's Changed
Full Changelog: v2.1.6...v2.1.7 by @obervinov in #74
🐛 Bug Fixes
- fix exception when the post_id not found in the instagram content sources
pyinstabot-downloader:v2.1.6
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 columnstate
andupdated_at
, rename columntimestamp
tocreated_at
🐛 Bug Fixes
- Bug: Add a limit on the number of items in the queue to be displayed in the
Your last activity
message - Bug: Bot can't update status message
- Bug: Crashes the queue processing thread when a post from the queue no longer exists in the content sources
- Bug: queue rescheduler does not always work correctly
- Bug: For some reason the bot tried to edit a message with the same content in the message
- Removed duplicates in rights checking
- Small refactoring code
🚀 Features
- Bump dependency versions for modules and workflows
- Add button for rescheduling the queue
pyinstabot-downloader:v2.1.5
pyinstabot-downloader:v2.1.3
pyinstabot-downloader:v2.1.2
pyinstabot-downloader:v2.1.1
pyinstabot-downloader:v2.1.0
v2.1.0 - 2024-05-28
What's Changed
Full Changelog: v2.0.0...v2.1.0 by @obervinov in #37
🐛 Bug Fixes
📚 Documentation
- Update documentation release/v2.1.0
- Update repository issues template
💥 Breaking Changes
- Add
PostgreSQL
support to the bot stack (instead ofVault
). All bot data exceptconfigurations
anduser data
is now stored in the database. - Remove outdated method for processing full account data per link of
user profile
. - Move all configuration of components form
environment variables
to theVault
.
🚀 Features
- Change the structure of the secret configurations in Vault
- A new concept for processing input messages
- Add PostgreSQL support to the bot stack
- Add support env files in docker compose
- Extend users attributes and add automatic rate limit control
- Add the method for processing multiline messages
- Rollback to old environment variable names PB_VAULT_APPROLE_ID PB_VAULT_APPROLE_SECRETID
- Move parameter
session
to the vault configuration
pyinstabot-downloader:v2.0.0
v2.0.0 - 2023-09-16
What's Changed
Full Changelog: v1.0.1...v2.0.0 by @obervinov in #7
In this release, the approach with issue and github project was implemented already at the very last stages of release preparation, so:
- issue contains a list of mixed issues
- these issue are duplicated in the readme sections
🐛 Bug Fixes
- Update dependencies: 2023.06.13
- Update the project code and fix bugs
- Redundant login and password reading from vault
- The status is "None" when an exception occurred when uploading to mega, and the retry method
📚 Documentation
💥 Breaking Changes
🚀 Features
pyinstabot-downloader:v1.0.1
v1.0.1 - 2022-11-06
What's Changed
Full Changelog: v1.0.0...v1.0.1
📚 Documentation
- updated the documentation in the file README.md and changed license to
MIT
by @obervinov in #2 and #3
🚀 Features
- added
flake8
and fixed warnings by @obervinov in #1
pyinstabot-downloader:v1.0.0
v1.0.0 - 2022-11-05
What's Changed
Full Changelog: https://github.com/obervinov/pyinstabot-downloader/commits/v1.0.0
💥 Breaking Changes
- project release