v1.11.17
Notes
With this release, InstaUnfollowers has transitioned to Flask Session version 0.7.0. This major update signifies a shift away from the conventional pickle serialization method to the more secure and efficient msgspec. Notably, though, msgspec does not support the arm64/v7 architecture, leading to the discontinuation of support for this architecture moving forward. If you rely on this architecture, it is recommended that you refrain from updating and submit an issue for potential refactoring consideration.
What's Changed
- Bump flask-session from 0.6.0 to 0.7.0 in /app by @dependabot in #75
- Bump flask-session from 0.7.0 to 0.8.0 in /app by @dependabot in #78
- Bump flask from 3.0.2 to 3.0.3 in /app by @dependabot in #81
- Bump flask-paginate from 2023.10.24 to 2024.4.12 in /app by @dependabot in #82
- Bump cachelib from 0.12.0 to 0.13.0 in /app by @dependabot in #83
- Bump gunicorn from 21.2.0 to 22.0.0 by @aviolaris in #85
- Drop support for ARMv7 architecture by @aviolaris in #86
- Update README files by @aviolaris in #87
- Add msgspec to requirements by @aviolaris in #88
- Update CI workflow by @aviolaris in #89
Full Changelog: v1.11.16...v1.11.17