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
Matus Valo
2becce3e03
Indent code block in documentation
2020-08-28 12:01:28 +02:00
Omer Katz
978bcde752
Bump version: 5.0.0 → 5.0.1
2020-08-23 19:06:15 +03:00
Omer Katz
d49db76d90
Fix documentation issues.
2020-08-23 19:05:33 +03:00
Omer Katz
63a77efd6d
Bump version: 4.6.11 → 5.0.0
2020-08-05 15:55:07 +03:00
Omer Katz
7a6e7cc45b
pyupgrade
2020-07-13 16:58:06 +03:00
Asif Saif Uddin (Auvi)
90a12a1ad6
v4.6.11
2020-06-24 13:06:28 +06:00
DefteZ
bff78a5b6c
Improve mention for MongoDB transport mention in docs
2020-06-14 08:12:45 +06:00
Asif Saif Uddin (Auvi)
ce6d201640
v4.6.10
2020-06-03 10:33:52 +06:00
Matus Valo
1be72e3b6a
Improved Consumer user guide
2020-06-01 18:59:14 +06:00
Asif Saif Uddin (Auvi)
3907e87507
v 4.6.9
2020-06-01 13:53:39 +06:00
Asif Saif Uddin (Auvi)
619754f130
updated version 4.6.8
2020-03-02 16:07:38 +06:00