whatsnew-4.2.rst 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998
  1. .. _whatsnew-4.2:
  2. ===========================================
  3. What's new in Celery 4.2 (windowlicker)
  4. ===========================================
  5. :Author: Omer Katz (``omer.drow at gmail.com``)
  6. .. sidebar:: Change history
  7. What's new documents describe the changes in major versions,
  8. we also have a :ref:`changelog` that lists the changes in bugfix
  9. releases (0.0.x), while older series are archived under the :ref:`history`
  10. section.
  11. Celery is a simple, flexible, and reliable distributed system to
  12. process vast amounts of messages, while providing operations with
  13. the tools required to maintain such a system.
  14. It's a task queue with focus on real-time processing, while also
  15. supporting task scheduling.
  16. Celery has a large and diverse community of users and contributors,
  17. you should come join us :ref:`on IRC <irc-channel>`
  18. or :ref:`our mailing-list <mailing-list>`.
  19. To read more about Celery you should go read the :ref:`introduction <intro>`.
  20. While this version is backward compatible with previous versions
  21. it's important that you read the following section.
  22. This version is officially supported on CPython 2.7, 3.4, 3.5 & 3.6
  23. and is also supported on PyPy.
  24. .. _`website`: http://celeryproject.org/
  25. .. topic:: Table of Contents
  26. Make sure you read the important notes before upgrading to this version.
  27. .. contents::
  28. :local:
  29. :depth: 2
  30. Preface
  31. =======
  32. The 4.2.0 release continues to improve our efforts to provide you with
  33. the best task execution platform for Python.
  34. This release is mainly a bug fix release, ironing out some issues and regressions
  35. found in Celery 4.0.0.
  36. Traditionally, releases were named after `Autechre <https://en.wikipedia.org/wiki/Autechre>`_'s track names.
  37. This release continues this tradition in a slightly different way.
  38. Each major version of Celery will use a different artist's track names as codenames.
  39. From now on, the 4.x series will be codenamed after `Aphex Twin <https://en.wikipedia.org/wiki/Aphex_Twin>`_'s track names.
  40. This release is codenamed after his very famous track, `Windowlicker <https://youtu.be/UBS4Gi1y_nc?t=4m>`_.
  41. Thank you for your support!
  42. *— Omer Katz*
  43. Wall of Contributors
  44. --------------------
  45. Aaron Harnly <aharnly@wgen.net>
  46. Aaron Harnly <github.com@bulk.harnly.net>
  47. Aaron McMillin <github@aaron.mcmillinclan.org>
  48. Aaron Ross <aaronelliotross@gmail.com>
  49. Aaron Ross <aaron@wawd.com>
  50. Aaron Schumacher <ajschumacher@gmail.com>
  51. abecciu <augusto@becciu.org>
  52. abhinav nilaratna <anilaratna2@bloomberg.net>
  53. Acey9 <huiwang.e@gmail.com>
  54. Acey <huiwang.e@gmail.com>
  55. aclowes <aclowes@gmail.com>
  56. Adam Chainz <adam@adamj.eu>
  57. Adam DePue <adepue@hearsaycorp.com>
  58. Adam Endicott <adam@zoey.local>
  59. Adam Renberg <tgwizard@gmail.com>
  60. Adam Venturella <aventurella@gmail.com>
  61. Adaptification <Adaptification@users.noreply.github.com>
  62. Adrian <adrian@planetcoding.net>
  63. adriano petrich <petrich@gmail.com>
  64. Adrian Rego <arego320@gmail.com>
  65. Adrien Guinet <aguinet@quarkslab.com>
  66. Agris Ameriks <ameriks@gmail.com>
  67. Ahmet Demir <ahmet2mir+github@gmail.com>
  68. air-upc <xin.shli@ele.me>
  69. Aitor Gómez-Goiri <aitor@gomezgoiri.net>
  70. Akira Matsuzaki <akira.matsuzaki.1977@gmail.com>
  71. Akshar Raaj <akshar@agiliq.com>
  72. Alain Masiero <amasiero@ocs.online.net>
  73. Alan Hamlett <alan.hamlett@prezi.com>
  74. Alan Hamlett <alanhamlett@users.noreply.github.com>
  75. Alan Justino <alan.justino@yahoo.com.br>
  76. Alan Justino da Silva <alan.justino@yahoo.com.br>
  77. Albert Wang <albert@zerocater.com>
  78. Alcides Viamontes Esquivel <a.viamontes.esquivel@gmail.com>
  79. Alec Clowes <aclowes@gmail.com>
  80. Alejandro Pernin <ale.pernin@gmail.com>
  81. Alejandro Varas <alej0varas@gmail.com>
  82. Aleksandr Kuznetsov <aku.ru.kz@gmail.com>
  83. Ales Zoulek <ales.zoulek@gmail.com>
  84. Alexander <a.a.lebedev@gmail.com>
  85. Alexander A. Sosnovskiy <alecs.box@gmail.com>
  86. Alexander Koshelev <daevaorn@gmail.com>
  87. Alexander Koval <kovalidis@gmail.com>
  88. Alexander Oblovatniy <oblalex@users.noreply.github.com>
  89. Alexander Oblovatniy <oblovatniy@gmail.com>
  90. Alexander Ovechkin <frostoov@gmail.com>
  91. Alexander Smirnov <asmirnov@five9.com>
  92. Alexandru Chirila <alex@alexkiro.com>
  93. Alexey Kotlyarov <alexey@infoxchange.net.au>
  94. Alexey Zatelepin <ztlpn@yandex-team.ru>
  95. Alex Garel <alex@garel.org>
  96. Alex Hill <alex@hill.net.au>
  97. Alex Kiriukha <akiriukha@cogniance.com>
  98. Alex Koshelev <daevaorn@gmail.com>
  99. Alex Rattray <rattray.alex@gmail.com>
  100. Alex Williams <alex.williams@skyscanner.net>
  101. Alex Zaitsev <azaitsev@gmail.com>
  102. Ali Bozorgkhan <alibozorgkhan@gmail.com>
  103. Allan Caffee <allan.caffee@gmail.com>
  104. Allard Hoeve <allard@byte.nl>
  105. allenling <lingyiwang@haomaiyi.com>
  106. Alli <alzeih@users.noreply.github.com>
  107. Alman One <alman@laptop.home>
  108. Alman One <alman-one@laptop.home>
  109. alman-one <masiero.alain@gmail.com>
  110. Amir Rustamzadeh <amirrustam@users.noreply.github.com>
  111. anand21nanda@gmail.com <anand21nanda@gmail.com>
  112. Anarchist666 <Anarchist666@yandex.ru>
  113. Anders Pearson <anders@columbia.edu>
  114. Andrea Rabbaglietti <silverfix@gmail.com>
  115. Andreas Pelme <andreas@pelme.se>
  116. Andreas Savvides <andreas@editd.com>
  117. Andrei Fokau <andrei.fokau@neutron.kth.se>
  118. Andrew de Quincey <adq@lidskialf.net>
  119. Andrew Kittredge <andrewlkittredge@gmail.com>
  120. Andrew McFague <amcfague@wgen.net>
  121. Andrew Stewart <astewart@twistbioscience.com>
  122. Andrew Watts <andrewwatts@gmail.com>
  123. Andrew Wong <argsno@gmail.com>
  124. Andrey Voronov <eyvoro@users.noreply.github.com>
  125. Andriy Yurchuk <ayurchuk@minuteware.net>
  126. Aneil Mallavarapu <aneil.mallavar@gmail.com>
  127. anentropic <ego@anentropic.com>
  128. anh <anhlh2@gmail.com>
  129. Ankur Dedania <AbsoluteMSTR@gmail.com>
  130. Anthony Lukach <anthonylukach@gmail.com>
  131. antlegrand <2t.antoine@gmail.com>
  132. Antoine Legrand <antoine.legrand@smartjog.com>
  133. Anton <anton.gladkov@gmail.com>
  134. Anton Gladkov <atn18@yandex-team.ru>
  135. Antonin Delpeuch <antonin@delpeuch.eu>
  136. Arcadiy Ivanov <arcadiy@ivanov.biz>
  137. areski <areski@gmail.com>
  138. Armenak Baburyan <kanemra@gmail.com>
  139. Armin Ronacher <armin.ronacher@active-4.com>
  140. armo <kanemra@gmail.com>
  141. Arnaud Rocher <cailloumajor@users.noreply.github.com>
  142. arpanshah29 <ashah29@stanford.edu>
  143. Arsenio Santos <arsenio@gmail.com>
  144. Arthur Vigil <ahvigil@mail.sfsu.edu>
  145. Arthur Vuillard <arthur@hashbang.fr>
  146. Ashish Dubey <ashish.dubey91@gmail.com>
  147. Asif Saifuddin Auvi <auvipy@gmail.com>
  148. Asif Saifuddin Auvi <auvipy@users.noreply.github.com>
  149. ask <ask@0x61736b.net>
  150. Ask Solem <ask@celeryproject.org>
  151. Ask Solem <askh@opera.com>
  152. Ask Solem Hoel <ask@celeryproject.org>
  153. aydin <adigeaydin@gmail.com>
  154. baeuml <baeuml@kit.edu>
  155. Balachandran C <balachandran.c@gramvaani.org>
  156. Balthazar Rouberol <balthazar.rouberol@mapado.com>
  157. Balthazar Rouberol <balthazar.rouberol@ubertas.co.uk>
  158. bartloop <38962178+bartloop@users.noreply.github.com>
  159. Bartosz Ptaszynski <>
  160. Batiste Bieler <batiste.bieler@pix4d.com>
  161. bee-keeper <ricbottomley@gmail.com>
  162. Bence Tamas <mr.bence.tamas@gmail.com>
  163. Ben Firshman <ben@firshman.co.uk>
  164. Ben Welsh <ben.welsh@gmail.com>
  165. Berker Peksag <berker.peksag@gmail.com>
  166. Bert Vanderbauwhede <batlock666@gmail.com>
  167. Bert Vanderbauwhede <bert.vanderbauwhede@ugent.be>
  168. BLAGA Razvan-Paul <razvan.paul.blaga@gmail.com>
  169. bobbybeever <bobby.beever@yahoo.com>
  170. bobby <bobby.beever@yahoo.com>
  171. Bobby Powers <bobbypowers@gmail.com>
  172. Bohdan Rybak <bohdan.rybak@gmail.com>
  173. Brad Jasper <bjasper@gmail.com>
  174. Branko Čibej <brane@apache.org>
  175. BR <b.rabiega@gmail.com>
  176. Brendan MacDonell <macdonellba@gmail.com>
  177. Brendon Crawford <brendon@aphexcreations.net>
  178. Brent Watson <brent@brentwatson.com>
  179. Brian Bouterse <bmbouter@gmail.com>
  180. Brian Dixon <bjdixon@gmail.com>
  181. Brian Luan <jznight@gmail.com>
  182. Brian May <brian@linuxpenguins.xyz>
  183. Brian Peiris <brianpeiris@gmail.com>
  184. Brian Rosner <brosner@gmail.com>
  185. Brodie Rao <brodie@sf.io>
  186. Bruno Alla <browniebroke@users.noreply.github.com>
  187. Bryan Berg <bdb@north-eastham.org>
  188. Bryan Berg <bryan@mixedmedialabs.com>
  189. Bryan Bishop <kanzure@gmail.com>
  190. Bryan Helmig <bryan@bryanhelmig.com>
  191. Bryce Groff <bgroff@hawaii.edu>
  192. Caleb Mingle <mingle@uber.com>
  193. Carlos Garcia-Dubus <carlos.garciadm@gmail.com>
  194. Catalin Iacob <iacobcatalin@gmail.com>
  195. Charles McLaughlin <mclaughlinct@gmail.com>
  196. Chase Seibert <chase.seibert+github@gmail.com>
  197. ChillarAnand <anand21nanda@gmail.com>
  198. Chris Adams <chris@improbable.org>
  199. Chris Angove <cangove@wgen.net>
  200. Chris Chamberlin <chamberlincd@gmail.com>
  201. chrisclark <chris@untrod.com>
  202. Chris Harris <chris.harris@kitware.com>
  203. Chris Kuehl <chris@techxonline.net>
  204. Chris Martin <ch.martin@gmail.com>
  205. Chris Mitchell <chris.mit7@gmail.com>
  206. Chris Rose <offby1@offby1.net>
  207. Chris St. Pierre <chris.a.st.pierre@gmail.com>
  208. Chris Streeter <chris@chrisstreeter.com>
  209. Christian <github@penpal4u.net>
  210. Christoph Burgmer <christoph@nwebs.de>
  211. Christopher Hoskin <mans0954@users.noreply.github.com>
  212. Christopher Lee <chris@cozi.com>
  213. Christopher Peplin <github@rhubarbtech.com>
  214. Christopher Peplin <peplin@bueda.com>
  215. Christoph Krybus <ckrybus@googlemail.com>
  216. clayg <clay.gerrard@gmail.com>
  217. Clay Gerrard <clayg@clayg-desktop.(none)>
  218. Clemens Wolff <clemens@justamouse.com>
  219. cmclaughlin <mclaughlinct@gmail.com>
  220. Codeb Fan <codeb2cc@gmail.com>
  221. Colin McIntosh <colin@colinmcintosh.com>
  222. Conrad Kramer <ckrames1234@gmail.com>
  223. Corey Farwell <coreyf@rwell.org>
  224. Craig Younkins <cyounkins@Craigs-MacBook-Pro.local>
  225. csfeathers <csfeathers@users.noreply.github.com>
  226. Cullen Rhodes <rhodes.cullen@yahoo.co.uk>
  227. daftshady <daftonshady@gmail.com>
  228. Dan <dmtaub@gmail.com>
  229. Dan Hackner <dan.hackner@gmail.com>
  230. Daniel Devine <devine@ddevnet.net>
  231. Daniele Procida <daniele@vurt.org>
  232. Daniel Hahler <github@thequod.de>
  233. Daniel Hepper <daniel.hepper@gmail.com>
  234. Daniel Huang <dxhuang@gmail.com>
  235. Daniel Lundin <daniel.lundin@trioptima.com>
  236. Daniel Lundin <dln@eintr.org>
  237. Daniel Watkins <daniel@daniel-watkins.co.uk>
  238. Danilo Bargen <mail@dbrgn.ch>
  239. Dan McGee <dan@archlinux.org>
  240. Dan McGee <dpmcgee@gmail.com>
  241. Dan Wilson <danjwilson@gmail.com>
  242. Daodao <daodaod@gmail.com>
  243. Dave Smith <dave@thesmithfam.org>
  244. Dave Smith <dsmith@hirevue.com>
  245. David Arthur <darthur@digitalsmiths.com>
  246. David Arthur <mumrah@gmail.com>
  247. David Baumgold <david@davidbaumgold.com>
  248. David Cramer <dcramer@gmail.com>
  249. David Davis <daviddavis@users.noreply.github.com>
  250. David Harrigan <dharrigan118@gmail.com>
  251. David Harrigan <dharrigan@dyn.com>
  252. David Markey <dmarkey@localhost.localdomain>
  253. David Miller <david@deadpansincerity.com>
  254. David Miller <il.livid.dream@gmail.com>
  255. David Pravec <David.Pravec@danix.org>
  256. David Pravec <david.pravec@nethost.cz>
  257. David Strauss <david@davidstrauss.net>
  258. David White <dpwhite2@ncsu.edu>
  259. DDevine <devine@ddevnet.net>
  260. Denis Podlesniy <Haos616@Gmail.com>
  261. Denis Shirokov <dan@rexuni.com>
  262. Dennis Brakhane <dennis.brakhane@inoio.de>
  263. Derek Harland <donkopotamus@users.noreply.github.com>
  264. derek_kim <bluewhale8202@gmail.com>
  265. dessant <dessant@users.noreply.github.com>
  266. Dieter Adriaenssens <ruleant@users.sourceforge.net>
  267. Dima Kurguzov <koorgoo@gmail.com>
  268. dimka665 <dimka665@gmail.com>
  269. dimlev <dimlev@gmail.com>
  270. dmarkey <david@dmarkey.com>
  271. Dmitry Malinovsky <damalinov@gmail.com>
  272. Dmitry Malinovsky <dmalinovsky@thumbtack.net>
  273. dmollerm <d.moller.m@gmail.com>
  274. Dmytro Petruk <bavaria95@gmail.com>
  275. dolugen <dolugen@gmail.com>
  276. dongweiming <ciici1234@hotmail.com>
  277. dongweiming <ciici123@gmail.com>
  278. Dongweiming <ciici123@gmail.com>
  279. dtheodor <dimitris.theodorou@gmail.com>
  280. Dudás Ádám <sir.dudas.adam@gmail.com>
  281. Dustin J. Mitchell <dustin@mozilla.com>
  282. D. Yu <darylyu@users.noreply.github.com>
  283. Ed Morley <edmorley@users.noreply.github.com>
  284. Eduardo Ramírez <ejramire@uc.cl>
  285. Edward Betts <edward@4angle.com>
  286. Emil Stanchev <stanchev.emil@gmail.com>
  287. Eran Rundstein <eran@sandsquid.(none)>
  288. ergo <ergo@debian.Belkin>
  289. Eric Poelke <epoelke@gmail.com>
  290. Eric Zarowny <ezarowny@gmail.com>
  291. ernop <ernestfrench@gmail.com>
  292. Evgeniy <quick.es@gmail.com>
  293. evildmp <daniele@apple-juice.co.uk>
  294. fatihsucu <fatihsucu0@gmail.com>
  295. Fatih Sucu <fatihsucu@users.noreply.github.com>
  296. Feanil Patel <feanil@edx.org>
  297. Felipe <fcoelho@users.noreply.github.com>
  298. Felipe Godói Rosário <felipe.rosario@geru.com.br>
  299. Felix Berger <bflat1@gmx.net>
  300. Fengyuan Chen <cfy1990@gmail.com>
  301. Fernando Rocha <fernandogrd@gmail.com>
  302. ffeast <ffeast@gmail.com>
  303. Flavio Percoco Premoli <flaper87@gmail.com>
  304. Florian Apolloner <apollo13@apolloner.eu>
  305. Florian Apolloner <florian@apollo13.(none)>
  306. Florian Demmer <fdemmer@gmail.com>
  307. flyingfoxlee <lingyunzhi312@gmail.com>
  308. Francois Visconte <f.visconte@gmail.com>
  309. François Voron <fvoron@gmail.com>
  310. Frédéric Junod <frederic.junod@camptocamp.com>
  311. fredj <frederic.junod@camptocamp.com>
  312. frol <frolvlad@gmail.com>
  313. Gabriel <gabrielpjordao@gmail.com>
  314. Gao Jiangmiao <gao.jiangmiao@h3c.com>
  315. GDR! <gdr@gdr.name>
  316. GDvalle <GDvalle@users.noreply.github.com>
  317. Geoffrey Bauduin <bauduin.geo@gmail.com>
  318. georgepsarakis <giwrgos.psarakis@gmail.com>
  319. George Psarakis <giwrgos.psarakis@gmail.com>
  320. George Sibble <gsibble@gmail.com>
  321. George Tantiras <raratiru@users.noreply.github.com>
  322. Georgy Cheshkov <medoslav@gmail.com>
  323. Gerald Manipon <pymonger@gmail.com>
  324. German M. Bravo <german.mb@deipi.com>
  325. Gert Van Gool <gertvangool@gmail.com>
  326. Gilles Dartiguelongue <gilles.dartiguelongue@esiee.org>
  327. Gino Ledesma <gledesma@apple.com>
  328. gmanipon <gmanipon@jpl.nasa.gov>
  329. Grant Thomas <jgrantthomas@gmail.com>
  330. Greg Haskins <greg@greghaskins.com>
  331. gregoire <gregoire@audacy.fr>
  332. Greg Taylor <gtaylor@duointeractive.com>
  333. Greg Wilbur <gwilbur@bloomberg.net>
  334. Guillaume Gauvrit <guillaume@gandi.net>
  335. Guillaume Gendre <dzb.rtz@gmail.com>
  336. Gun.io Whitespace Robot <contact@gun.io>
  337. Gunnlaugur Thor Briem <gunnlaugur@gmail.com>
  338. harm <harm.verhagen@gmail.com>
  339. Harm Verhagen <harm.verhagen@gmail.com>
  340. Harry Moreno <morenoh149@gmail.com>
  341. hclihn <23141651+hclihn@users.noreply.github.com>
  342. hekevintran <hekevintran@gmail.com>
  343. honux <atoahp@hotmail.com>
  344. Honza Kral <honza.kral@gmail.com>
  345. Honza Král <Honza.Kral@gmail.com>
  346. Hooksie <me@matthooks.com>
  347. Hsiaoming Yang <me@lepture.com>
  348. Huang Huang <mozillazg101@gmail.com>
  349. Hynek Schlawack <hs@ox.cx>
  350. Hynek Schlawack <schlawack@variomedia.de>
  351. Ian Dees <ian.dees@gmail.com>
  352. Ian McCracken <ian.mccracken@gmail.com>
  353. Ian Wilson <ian.owings@gmail.com>
  354. Idan Kamara <idankk86@gmail.com>
  355. Ignas Mikalajūnas <ignas.mikalajunas@gmail.com>
  356. Igor Kasianov <super.hang.glider@gmail.com>
  357. illes <illes.solt@gmail.com>
  358. Ilya <4beast@gmail.com>
  359. Ilya Georgievsky <i.georgievsky@drweb.com>
  360. Ionel Cristian Mărieș <contact@ionelmc.ro>
  361. Ionel Maries Cristian <contact@ionelmc.ro>
  362. Ionut Turturica <jonozzz@yahoo.com>
  363. Iurii Kriachko <iurii.kriachko@gmail.com>
  364. Ivan Metzlar <metzlar@gmail.com>
  365. Ivan Virabyan <i.virabyan@gmail.com>
  366. j0hnsmith <info@whywouldwe.com>
  367. Jackie Leng <Jackie.Leng@nelen-schuurmans.nl>
  368. J Alan Brogan <jalanb@users.noreply.github.com>
  369. Jameel Al-Aziz <me@jalaziz.net>
  370. James M. Allen <james.m.allen@gmail.com>
  371. James Michael DuPont <JamesMikeDuPont@gmail.com>
  372. James Pulec <jpulec@gmail.com>
  373. James Remeika <james@remeika.us>
  374. Jamie Alessio <jamie@stoic.net>
  375. Jannis Leidel <jannis@leidel.info>
  376. Jared Biel <jared.biel@bolderthinking.com>
  377. Jason Baker <amnorvend@gmail.com>
  378. Jason Baker <jason@ubuntu.ubuntu-domain>
  379. Jason Veatch <jtveatch@gmail.com>
  380. Jasper Bryant-Greene <jbg@rf.net.nz>
  381. Javier Domingo Cansino <javierdo1@gmail.com>
  382. Javier Martin Montull <javier.martin.montull@cern.ch>
  383. Jay Farrimond <jay@instaedu.com>
  384. Jay McGrath <jaymcgrath@users.noreply.github.com>
  385. jbiel <jared.biel@bolderthinking.com>
  386. jbochi <jbochi@gmail.com>
  387. Jed Smith <jed@jedsmith.org>
  388. Jeff Balogh <github@jeffbalogh.org>
  389. Jeff Balogh <me@jeffbalogh.org>
  390. Jeff Terrace <jterrace@gmail.com>
  391. Jeff Widman <jeff@jeffwidman.com>
  392. Jelle Verstraaten <jelle.verstraaten@xs4all.nl>
  393. Jeremy Cline <jeremy@jcline.org>
  394. Jeremy Zafran <jeremy.zafran@cloudlock.com>
  395. jerry <jerry@stellaservice.com>
  396. Jerzy Kozera <jerzy.kozera@gmail.com>
  397. Jerzy Kozera <jerzy.kozera@sensisoft.com>
  398. jespern <jesper@noehr.org>
  399. Jesper Noehr <jespern@jesper-noehrs-macbook-pro.local>
  400. Jesse <jvanderdoes@gmail.com>
  401. jess <jessachandler@gmail.com>
  402. Jess Johnson <jess@grokcode.com>
  403. Jian Yu <askingyj@gmail.com>
  404. JJ <jairojair@gmail.com>
  405. João Ricardo <joaoricardo000@gmail.com>
  406. Jocelyn Delalande <jdelalande@oasiswork.fr>
  407. JocelynDelalande <JocelynDelalande@users.noreply.github.com>
  408. Joe Jevnik <JoeJev@gmail.com>
  409. Joe Sanford <joe@cs.tufts.edu>
  410. Joe Sanford <josephsanford@gmail.com>
  411. Joey Wilhelm <tarkatronic@gmail.com>
  412. John Anderson <sontek@gmail.com>
  413. John Arnold <johnar@microsoft.com>
  414. John Barham <jbarham@gmail.com>
  415. John Watson <john@dctrwatson.com>
  416. John Watson <john@disqus.com>
  417. John Watson <johnw@mahalo.com>
  418. John Whitlock <John-Whitlock@ieee.org>
  419. Jonas Haag <jonas@lophus.org>
  420. Jonas Obrist <me@ojii.ch>
  421. Jonatan Heyman <jonatan@heyman.info>
  422. Jonathan Jordan <jonathan@metaltoad.com>
  423. Jonathan Sundqvist <sundqvist.jonathan@gmail.com>
  424. jonathan vanasco <jonathan@2xlp.com>
  425. Jon Chen <bsd@voltaire.sh>
  426. Jon Dufresne <jon.dufresne@gmail.com>
  427. Josh <kaizoku@phear.cc>
  428. Josh Kupershmidt <schmiddy@gmail.com>
  429. Joshua "jag" Ginsberg <jag@flowtheory.net>
  430. Josue Balandrano Coronel <xirdneh@gmail.com>
  431. Jozef <knaperek@users.noreply.github.com>
  432. jpellerin <jpellerin@jpdesk.(none)>
  433. jpellerin <none@none>
  434. JP <jpellerin@gmail.com>
  435. JTill <jtillman@hearsaycorp.com>
  436. Juan Gutierrez <juanny.gee@gmail.com>
  437. Juan Ignacio Catalano <catalanojuan@gmail.com>
  438. Juan Rossi <juan@getmango.com>
  439. Juarez Bochi <jbochi@gmail.com>
  440. Jude Nagurney <jude@pwan.org>
  441. Julien Deniau <julien@sitioweb.fr>
  442. julienp <julien@caffeine.lu>
  443. Julien Poissonnier <julien@caffeine.lu>
  444. Jun Sakai <jsakai@splunk.com>
  445. Justin Patrin <jpatrin@skyhighnetworks.com>
  446. Justin Patrin <papercrane@reversefold.com>
  447. Kalle Bronsen <bronsen@nrrd.de>
  448. kamalgill <kamalgill@mac.com>
  449. Kamil Breguła <mik-laj@users.noreply.github.com>
  450. Kanan Rahimov <mail@kenanbek.me>
  451. Kareem Zidane <kzidane@cs50.harvard.edu>
  452. Keith Perkins <keith@tasteoftheworld.us>
  453. Ken Fromm <ken@frommworldwide.com>
  454. Ken Reese <krrg@users.noreply.github.com>
  455. keves <e@keves.org>
  456. Kevin Gu <guqi@reyagroup.com>
  457. Kevin Harvey <kharvey@axialhealthcare.com>
  458. Kevin McCarthy <me@kevinmccarthy.org>
  459. Kevin Richardson <kevin.f.richardson@gmail.com>
  460. Kevin Richardson <kevin@kevinrichardson.co>
  461. Kevin Tran <hekevintran@gmail.com>
  462. Kieran Brownlees <kbrownlees@users.noreply.github.com>
  463. Kirill Pavlov <pavlov99@yandex.ru>
  464. Kirill Romanov <djaler1@gmail.com>
  465. komu <komuw05@gmail.com>
  466. Konstantinos Koukopoulos <koukopoulos@gmail.com>
  467. Konstantin Podshumok <kpp.live@gmail.com>
  468. Kornelijus Survila <kornholijo@gmail.com>
  469. Kouhei Maeda <mkouhei@gmail.com>
  470. Kracekumar Ramaraju <me@kracekumar.com>
  471. Krzysztof Bujniewicz <k.bujniewicz@bankier.pl>
  472. kuno <neokuno@gmail.com>
  473. Kxrr <Hi@Kxrr.Us>
  474. Kyle Kelley <rgbkrk@gmail.com>
  475. Laurent Peuch <cortex@worlddomination.be>
  476. lead2gold <caronc@users.noreply.github.com>
  477. Leo Dirac <leo@banyanbranch.com>
  478. Leo Singer <leo.singer@ligo.org>
  479. Lewis M. Kabui <lewis.maina@andela.com>
  480. llllllllll <joejev@gmail.com>
  481. Locker537 <Locker537@gmail.com>
  482. Loic Bistuer <loic.bistuer@sixmedia.com>
  483. Loisaida Sam <sam.sandberg@gmail.com>
  484. lookfwd <lookfwd@gmail.com>
  485. Loren Abrams <labrams@hearsaycorp.com>
  486. Loren Abrams <loren.abrams@gmail.com>
  487. Lucas Wiman <lucaswiman@counsyl.com>
  488. lucio <lucio@prometeo.spirit.net.ar>
  489. Luis Clara Gomez <ekkolabs@gmail.com>
  490. Lukas Linhart <lukas.linhart@centrumholdings.com>
  491. Łukasz Kożuchowski <lukasz.kozuchowski@10clouds.com>
  492. Łukasz Langa <lukasz@langa.pl>
  493. Łukasz Oleś <lukaszoles@gmail.com>
  494. Luke Burden <lukeburden@gmail.com>
  495. Luke Hutscal <luke@creaturecreative.com>
  496. Luke Plant <L.Plant.98@cantab.net>
  497. Luke Pomfrey <luke.pomfrey@titanemail.com>
  498. Luke Zapart <drx@drx.pl>
  499. mabouels <abouelsaoud@gmail.com>
  500. Maciej Obuchowski <obuchowski.maciej@gmail.com>
  501. Mads Jensen <mje@inducks.org>
  502. Manuel Kaufmann <humitos@gmail.com>
  503. Manuel Vázquez Acosta <mvaled@users.noreply.github.com>
  504. Marat Sharafutdinov <decaz89@gmail.com>
  505. Marcelo Da Cruz Pinto <Marcelo_DaCruzPinto@McAfee.com>
  506. Marc Gibbons <marc_gibbons@rogers.com>
  507. Marc Hörsken <mback2k@users.noreply.github.com>
  508. Marcin Kuźmiński <marcin@python-blog.com>
  509. marcinkuzminski <marcin@python-works.com>
  510. Marcio Ribeiro <binary@b1n.org>
  511. Marco Buttu <marco.buttu@gmail.com>
  512. Marco Schweighauser <marco@mailrelay.ch>
  513. mariia-zelenova <32500603+mariia-zelenova@users.noreply.github.com>
  514. Marin Atanasov Nikolov <dnaeon@gmail.com>
  515. Marius Gedminas <marius@gedmin.as>
  516. mark hellewell <mark.hellewell@gmail.com>
  517. Mark Lavin <markdlavin@gmail.com>
  518. Mark Lavin <mlavin@caktusgroup.com>
  519. Mark Parncutt <me@markparncutt.com>
  520. Mark Story <mark@freshbooks.com>
  521. Mark Stover <stovenator@gmail.com>
  522. Mark Thurman <mthurman@gmail.com>
  523. Markus Kaiserswerth <github@sensun.org>
  524. Markus Ullmann <mail@markus-ullmann.de>
  525. martialp <martialp@users.noreply.github.com>
  526. Martin Davidsson <martin@dropcam.com>
  527. Martin Galpin <m@66laps.com>
  528. Martin Melin <git@martinmelin.com>
  529. Matt Davis <matteius@gmail.com>
  530. Matthew Duggan <mgithub@guarana.org>
  531. Matthew J Morrison <mattj.morrison@gmail.com>
  532. Matthew Miller <matthewgarrettmiller@gmail.com>
  533. Matthew Schinckel <matt@schinckel.net>
  534. mattlong <matt@crocodoc.com>
  535. Matt Long <matt@crocodoc.com>
  536. Matt Robenolt <matt@ydekproductions.com>
  537. Matt Robenolt <m@robenolt.com>
  538. Matt Williamson <dawsdesign@gmail.com>
  539. Matt Williamson <matt@appdelegateinc.com>
  540. Matt Wise <matt@nextdoor.com>
  541. Matt Woodyard <matt@mattwoodyard.com>
  542. Mauro Rocco <fireantology@gmail.com>
  543. Maxim Bodyansky <maxim@viking.(none)>
  544. Maxime Beauchemin <maxime.beauchemin@apache.org>
  545. Maxime Vdb <mvergerdelbove@work4labs.com>
  546. Mayflower <fucongwang@gmail.com>
  547. mbacho <mbacho@users.noreply.github.com>
  548. mher <mher.movsisyan@gmail.com>
  549. Mher Movsisyan <mher.movsisyan@gmail.com>
  550. Michael Aquilina <michaelaquilina@gmail.com>
  551. Michael Duane Mooring <mikeumus@gmail.com>
  552. Michael Elsdoerfer michael@elsdoerfer.com <michael@puppetmaster.(none)>
  553. Michael Elsdorfer <michael@elsdoerfer.com>
  554. Michael Elsdörfer <michael@elsdoerfer.com>
  555. Michael Fladischer <FladischerMichael@fladi.at>
  556. Michael Floering <michaelfloering@gmail.com>
  557. Michael Howitz <mh@gocept.com>
  558. michael <michael@giver.dpool.org>
  559. Michael <michael-k@users.noreply.github.com>
  560. michael <michael@puppetmaster.(none)>
  561. Michael Peake <michaeljpeake@icloud.com>
  562. Michael Permana <michael@origamilogic.com>
  563. Michael Permana <mpermana@hotmail.com>
  564. Michael Robellard <mikerobellard@onshift.com>
  565. Michael Robellard <mrobellard@onshift.com>
  566. Michal Kuffa <beezz@users.noreply.github.com>
  567. Miguel Hernandez Martos <enlavin@gmail.com>
  568. Mike Attwood <mike@cybersponse.com>
  569. Mike Chen <yi.chen.it@gmail.com>
  570. Mike Helmick <michaelhelmick@users.noreply.github.com>
  571. mikemccabe <mike@mcca.be>
  572. Mikhail Gusarov <dottedmag@dottedmag.net>
  573. Mikhail Korobov <kmike84@gmail.com>
  574. Mikołaj <mikolevy1@gmail.com>
  575. Milen Pavlov <milen.pavlov@gmail.com>
  576. Misha Wolfson <myw@users.noreply.github.com>
  577. Mitar <mitar.github@tnode.com>
  578. Mitar <mitar@tnode.com>
  579. Mitchel Humpherys <mitch.special@gmail.com>
  580. mklauber <matt+github@mklauber.com>
  581. mlissner <mlissner@michaeljaylissner.com>
  582. monkut <nafein@hotmail.com>
  583. Morgan Doocy <morgan@doocy.net>
  584. Morris Tweed <tweed.morris@gmail.com>
  585. Morton Fox <github@qslw.com>
  586. Môshe van der Sterre <me@moshe.nl>
  587. Moussa Taifi <moutai10@gmail.com>
  588. mozillazg <opensource.mozillazg@gmail.com>
  589. mpavlov <milen.pavlov@gmail.com>
  590. mperice <mperice@users.noreply.github.com>
  591. mrmmm <mohammad.almeer@gmail.com>
  592. Muneyuki Noguchi <nogu.dev@gmail.com>
  593. m-vdb <mvergerdelbove@work4labs.com>
  594. nadad <nadad6@gmail.com>
  595. Nathaniel Varona <nathaniel.varona@gmail.com>
  596. Nathan Van Gheem <vangheem@gmail.com>
  597. Nat Williams <nat.williams@gmail.com>
  598. Neil Chintomby <mace033@gmail.com>
  599. Neil Chintomby <neil@mochimedia.com>
  600. Nicholas Pilon <npilon@gmail.com>
  601. nicholsonjf <nicholsonjf@gmail.com>
  602. Nick Eaket <4418194+neaket360pi@users.noreply.github.com>
  603. Nick Johnson <njohnson@limcollective.com>
  604. Nicolas Mota <nicolas_mota@live.com>
  605. nicolasunravel <nicolas@unravel.ie>
  606. Niklas Aldergren <niklas@aldergren.com>
  607. Noah Kantrowitz <noah@coderanger.net>
  608. Noel Remy <mocramis@gmail.com>
  609. NoKriK <nokrik@nokrik.net>
  610. Norman Richards <orb@nostacktrace.com>
  611. NotSqrt <notsqrt@gmail.com>
  612. nott <reg@nott.cc>
  613. ocean1 <ocean1@users.noreply.github.com>
  614. ocean1 <ocean_ieee@yahoo.it>
  615. ocean1 <ocean.kuzuri@gmail.com>
  616. OddBloke <daniel.watkins@glassesdirect.com>
  617. Oleg Anashkin <oleg.anashkin@gmail.com>
  618. Olivier Aubert <contact@olivieraubert.net>
  619. Omar Khan <omar@omarkhan.me>
  620. Omer Katz <omer.drow@gmail.com>
  621. Omer Korner <omerkorner@gmail.com>
  622. orarbel <orarbel@gmail.com>
  623. orf <tom@tomforb.es>
  624. Ori Hoch <ori@uumpa.com>
  625. outself <yura.nevsky@gmail.com>
  626. Pablo Marti <pmargam@gmail.com>
  627. pachewise <pachewise@users.noreply.github.com>
  628. partizan <serg.partizan@gmail.com>
  629. Pär Wieslander <wieslander@gmail.com>
  630. Patrick Altman <paltman@gmail.com>
  631. Patrick Cloke <clokep@users.noreply.github.com>
  632. Patrick <paltman@gmail.com>
  633. Patrick Stegmann <code@patrick-stegmann.de>
  634. Patrick Stegmann <wonderb0lt@users.noreply.github.com>
  635. Patrick Zhang <patdujour@gmail.com>
  636. Paul English <paul@onfrst.com>
  637. Paul Jensen <pjensen@interactdirect.com>
  638. Paul Kilgo <pkilgo@clemson.edu>
  639. Paul McMillan <paul.mcmillan@nebula.com>
  640. Paul McMillan <Paul@McMillan.ws>
  641. Paulo <PauloPeres@users.noreply.github.com>
  642. Paul Pearce <pearce@cs.berkeley.edu>
  643. Pavel Savchenko <pavel@modlinltd.com>
  644. Pavlo Kapyshin <i@93z.org>
  645. pegler <pegler@gmail.com>
  646. Pepijn de Vos <pepijndevos@gmail.com>
  647. Peter Bittner <django@bittner.it>
  648. Peter Brook <peter.d.brook@gmail.com>
  649. Philip Garnero <philip.garnero@corp.ovh.com>
  650. Pierre Fersing <pierref@pierref.org>
  651. Piotr Maślanka <piotr.maslanka@henrietta.com.pl>
  652. Piotr Sikora <piotr.sikora@frickle.com>
  653. PMickael <exploze@gmail.com>
  654. PMickael <mickael.penhard@gmail.com>
  655. Polina Giralt <polina.giralt@gmail.com>
  656. precious <vs.kulaga@gmail.com>
  657. Preston Moore <prestonkmoore@gmail.com>
  658. Primož Kerin <kerin.primoz@gmail.com>
  659. Pysaoke <pysaoke@gmail.com>
  660. Rachel Johnson <racheljohnson457@gmail.com>
  661. Rachel Willmer <rachel@willmer.org>
  662. raducc <raducc@users.noreply.github.com>
  663. Raf Geens <rafgeens@gmail.com>
  664. Raghuram Srinivasan <raghu@set.tv>
  665. Raphaël Riel <raphael.riel@gmail.com>
  666. Raphaël Slinckx <rslinckx@gmail.com>
  667. Régis B <github@behmo.com>
  668. Remigiusz Modrzejewski <lrem@maxnet.org.pl>
  669. Rémi Marenco <remi.marenco@gmail.com>
  670. rfkrocktk <rfkrocktk@gmail.com>
  671. Rick van Hattem <rick.van.hattem@fawo.nl>
  672. Rick Wargo <rickwargo@users.noreply.github.com>
  673. Rico Moorman <rico.moorman@gmail.com>
  674. Rik <gitaarik@gmail.com>
  675. Rinat Shigapov <rinatshigapov@gmail.com>
  676. Riyad Parvez <social.riyad@gmail.com>
  677. rlotun <rlotun@gmail.com>
  678. rnoel <rnoel@ltutech.com>
  679. Robert Knight <robertknight@gmail.com>
  680. Roberto Gaiser <gaiser@geekbunker.org>
  681. roderick <mail@roderick.de>
  682. Rodolphe Quiedeville <rodolphe@quiedeville.org>
  683. Roger Hu <rhu@hearsaycorp.com>
  684. Roger Hu <roger.hu@gmail.com>
  685. Roman Imankulov <roman@netangels.ru>
  686. Roman Sichny <roman@sichnyi.com>
  687. Romuald Brunet <romuald@gandi.net>
  688. Ronan Amicel <ronan.amicel@gmail.com>
  689. Ross Deane <ross.deane@gmail.com>
  690. Ross Lawley <ross.lawley@gmail.com>
  691. Ross Patterson <me@rpatterson.net>
  692. Ross <ross@duedil.com>
  693. Rudy Attias <rudy.attias@gmail.com>
  694. rumyana neykova <rumi.neykova@gmail.com>
  695. Rumyana Neykova <rumi.neykova@gmail.com>
  696. Rune Halvorsen <runefh@gmail.com>
  697. Rune Halvorsen <runeh@vorkosigan.(none)>
  698. runeh <runeh@vorkosigan.(none)>
  699. Russell Keith-Magee <russell@keith-magee.com>
  700. Ryan Guest <ryanguest@gmail.com>
  701. Ryan Hiebert <ryan@ryanhiebert.com>
  702. Ryan Kelly <rkelly@truveris.com>
  703. Ryan Luckie <rtluckie@gmail.com>
  704. Ryan Petrello <lists@ryanpetrello.com>
  705. Ryan P. Kelly <rpkelly@cpan.org>
  706. Ryan P Kilby <rpkilby@ncsu.edu>
  707. Salvatore Rinchiera <srinchiera@college.harvard.edu>
  708. Sam Cooke <sam@mixcloud.com>
  709. samjy <sam+git@samjy.com>
  710. Sammie S. Taunton <diemuzi@gmail.com>
  711. Samuel Dion-Girardeau <samueldg@users.noreply.github.com>
  712. Samuel Dion-Girardeau <samuel.diongirardeau@gmail.com>
  713. Samuel GIFFARD <samuel@giffard.co>
  714. Scott Cooper <scttcper@gmail.com>
  715. screeley <screeley@screeley-laptop.(none)>
  716. sdcooke <sam@mixcloud.com>
  717. Sean O'Connor <sean@seanoc.com>
  718. Sean Wang <seanw@patreon.com>
  719. Sebastian Kalinowski <sebastian@kalinowski.eu>
  720. Sébastien Fievet <zyegfryed@gmail.com>
  721. Seong Won Mun <longfinfunnel@gmail.com>
  722. Sergey Fursov <GeyseR85@gmail.com>
  723. Sergey Tikhonov <zimbler@gmail.com>
  724. Sergi Almacellas Abellana <sergi@koolpi.com>
  725. Sergio Fernandez <ElAutoestopista@users.noreply.github.com>
  726. Seungha Kim <seungha.dev@gmail.com>
  727. shalev67 <shalev67@gmail.com>
  728. Shitikanth <golu3990@gmail.com>
  729. Silas Sewell <silas@sewell.org>
  730. Simon Charette <charette.s@gmail.com>
  731. Simon Engledew <simon@engledew.com>
  732. Simon Josi <simon.josi@atizo.com>
  733. Simon Legner <Simon.Legner@gmail.com>
  734. Simon Peeters <peeters.simon@gmail.com>
  735. Simon Schmidt <schmidt.simon@gmail.com>
  736. skovorodkin <sergey@skovorodkin.com>
  737. Slam <3lnc.slam@gmail.com>
  738. Smirl <smirlie@googlemail.com>
  739. squfrans <frans@squla.com>
  740. Srinivas Garlapati <srinivasa.b.garlapati@gmail.com>
  741. Stas Rudakou <stas@garage22.net>
  742. Static <staticfox@staticfox.net>
  743. Steeve Morin <steeve.morin@gmail.com>
  744. Stefan hr Berder <stefan.berder@ledapei.com>
  745. Stefan Kjartansson <esteban.supreme@gmail.com>
  746. Steffen Allner <sa@gocept.com>
  747. Stephen Weber <mordel@gmail.com>
  748. Steven Johns <duoi@users.noreply.github.com>
  749. Steven Parker <voodoonofx@gmail.com>
  750. Steven <rh0dium@users.noreply.github.com>
  751. Steven Sklar <steve@predata.com>
  752. Steven Skoczen <steven@aquameta.com>
  753. Steven Skoczen <steven@quantumimagery.com>
  754. Steve Peak <steve@stevepeak.net>
  755. stipa <stipa@debian.local.local>
  756. sukrit007 <sukrit007@gmail.com>
  757. Sukrit Khera <sukrit007@gmail.com>
  758. Sundar Raman <cybertoast@gmail.com>
  759. sunfinite <sunfinite@gmail.com>
  760. sww <sww@users.noreply.github.com>
  761. Tadej Janež <tadej.janez@tadej.hicsalta.si>
  762. Taha Jahangir <mtjahangir@gmail.com>
  763. Takeshi Kanemoto <tak.kanemoto@gmail.com>
  764. TakesxiSximada <takesxi.sximada@gmail.com>
  765. Tamer Sherif <tamer.sherif@flyingelephantlab.com>
  766. Tao Qingyun <845767657@qq.com>
  767. Tarun Bhardwaj <mailme@tarunbhardwaj.com>
  768. Tayfun Sen <tayfun.sen@markafoni.com>
  769. Tayfun Sen <tayfun.sen@skyscanner.net>
  770. Tayfun Sen <totayfun@gmail.com>
  771. tayfun <tayfun.sen@markafoni.com>
  772. Taylor C. Richberger <taywee@gmx.com>
  773. taylornelson <taylor@sourcedna.com>
  774. Theodore Dubois <tbodt@users.noreply.github.com>
  775. Theo Spears <github@theos.me.uk>
  776. Thierry RAMORASOAVINA <thierry.ramorasoavina@orange.com>
  777. Thijs Triemstra <info@collab.nl>
  778. Thomas French <thomas@sandtable.com>
  779. Thomas Grainger <tagrain@gmail.com>
  780. Thomas Johansson <prencher@prencher.dk>
  781. Thomas Meson <zllak@hycik.org>
  782. Thomas Minor <sxeraverx@gmail.com>
  783. Thomas Wright <tom.tdw@gmail.com>
  784. Timo Sugliani <timo.sugliani@gmail.com>
  785. Timo Sugliani <tsugliani@tsugliani-desktop.(none)>
  786. Titusz <tp@py7.de>
  787. tnir <tnir@users.noreply.github.com>
  788. Tobias Kunze <rixx@cutebit.de>
  789. Tocho Tochev <tocho@tochev.net>
  790. Tomas Machalek <tomas.machalek@gmail.com>
  791. Tomasz Święcicki <tomislater@gmail.com>
  792. Tom 'Biwaa' Riat <riat.tom@gmail.com>
  793. Tomek Święcicki <tomislater@gmail.com>
  794. Tom S <scytale@gmail.com>
  795. tothegump <tothegump@gmail.com>
  796. Travis Swicegood <development@domain51.com>
  797. Travis Swicegood <travis@domain51.com>
  798. Travis <treeder@gmail.com>
  799. Trevor Skaggs <skaggs.trevor@gmail.com>
  800. Ujjwal Ojha <ojhaujjwal@users.noreply.github.com>
  801. unknown <Jonatan@.(none)>
  802. Valentyn Klindukh <vklindukh@cogniance.com>
  803. Viktor Holmqvist <viktorholmqvist@gmail.com>
  804. Vincent Barbaresi <vbarbaresi@users.noreply.github.com>
  805. Vincent Driessen <vincent@datafox.nl>
  806. Vinod Chandru <vinod.chandru@gmail.com>
  807. Viraj <vnavkal0@gmail.com>
  808. Vitaly Babiy <vbabiy86@gmail.com>
  809. Vitaly <olevinsky.v.s@gmail.com>
  810. Vivek Anand <vivekanand1101@users.noreply.github.com>
  811. Vlad <frolvlad@gmail.com>
  812. Vladimir Gorbunov <vsg@suburban.me>
  813. Vladimir Kryachko <v.kryachko@gmail.com>
  814. Vladimir Rutsky <iamironbob@gmail.com>
  815. Vladislav Stepanov <8uk.8ak@gmail.com>
  816. Vsevolod <Vsevolod@zojax.com>
  817. Wes Turner <wes.turner@gmail.com>
  818. wes <wes@policystat.com>
  819. Wes Winham <winhamwr@gmail.com>
  820. w- <github@wangsanata.com>
  821. whendrik <whendrik@gmail.com>
  822. Wido den Hollander <wido@widodh.nl>
  823. Wieland Hoffmann <mineo@users.noreply.github.com>
  824. Wiliam Souza <wiliamsouza83@gmail.com>
  825. Wil Langford <wil.langford+github@gmail.com>
  826. William King <willtrking@gmail.com>
  827. Will <paradox41@users.noreply.github.com>
  828. Will Thompson <will@willthompson.co.uk>
  829. winhamwr <winhamwr@gmail.com>
  830. Wojciech Żywno <w.zywno@gmail.com>
  831. W. Trevor King <wking@tremily.us>
  832. wyc <wayne@neverfear.org>
  833. wyc <wyc@fastmail.fm>
  834. xando <sebastian.pawlus@gmail.com>
  835. Xavier Damman <xdamman@gmail.com>
  836. Xavier Hardy <xavierhardy@users.noreply.github.com>
  837. Xavier Ordoquy <xordoquy@linovia.com>
  838. xin li <xin.shli@ele.me>
  839. xray7224 <xray7224@googlemail.com>
  840. y0ngdi <36658095+y0ngdi@users.noreply.github.com>
  841. Yan Kalchevskiy <yan.kalchevskiy@gmail.com>
  842. Yohann Rebattu <yohann@rebattu.fr>
  843. Yoichi NAKAYAMA <yoichi.nakayama@gmail.com>
  844. Yuhannaa <yuhannaa@gmail.com>
  845. YuLun Shih <shih@yulun.me>
  846. Yury V. Zaytsev <yury@shurup.com>
  847. Yuval Greenfield <ubershmekel@gmail.com>
  848. Zach Smith <zmsmith27@gmail.com>
  849. Zhang Chi <clvrobj@gmail.com>
  850. Zhaorong Ma <mazhaorong@gmail.com>
  851. Zoran Pavlovic <xcepticzoki@gmail.com>
  852. ztlpn <mvzp10@gmail.com>
  853. 何翔宇(Sean Ho) <h1x2y3awalm@gmail.com>
  854. 許邱翔 <wdv4758h@gmail.com>
  855. .. note::
  856. This wall was automatically generated from git history,
  857. so sadly it doesn't not include the people who help with more important
  858. things like answering mailing-list questions.
  859. .. _v420-important:
  860. Important Notes
  861. ===============
  862. Supported Python Versions
  863. -------------------------
  864. The supported Python Versions are:
  865. - CPython 2.7
  866. - CPython 3.4
  867. - CPython 3.5
  868. - CPython 3.6
  869. - PyPy 5.8 (``pypy2``)
  870. .. _v420-news:
  871. News
  872. ====
  873. Result Backends
  874. ---------------
  875. New Redis Sentinel Results Backend
  876. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  877. Redis Sentinel provides high availability for Redis.
  878. A new result backend supporting it was added.
  879. Cassandra Results Backend
  880. ~~~~~~~~~~~~~~~~~~~~~~~~~
  881. A new `cassandra_options` configuration option was introduced in order to configure
  882. the cassandra client.
  883. See :ref:`conf-cassandra-result-backend` for more information.
  884. DynamoDB Results Backend
  885. ~~~~~~~~~~~~~~~~~~~~~~~~
  886. A new `dynamodb_endpoint_url` configuration option was introduced in order
  887. to point the result backend to a local endpoint during development or testing.
  888. See :ref:`conf-dynamodb-result-backend` for more information.
  889. Python 2/3 Compatibility Fixes
  890. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  891. Both the CouchDB and the Consul result backends accepted byte strings without decoding them to Unicode first.
  892. This is now no longer the case.
  893. Canvas
  894. ------
  895. Multiple bugs were resolved resulting in a much smoother experience when using Canvas.
  896. Tasks
  897. -----
  898. Bound Tasks as Error Callbacks
  899. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  900. We fixed a regression that occured when bound tasks are used as error callbacks.
  901. This used to work in Celery 3.x but raised an exception in 4.x until this release.
  902. In both 4.0 and 4.1 the following code wouldn't work:
  903. .. code-block:: python
  904. @app.task(name="raise_exception", bind=True)
  905. def raise_exception(self):
  906. raise Exception("Bad things happened")
  907. @app.task(name="handle_task_exception", bind=True)
  908. def handle_task_exception(self):
  909. print("Exception detected")
  910. subtask = raise_exception.subtask()
  911. subtask.apply_async(link_error=handle_task_exception.s())
  912. Task Representation
  913. ~~~~~~~~~~~~~~~~~~~
  914. - Shadowing task names now works as expected.
  915. The shadowed name is properly presented in flower, the logs and the traces.
  916. - `argsrepr` and `kwargsrepr` were previously not used even if specified.
  917. They now work as expected. See :ref:`task-hiding-sensitive-information` for more information.
  918. Custom Requests
  919. ~~~~~~~~~~~~~~~
  920. We now allow tasks to use custom `request <celery.worker.request.Request>`:class: classes
  921. for custom task classes.
  922. See :ref:`task-requests-and-custom-requests` for more information.
  923. Retries with Exponential Backoff
  924. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  925. Retries can now be performed with exponential backoffs to avoid overwhelming
  926. external services with requests.
  927. See :ref:`task-autoretry` for more information.
  928. Sphinx Extension
  929. ----------------
  930. Tasks were supposed to be automatically documented when using Sphinx's Autodoc was used.
  931. The code that would have allowed automatic documentation had a few bugs which are now fixed.
  932. Also, The extension is now documented properly. See :ref:`sphinx` for more information.