Commit Graph

277 Commits

Author SHA1 Message Date
Tomer Nosrati 747d48e8cf Bump version: 5.3.1 → 5.3.2 2023-08-31 12:20:17 +03:00
Mohd Shoaib f0e6ba9dc8
+ celery with sqs #222 (#1780) 2023-08-31 14:35:10 +06:00
Mohd Shoaib a4efb9c17f
Kombu & celery with SQS #222 (#1779)
* + celery with sqs #222

* Update docs/userguide/connections.rst

* Update docs/userguide/connections.rst

Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>

* Update docs/userguide/connections.rst

* Update docs/userguide/connections.rst

* Update docs/userguide/connections.rst

---------

Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
2023-08-31 14:14:57 +06:00
JaeyoungHeo c73e560def Remove SimpleQueue import 2023-07-07 20:45:00 +06:00
Asif Saif Uddin a32c0c8baf Bump version: 5.3.0 → 5.3.1 2023-06-15 19:14:40 +06:00
Asif Saif Uddin e56ea74691 Bump version: 5.3.0rc2 → 5.3.0 2023-06-03 21:10:20 +06:00
Asif Saif Uddin 925e9e69ee Bump version: 5.3.0rc1 → 5.3.0rc2 2023-05-31 11:05:07 +06:00
Asif Saif Uddin e5299379b0 Bump version: 5.3.0b3 → 5.3.0rc1 2023-05-24 20:53:17 +06:00
Asif Saif Uddin 5636900bea Bump version: 5.3.0b2 → 5.3.0b3 2023-03-20 17:01:33 +06:00
Serhii Tereshchenko 35f24f1f01
docs: Add notes for kombu.utils.json.register_type (#1660)
Refs #1590
2023-03-02 16:11:03 +02:00
Omer Katz db8e5cc36e Switch references to master to main 2022-12-29 17:39:21 +06:00
Asif Saif Uddin 6e0d26d510 Bump version: 5.3.0b1 → 5.3.0b2 2022-10-19 20:01:00 +06:00
Asif Saif Uddin 712a1c12b5 Bump version: 5.3.0a1 → 5.3.0b1 2022-08-01 13:49:41 +06:00
Carlos Gottberg 10a673b17c
Avoid losing type of UUID when serializing/deserializing (#1575)
* Avoid losing type of UUID when serializing/deserializing

Serializing UUIDs as strs and deserializing them as strs can lead to
somewhat obscure bugs such as the one that led to the creation of this
PR in django-cacheback
https://github.com/codeinthehole/django-cacheback/pull/100 which some
would call unexpected behaviour.

After all, an UUID is altogether a different type from strs and if
bytes got their own serializer/deserializer for UUID the same logic
should apply.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update documentation for JSON serialization

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-07-17 23:09:40 +06:00
Asif Saif Uddin 791056cd4d Bump version: 5.2.4 → 5.3.0a1 2022-06-29 15:53:11 +06:00
CountRedClaw 33e8e5a781
Kafka support (#1506)
* Add kafka support

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix checks

* Fix checks

* Update kombu/transport/confluentkafka.py

Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>

* Add customization ability

* Add docs

* Fix pypi integration tests

* Fix pydocstyle

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Cleanup

* Disable PyPy tests

* Fix tests

* Add docs

Co-authored-by: ilbo0518 <ilia.borsuk@netcracker.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
2022-04-21 23:40:41 +06:00
dobosevych 260823304f
json.py cleaning from outdated libs (#1533)
* json.py cleaning from outdated libs

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* 1. Removed cjson and simplejson from documentation, as those libraries aren't supported anymore
2. Removed _json_extra_kwargs from json.py

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-04-16 16:57:37 +06:00
Marcelo Trylesinski 7516daf7a7 Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
Jonathan Lopez 659c99a947 Correct documentation stating kombu uses pickle protocol version 2 2022-04-06 11:06:27 +06:00
Asif Saif Uddin 444aa42d4a Bump version: 5.2.3 → 5.2.4 2022-03-06 10:59:46 +06:00
Mads Jensen 31a84d5b3d
Some small updates (#1486)
* Some small updates

* Update QpidException super-call to Python 3 syntax.
2022-01-30 18:34:54 +06:00
Asif Saif Uddin b6b4408575 Bump version: 5.2.2 → 5.2.3 2021-12-29 10:58:03 +06:00
Asif Saif Uddin b183f484de Bump version: 5.2.1 → 5.2.2 2021-11-16 20:23:04 +06:00
Asif Saif Uddin 42bbfbb221 update introduction docs 2021-11-16 20:20:41 +06:00
Asif Saif Uddin 5cd58a96e6 Bump version: 5.2.0 → 5.2.1 2021-11-08 06:26:02 +06:00
Naomi Elstein 552302891a
Quick fix: current version is 5.2.0, not 5.2.01 2021-11-02 18:36:02 +02:00
Naomi Elstein b70e45da53
Bump version: 5.2.0rc1 → 5.2.0 2021-11-02 18:24:33 +02:00
Asif Saif Uddin 7cede09c17 Bump version: 5.1.0 → 5.2.0rc1 2021-09-07 12:11:22 +06:00
Matus Valo cc066228c1 Small fixes in documentation 2021-06-09 07:48:16 +00:00
Omer Katz 0462d7b63e Bump version: 5.1.0b1 → 5.1.0 2021-05-23 18:53:07 +03:00
Matus Valo 9dbe842195 Ignore kombu.transport.librabbitmq in apicheck.
We are ignoring kombu.transport.librabbitmq because apicheck is failing
due missing librabbitmq library.
2021-04-14 09:20:03 +06:00
Asif Saif Uddin (Auvi) 78cc97b549 Bump version: 5.0.2 → 5.1.0b1 2021-04-01 22:29:22 +06:00
Gabriel Niebler 4979c3a3e1
Small doc fixes (#1319)
* Clean up grammar in paragraph about callbacks

* Structure event draining examples into subsections

* Make code example make more sense

… and bring it more in line with text above.

* Fix code example

* Fix another code example

typo in method name
2021-03-18 23:35:47 +06:00
Gabriel Niebler e0fb1f1123
Fix tiny mistake in introduction (#1312)
* Fix tiny mistake in introduction

… at least I _think_ it's a mistake.

* Remove unused import in code example

* Fix minor grammatical errors
2021-03-16 13:11:47 +06:00
gal cohen bf35d206e7
alter doc (#1304)
Co-authored-by: galcohen <gal.cohen@autodesk.com>
2021-03-02 15:35:37 +02:00
gal cohen 2e9856023c
SQS back-off policy (#1301)
* sqs retry policy

* add test

* method definition

* add validation

* rename policy

* add kombu doc

* improve docstring

* add test and doc

* test fix

* test fixes

* add doc

* Update docs/reference/kombu.transport.SQS.rst

Co-authored-by: Omer Katz <omer.drow@gmail.com>

* Update docs/reference/kombu.transport.SQS.rst

Co-authored-by: Omer Katz <omer.drow@gmail.com>

* Update kombu/transport/SQS.py

Co-authored-by: Omer Katz <omer.drow@gmail.com>

* Update kombu/transport/SQS.py

Co-authored-by: Omer Katz <omer.drow@gmail.com>

* Update kombu/transport/SQS.py

Co-authored-by: Omer Katz <omer.drow@gmail.com>

* review improvements

* improvements

* add improvements

* rename

Co-authored-by: galcohen <gal.cohen@autodesk.com>
Co-authored-by: Omer Katz <omer.drow@gmail.com>
Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
2021-03-02 12:22:47 +02:00
Redowan Delowar 1294530530 Python 3 style print statement 2021-01-15 09:02:49 +06:00
Anudeep Samaiya 716ad7e1f7 Update connections.rst with Redis sentinel example
Add redis sentinel example for in connections.rst for kombu.
2020-12-23 13:37:59 +06:00
Matus Valo d787492076 Remove kombu.transport.sqlalchemy.models from API reference Table of Content 2020-11-03 23:39:20 +01:00
Matus Valo 7b989d64b7
Reformat and improve kombu transport reference docs (#1264) 2020-11-03 22:41:22 +01:00
Matus Valo b01a448a4c Added kombu.pools.get_limit() to pools userguide 2020-10-24 22:50:31 +02:00
Matus Valo a4c7809061 Fix parameter of SimpleBuffer in example 2020-10-24 22:50:31 +02:00
Matus Valo 3704a1c61e Fix default value of pool limit to 10 in docs.
In commit 40722ea59c the pool limit was
changed from 200 to 10.
2020-10-12 00:06:33 +02:00
Matus Valo 5620904c75 Split reference guide into sections 2020-10-08 20:10:00 +02:00
Matus Valo 7b2578b19b rename section kombu -> kombu.serialization in reference docs 2020-10-02 22:57:12 +02:00
Matus Valo 01719be0b8 Removed kombu.five from reference toctree 2020-09-27 21:33:51 +02:00
Matus Valo 684b350327 Fixed examples in failover documentation 2020-09-24 16:18:23 +02:00
Matus Valo f475285894 Added Redis SentinelChannel to reference docs 2020-09-23 23:01:04 +02:00
Omer Katz 0db1bdb6ab Bump version: 5.0.1 → 5.0.2 2020-09-06 18:45:45 +03:00
Matus Valo eff1717266 Added Failover userguide 2020-09-05 07:04:40 +06:00