This repository was archived by the owner on Dec 17, 2022. It is now read-only.
Releases: impredicative/bitlyshortener
Releases · impredicative/bitlyshortener
0.6.4
0.6.2
- Check for response status when checking a token's usage.
- Routinely update the minimum required version of various third-party package requirements.
0.6.1
- Prevent a potential
ZeroDivisionErrorwhen calculating the rate per second.
0.6.0
- Stop rewriting
bit.lywithj.mpin the returned short URLs. This is because the latter domain suddenly doesn't seem to work anymore for new short URLs. All users must immediately update to this release, failing which invalid short URLs will be generated.
0.5.3
- Improved the readme.
0.5.2
- Improved the readme.
0.5.1
- Improved the readme.
2020-10-21
- [breaking] Removed
vanitizeparameter. It is now effectively a default with a value of True. It had to be removed becausevanitize=Falseseems to no longer be supported by Bitly. All users must immediately update to this version, failing which some invalid short URLs will be generated.
2020-10-11
- Switched to using the
GITHUB_REFenvironment variable for parsing the current release version number insetup.py. This allows not having to define the version number redundantly in the file.
2020-09-18
- Fixed a bug affecting Citi URLs and possibly some others.