Commit Graph

260 Commits

Author SHA1 Message Date
Omer Katz 736d1909ba
Updated changelog. 2018-05-30 17:07:24 +03:00
Omer Katz b975713d81
Bump version: 4.1.0 → 4.2.0 2018-05-21 08:48:16 +03:00
Alex Hill 0f6ef8c90b Update Changelog for 4.2.0 (#848)
I've gone through the commits since the last tag and added them, grouping the minor tweaks/fixups and doc changes. I think I've got everything.

Incidentally I've left a question in #689 but that needn't prevent release.
2018-04-16 16:39:06 +06:00
Anthony Lukach 0f4da8d450 Pass connection options from broker_options to default_channel (#769)
* Pass connection options from broker_options to default_channel (fixes #765)

* Fixup

* Fixup
2017-08-02 12:06:47 +03:00
Anthony Lukach 9038f4c4b3 Cleanup Changelog (resolve failing build) (#768)
* Cleanup Changelog

* Fixup
2017-07-18 23:42:36 +06:00
Anthony Lukach fe16de1a1d v4.1.0 Release (#764)
* Prepare v4.1.0 release

* Fix typo

* Mark text as code
2017-07-18 11:58:58 +06:00
Gabriel Amram b2f2128928 Fix infinite loop in create_loop (#760)
* Fix infinite loop in create_loop

fixes https://github.com/celery/celery/issues/3712 

Before handling the todo items we "freeze" them by copying them aside and clearing the list.
This way if an item in the todo list appends a new callable to the list itself it will be taken care of in the next iteration of the parent loop instead of producing an infinite loop by adding it to the list we're running on.

* Changed the test to be aligned with the new implementation

* passing flake8

* Avoid copying results with each iteration of the async loop.

* Pop instead of slicing.

* fixed: todos -> todo, fixed test to use MagicMock so we can use the len() method

* MagicMock not supported in 2.7, implemented __len__ on Mock instead

* added entry to changelog
2017-07-10 21:21:49 +03:00
Mikhail Elovskikh ba873ba4f2 Fix readpreference option parsing in MongoDB transport (#751)
* Fix readpreference option parsing in MongoDB transport

* Update changelog
2017-06-08 22:41:15 +06:00
Ask Solem 9fbda5bc58 Updates Changelog 2016-12-15 15:33:18 -08:00
Ask Solem 2783d7f4b4 Now depends on amqp 2.1.3 2016-12-07 17:52:28 -08:00
Ask Solem 75387aa2cc Updates Changelog 2016-12-07 17:33:48 -08:00
Ask Solem 4cfb7e52b2 Updates Changelog 2016-12-07 14:19:45 -08:00
Ask Solem 6aa0204f10 Merge entries in 3.0 branch Changelog 2016-11-02 13:47:10 -07:00
Ask Solem b33eb16e2e Changelog typo 2016-11-02 13:46:26 -07:00
Ask Solem b48a887a86 Sets release date for 4.0 2016-10-28 16:44:17 -07:00
Ask Solem baeef7ac1a Ports Qpid unit tests to pytest 2016-10-28 15:46:25 -07:00
Ask Solem fb46262ee5 Signature of Message is now Message(body, channel=), not Message(channel, body=) 2016-10-27 16:55:40 -07:00
Ask Solem 4594655066 Removes deprecated serialiation.encode,.decode 2016-10-27 16:19:05 -07:00
Ask Solem 441a738102 Updates Changelog 2016-10-24 13:14:25 -07:00
Alan Justino 90b2f2edb7 Pidbox: Mailbox new arguments: TTL and expiry.
New keyword arguments added:

- queue_expires
- queue_ttl
- reply_queue_expires
- reply_queue_ttl

All take seconds in int/float.
2016-10-14 17:24:01 -07:00
Ask Solem 37f5b4ab86 Updates Changelog 2016-10-14 16:58:06 -07:00
Ask Solem 03790d3afc Removes kombu.syn, moves detect_environment to utils.compat 2016-10-05 16:14:42 -07:00
Ask Solem ad45023e82 Merge pull request #594 from adamchainz/readthedocs.io
Convert readthedocs link for their .org -> .io migration for hosted projects
2016-06-15 17:36:57 -07:00
Ask Solem 92e9084ce2 OS X -> macOS 2016-06-13 18:48:04 -07:00
Adam Chainz 6efefd8db1 Convert readthedocs link for their .org -> .io migration for hosted projects
As per their email ‘Changes to project subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-05-29 15:08:27 +01:00
Ask Solem 51fb937697 an URL -> a URL 2016-05-12 18:51:55 -07:00
Ask Solem 719ce2ef78 Use celery_sphinx to manage docs 2016-04-07 17:29:30 -07:00
Ask Solem a8203aee1f [requirements][docs] Now depends on Sphinx 1.4 2016-04-07 11:46:09 -07:00
Ask Solem 36faec5649 Adds Juan Carlos Ferrer to AUTHORS (Issue #581) 2016-04-04 13:02:45 -07:00
Ask Solem 4f4c2c9a04 acknowledgment (US) not acknowledgEment 2016-03-22 13:51:35 -07:00
Ask Solem 9b5bd3bd00 Merges changelog from 3.0 2016-03-22 13:14:39 -07:00
Ask Solem 8b985fca23 [docs] Fixes rst typo in Changelog 2016-03-22 12:04:43 -07:00
Ask Solem 1bd9ac8f97 Use US spelling of cancelled -> canceled 2016-02-01 17:08:52 -08:00
Ask Solem dc95650a74 Keep old South migrations in kombu.transport.django.south_migrations 2015-12-14 13:32:18 -08:00
Ask Solem 98d071ac66 Changelog for #444 2015-11-06 15:46:24 -08:00
Ask Solem d476946ef5 Updates changelog 2015-11-06 12:53:42 -08:00
Ask Solem 413ace9274 Renames Python2/Python3 -> Python 2/Python 3 2015-11-06 12:04:39 -08:00
Ask Solem 17c8398cfa Merge with changelog from 3.0 branch 2015-10-23 11:17:41 -07:00
Ask Solem f999c8dc4d Django fake initial migration tip in Changelog 2015-10-23 11:15:41 -07:00
Ask Solem bf8cd411e9 Kombu 3.1 is now Kombu 4.0 2015-10-20 14:05:09 -07:00
Ask Solem cc075f1467 Merge with 3.0 changelog 2015-09-25 13:15:03 -07:00
Ask Solem 7df8f54ebb Adds linkable entry to 3.1 release in Changelog 2014-11-24 19:00:20 +00:00
Ask Solem 28057266d7 Updates Changelog 2014-07-07 16:12:02 +01:00
Ask Solem 88533218da Bumps version to 3.0.21 and updates Changelog 2014-07-07 15:57:25 +01:00
Ask Solem 65ce1b1d9c Bumps version to 3.0.20 and updates Changelog 2014-06-24 15:28:18 +01:00
Ask Solem 0007f35d9b Updates Changelog 2014-06-09 16:12:05 +01:00
Ask Solem 2997f1a307 Bumps version to 3.0.18 and updates Changelog 2014-06-02 18:58:52 +01:00
Ask Solem 96ed178cda Bumps version to 3.0.17 and updates Changelog 2014-06-02 16:56:34 +01:00
Ask Solem d39c91f15a Updates Changelog 2014-06-02 16:33:42 +01:00
Ask Solem eae4dba4f2 Bumps version to 3.0.16 and updates Changelog 2014-05-06 14:34:13 +01:00