Releases: spotify/luigi
Releases · spotify/luigi
3.5.2
What's Changed
- Updated luigi.contrib.azureblob to 12.x.y series of azure.storage.blob by @bcamel in #3290
- Fix batch email configuration docs by @ccmaymay in #3296
New Contributors
- @bcamel made their first contribution in #3290
- @ccmaymay made their first contribution in #3296
- @hiro-o918 made their first contribution in #3297
- @shadchin made their first contribution in #3298
- @radeklat made their first contribution in #3277
Full Changelog: 3.5.1...v3.5.2
3.5.1
What's Changed
- don't convert str to tuple in TupleParameter by @kitagry in #3275
- Fix error message in case of unfulfilled dependencies with single output by @GianlucaFicarelli in #3281
- Add option to remove event handler from luigi.Task by @starhel in #3282
- Fix execution summary for optional parameters by @starhel in #3286
- Support Python3.12 by @ukky17 in #3266
- Fixed visualization of SVG graph for tasks directly dependent on each… by @starhel in #3287
- Version 3.5.1 by @andresgomezfrr in #3291
New Contributors
- @kitagry made their first contribution in #3275
- @GianlucaFicarelli made their first contribution in #3281
Full Changelog: 3.5.0...3.5.1
3.5.0
What's Changed
- worker: Log which outputs are missing when task is unexpectedly incomplete by @progval in #3258
- Update dropbox.py for compatibility with Dropbox SDK v11.X.X by @smrohrer in #3259
- Add python 3.11 support by @ukky17 in #3265
- Migrate readthedocs to version 2 by @pablocasares in #3269
- Added Veridas to companies using Luigi by @ironbar in #3268
- Release 3.5.0 by @RRap0so in #3274
New Contributors
- @smrohrer made their first contribution in #3259
- @ukky17 made their first contribution in #3265
- @pablocasares made their first contribution in #3269
- @ironbar made their first contribution in #3268
Full Changelog: 3.4.0...3.5.0
3.4.0
What's Changed
Added
Fixed
- Fix compatibility with cythonized tasks. by @MichaelGrupp in #3246
- fix flake8 error in master by @dlstadther in #3248
- Do not escape
tags in task tooltips, so that the line breaks are… by @ewallace-RI in #3250 - Silence false positive UnconsumedParameterWarning by @starhel in #3235
- Fix pymssql import by @grihabor in #3252
Full Changelog: 3.3.0...3.4.0
3.3.0
3.2.1
3.2.0
3.1.1
3.1.0
3.1.0
Added
luigi
- Documentation guidance around release version increments #3074
- Add support for naming tasks in
@requires
#3077 - Add
traceback_max_length
parameter for error email notifications #3086 - Document cause of
Unfulfilled dependency
error #3105 - Add additional
OptionalParameter
datatype options #3079 - UI: Add rerun command snippet on "show error" modal #3117
- Add support for updating default config parser after loading luigi #3135
- Allow
batch_email.email_interval
to be set in config asemail-internal-minutes
#3125 - Allow
TimeDeltaParameter
to accept input as "seconds" #3125 - Add
EnumListParameter
to top-level attribute imports #3144 - Enable
metrics_custom_import
forMetricCollectors
#3146 - Improve warning when a parameter is not consumed by a task #3170
luigi.contrib
- Add
configure_job
BigQuery property #3098 - Add parquet support to BigQuery #3099
- Add network retry logic to BigQuery #3088
- Add
run_task_kwargs
property to ECS #3083 - Add
pickle_protocol
attribute and configuration option to Spark #3001 - Add
pg8000
driver support to Postgres #3142
Fixed
luigi
- Fix default value for
task.disable_window
#3081 - Fix deconstructor of
LocalTarget
whenis_tmp
attribute dne #3085 - Improved documentation reference to
luigi.format.Nop
import #3047 - Fix Python 3.10 deprecation warnings #3150
- Remove unnecessary extra call to
cls.get_task_namespace()
#3129 - Fix documentation typo in
notifications_test.py
#3151 - Fix docs ci #3158
- Fix task history rendering #3153
- Move
max_shown_tasks
andmax_graph_nodes
documentation to correct section #3156 - Fix ability to subclass
Task
'sRegister
metaclass #3154 - Replace legacy TravicCI readme badge with GithubActions #3159
luigi.contrib
- Fix apache ci
- Fix documentation typo in sqla #3110
- Fix spark cluster mode error for missing path #3111
- Fix connection object passed to
rdbms.CopyToTable
's_add_metadata_columns()
#3011
Removed
luigi
- Remove
@Tarrasch
from codeowners #3127
Changed
luigi
- Update license copyright year #3108
- Improve error message on parsing default parameter value #3115
- Group tasks by task class in svg graph #3122
- Upgrade
tenacity
version #3147 - Enable task search to be case insensitive #3157