Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 27, 2020

Bumps bitlyshortener from 0.3.2 to 0.5.0.

Release notes

Sourced from bitlyshortener's releases.

2020-10-21

  • [breaking] Removed vanitize parameter. It is now effectively a default with a value of True. It had to be removed because vanitize=False seems 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_REF environment variable for parsing the current release version number in setup.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.

2020-08-30

  • Improve readme.

2020-08-30

  • Allow the vanitize=True option for Shortener class. This allows returning custom vanity domains whenever available. Examples of custom vanity domains are amzn.to and cnn.it. Refer to the updated examples in the readme. The default is vanitize=False, implying that the j.mp domain is always used as before.
  • Use a smaller default max cache size of 256. The previous default was 2048.

2020-08-22

  • Implement .usage() method to track usage. It is documented in the readme.

2020-08-22

  • Improved the readme.

2020-05-02

  • Improve the readme further.

2020-05-02

  • Improve the readme.
  • Address various static analyzer reported issues.

2020-01-04

  • Make various static analyzer recommended fixes.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [bitlyshortener](https://github.com/impredicative/bitlyshortener) from 0.3.2 to 0.5.0.
- [Release notes](https://github.com/impredicative/bitlyshortener/releases)
- [Commits](impredicative/bitlyshortener@0.3.2...0.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants