Releases: spotify/luigi
Version 2.0.1
This version contains mostly bugfixes, in particular making Luigi 2.0 working on Windows
Thanks @daveFNbuck @econchick @Tarrasch @dlstadther @DeaconDesperado @jpiper @nresare @dhurlburtusa @stephenpascoe @mbruggmann and some more people I probably forgot!
Pull requests
- #1441 don't print nested stack traces
- #1439 spark: use list2command
- #1447 fix unix socket
- #1446 fix daemon
- #1448 support symlinks in hdfs
- #1431 #1433 worker as a context manager
- #1429 keyboardinterrupt fix
- #1428 make it work without tornado
- #1425 positional parameter qualification
- #1422 fixed broken task trigger
- #1411 mention misspelled task name
- #1418 bigquery fix
- #1417 visualizer fix
- #1413 kwargs for s3
- #1345 retry get_work
- #1315 limit graph size
- #1391 amazon sns support
- #1392 pyspark parameter fix
- #1395 tornado fix
- #1397 spark package fix
- #1400 serialize TaskParameter
- #1402 kwargs for boto s3
- #1388 disable email from cfg
- #1341 get_work fix
- #1340 stop subprocesses on exception
- #1352 fix bug in scheduler
- #1357 fix issues in requires during scheduling
- #1367 fix visualizer w weird task names
- #1372 s3target.path
- #1314 redshift updates
- #1370 gmail authentication for notifications
- #1366 pig fix
- #1331 path warning fix
- #1338 ssh forwarding agent
- #1337 ssh multiplexing
- #1363 windows signal fix
- #1298 tracking fix
- #1346 fix dep graph on firefox
2.0.0
Highlights:
- Improved documentation.
- New visualiser page! #1086, thanks @stephenpascoe
- Execution summaries at end of runs! #1091, thanks @nicolehedblom
- Smarter layout algorithm for the SVG dependency graphs, thanks @daveFNbuck
- Command line interface now has a useful --help, see #1276
- Luigi finally has semantic exit codes! #1264
Contrib:
- Stablization of GCP tools
- AWS EC2 support. #1317, thanks @jfeala
- Sungrid support. #1124, thanks @jfeala (again :))
Scheduling:
- UNIX sockets are now supported, hence also encryption. #1129, thanks @graingert
- Smarter scheduling! #1272
- Speedup in scheduler. #1046
- A
--take-lock
option to smoother roll out code changes. #1137
Deprecations:
- There have been a lot of deprecations of features regarding Parameters. Before upgrading, please consider taking a look at the new module documentation for parameters.
1.3.0
Notable changes:
is_global
finally removed! (It still exists to not break old code, but it only setspositional=False
)- Initial support for Google Cloud Storage and Google BigQuery. Thanks @mikekap! #999 #1002
- Massive luigid speedup for
get_work()
response times. #986 - Various bugfixes.
- Standardized FileSystem/Target interface. Again thanks @mikekap! #997
- SQLAlchemy works for multiple engines. Thanks @dylanjbarth! #991
v1.2.1
1.2.1
Same as v1.2.1. Only that we can't have a initial "v" as otherwise readthedocs won't build the documentation for us. See #970 (comment)
v1.2.0
Notable changes:
- Dropped Python 2.6 support. #934
- New experimental "assistant" feature.
- External tasks are now also registered. This might cause breakage in settings like described here
- Many configuration settings have been hoisted to the new configuration system. Particularly for hdfs-related parameters. The
--help
command will show what new options are available. - While
is_global
is not removed yet. It'll get removed anytime soon. Please use the newpositional=False
setting as a replacement in your parameters. In fact, we suggest to always usepositional=False
. - The central scheduler now supports searching within groups. #903
- New dependency graph rendering using D3. #920
- The built in map reduce framework can now use
ujson
instead of doingeval
. It's still not clear to us how much faster it is. #939 - Various bug fixes and other features.
1.1.1
Version 1.1.0
This mainly features Python 3 support (thanks mostly to @gpoulin!)
1.1.0 corresponds to 0abe27e and has been run internally at Spotify for a while so should be fairly robust.
I would have released latest master as 1.1.0 had it not been for the bugs around Tornado (#824). Hoping to launch an 1.1.1 soon.
setup.py has recorded 1.0.24 for a while now, which is not correct for all commits after 0abe27e. I bumped the version of setup.py to 1.1.1