- The previous release contained a bug that caused the build system to deploy the wrong commit to PyPi.
- Added new config options for GitLab (thanks @kairichard)
- Pipenv is now an optional transitive dependency. If you want to update Pipfiles, install it with dparse[pipenv]
- Hashin is now no longer a dependency
- The bot uses the new pypi.org now
- Creating issues on invalid config files is now configurable
- The bot now creates issues if there are any problems with the config file
- Added support for setup.cfg files (thanks @kxepal)
- Switched to the GitLab v4 API (thanks @kxepal)
- Fixed a template error (thanks @kxepal)
- Added a new update filter that allows to restrict patch/minor updates
- Added a new filter extension that allows to specify a date on which the filter expires
- Dropped support for Python 2.6 (if this ever worked)
- Added experimental support for Pipfiles and Pipfiles.lock
- The bot now correctly sets the date in monthly pull requests
- Whitespaces in filter comments should no longer be significant
- Fixed a minor bug that occured with private packages
- Fixed another packaging error.
- Fixed a packaging error where not all template files were included.
- This release adds support for insecure packages and pull requests with attached changelogs.
- Fixed a bug on the CLI that prevented hashed requirements to be parsed correctly
- Switched to the new dparse library, adding experimental support for tox and conda files.
- Added support for GitHubs new collaborator invitation system.
- The bot now correctly parses requirement files that begin with a whitespace.
- Fixed a bug with requirement files that had special characters in the filepath.
- Overall improvements with hashed requirement files. Almost all flavors should now be parsed
correctly
- Added support for Gitlab, thanks a lot to @samdroid-apps
- Added support for compatible releases
- Fixed the CLI, it should be working again
- Now supports GitHub Integrations (experimental)
- Added new config: PR prefixes, branch prefixes
- Fixed an error not correclty formatting whitespace
- Added support for hashed requirement files
- The bot is now able to write config files to the repo
- Support for environment markers in requirements has been added
- It's now possible to have finer grained control over what's being updated.
- The bot now parses requirement extras correctly
- Made the config parser more robust
- Fixed a possible endless loop on conflicting PRs
- Added schedules to the config parser
- Now using PyGithub again
- Added a new feature: The bot can now add a label to pull requests.
- Fixed a bug where a race condition occurred when committing too fast.
- Various parser enhancements
- Empty commits are now filtered out automatically
- The bot now supports custom branches and custom index servers
- Stale pull requests will now be closed automatically
- Switched to setuptools new Requirement implementation
- Enhanced logging
- A lot of smaller bugfixes
- Added advanced filtering options
- Fixed a bug with the github provider when committing too fast.
- Requirement content replace function had a bug where not always the right requirement
was replaced
- PyGithub should be installed as a specific dependency to keep things sane and simple until the
changes on upstream are merged.
- Use development version of pygithub.
- Fixed minor packing issue.
- (silent) release on PyPI.