pydata_berlin_2018
pydata_berlin_2018 copied to clipboard
Bump luigi from 2.7.5 to 2.8.0
Bumps luigi from 2.7.5 to 2.8.0.
Release notes
Sourced from luigi's releases.
2.8.0
This is a minor version bump, due to:
- Dropping Python 3.4 and 3.5 from CI, which means no automated tests to ensure compatibility for those versions
- [Security Patch] CORS being disabled by default. A new section of configuration [cors] is introduced to enable custom settings. For details, refer to user group topic: https://groups.google.com/forum/#!topic/luigi-user/ZgfRTpBsVUY
Added
luigi:
- Add Python 3.7 compatibility (#2466) This also drops 3.4 and 3.5 from CI.
- Interpolate environment variables in .cfg config files (#2527)
luigi.contrib:
luigi.contrib:
Fixed
luigi:
luigi.contrib:
- Fix S3Client's _path_to_bucket_and_key to support keys with question marks (#2534)
- Fix S3Client.remove - add max batch size (#2529)
- Small fix to logging in contrib/ecs.py (#2556)
- FIX HdfsAtomicWriteDirPipe.close() when using snakebite and the file do not exist. (#2549)
Changed:
luigi:
- [ImgBot] optimizes images (#2555)
luigi.contrib:
2.7.9
Added
luigi.contrib:
- Added optional choice for hdfs clients (#2487)
- s3client check for deprecated host keyword and raise error with the details (#2493)
- Add a "capture_output" parameter to ExternalProgramTask (#2430)
Fixed
luigi:
- Fix exception when toml lib is not installed (#2506)
- Replace direct attribute accessing by using built-n function getattr (#2509)
- set upper bound of python-daemon (#2536)
luigi.contrib:
... (truncated)
Commits
-
c01e134
Version 2.8.0 -
06e3d91
Implement configurable CORS. -
a87266d
Add HdfsFlagTarget (#2559) -
f3d7fca
Fix HdfsAtomicWriteDirPipe.close() when using snakebite and the file do not e... -
7562403
Small fix to logging in contrib/ecs.py (#2556) -
f3d4bed
[ImgBot] optimizes images (#2555) -
3cae745
Add CopyToTable task for MySQL (#2553) -
00eaa95
Make capture_output non-positional in ExternalProgramTask (#2547) -
98b3df8
Add Movio to list of Luigi users (#2551) -
f47c687
Interpolate environment variables in .cfg config files (#2527) - Additional commits viewable in compare view
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 ignore this [patch|minor|major] version
will close this PR and stop Dependabot creating any more for this minor/major 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