Skip to content

Releases: obervinov/pyinstabot-downloader

pyinstabot-downloader:v3.1.1

24 Oct 14:52
a236cfd
Compare
Choose a tag to compare

v3.1.1 - 2024-10-24

What's Changed

Full Changelog: v3.1.0...v3.1.1 by @obervinov in #113

🐛 Bug Fixes

  • add support for instagram's new link format (with post owner name)

pyinstabot-downloader:v3.1.0

23 Oct 19:09
68f4856
Compare
Choose a tag to compare

v3.1.0 - 2024-10-23

What's Changed

Full Changelog: v3.0.0...v3.1.0 by @obervinov in #111

🚀 Features

  • bump workflows to 2.0.2
  • bump dependencies versions

💥 Breaking Changes

  • bump python version to 3.12

🐛 Bug Fixes

pyinstabot-downloader:v3.0.0

09 Oct 06:48
c5700b1
Compare
Choose a tag to compare

v3.0.0 - 2024-10-09

What's Changed

Full Changelog: v2.3.0...v3.0.0 by @obervinov in #102

💥 Breaking Changes

  • replacement of instaloder module with instagrapi module
  • function with the `proxy' configuration has been moved to Vault
  • remove the outdated storage types: Dropbox and Mega (Support for individual cloud providers removed in favour of webdav compatible providers)
  • change of parameter configuration for downloader-api and uploader-api in the Vault. Please, check the new parameters in README.md

🚀 Features

  • replacement of instaloder module with instagrapi module
  • replace the base image of project with python:3.9.20 (Ubuntu instead of Alpine)

pyinstabot-downloader:v2.3.0

04 Oct 09:26
0521ba6
Compare
Choose a tag to compare

v2.3.0 - 2024-10-04

What's Changed

Full Changelog: v2.2.1...v2.3.0 by @obervinov in #95

💥 Breaking Changes

  • now all user data is stored in the database
  • psql credentials are now written out via Vault Database Engine

🚀 Features

🐛 Bug Fixes

  • general bug fixes and improvements

pyinstabot-downloader:v2.2.1

24 Aug 20:07
b340a79
Compare
Choose a tag to compare

pyinstabot-downloader:v2.2.0

pyinstabot-downloader:v2.1.8

14 Jul 21:55
934db75
Compare
Choose a tag to compare

pyinstabot-downloader:v2.1.7

25 Jun 19:31
3bbf47f
Compare
Choose a tag to compare

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

22 Jun 11:35
765f870
Compare
Choose a tag to compare

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

pyinstabot-downloader:v2.1.5

29 May 21:53
2dbe2ae
Compare
Choose a tag to compare

v2.1.5 - 2024-05-29

What's Changed

Full Changelog: v2.1.4...v2.1.5 by @obervinov in #61

🐛 Bug Fixes