What's Changed
- Revert "Added redis transport key_prefix from envvars" by @matusvalo in #1249
- Redis Transport: Small improvements of
SentinelChannel
by @matusvalo in #1253 - Fix pidbox not using default channels on master by @lambacck in #1258
- Added self to AUTHORS by @vinayinvicible in #1260
- Revert "on worker restart - restore visible regardless to time (#905)" by @vinayinvicible in #1259
- Add vine to install dependencies by @chrisburr in #1265
- Reformat and improve kombu transport reference docs by @matusvalo in #1264
- Pin urllib3<1.26 to fix failing unittests. by @matusvalo in #1273
- Add timeout to producer publish by @RezaSi in #1269
- Added 4.6.8 changelog by @KFoxder in #1276
- Remove python2 compatibility code by @matusvalo in #1277
- redis: Support Sentinel with SSL by @auvipy in #1275
- Update connections.rst with Redis sentinel example by @anudeepsamaiya in #1285
- docs: fix simple typo, propery -> property by @timgates42 in #1286
- Support for Azure Service Bus 7.0.0 by @terrycain in #1284
- Allow specifying session token by @flying-sheep in #1283
- Fix Azure Service Bus URL parsing by @terrycain in #1287
- Python 3 style print statement by @rednafi in #1289
- min py-amqp to 5.0.5 by @auvipy in #1292
- attempt to update to tox docker 2.0 by @auvipy in #1293
- http/curl: missing _set_timeout by @raittes in #1296
- Stop treating namedtuple as an object when using simplejson by @Hardtack in #1297
- SQS back-off policy by @galCohen88 in #1301
- SQS retry policy documentation improvement by @galCohen88 in #1304
- Port of redis code improvements from prior revision by @matteius in #1132
- Revert "Port of redis code improvements from prior revision" by @matusvalo in #1307
- Fixed SQS unittests by @matusvalo in #1308
- fix: non kombu json message decoding in SQS transport by @moaddib666 in #1306
- Add Github Actions CI by @matusvalo in #1309
- Update default pickle protocol version to 4 by @illia-v in #1314
- Update connection.py by @Krogsager in #1311
- Drop support for the lzma backport by @thedrow in #1317
- Fix tiny mistake in introduction by @der-gabe in #1312
- Drop obsolete code importing pickle by @illia-v in #1315
- Small doc fixes by @der-gabe in #1319
- Update default login method for librabbitmq and pyamqp by @daviskirk in #936
- SQS Broker - handle STS authentication with AWS by @galCohen88 in #1322
- min py-amqp to v5.0.6 by @auvipy in #1325
- Use a thread-safe implementation of cached_property by @thedrow in #1316
- Azure Service Bus - versatile queue names fix by @tsunday in #1324
- Fix CI failure by @thedrow in #1327
- Add support for SQLAlchemy 1.4 by @thedrow in #1328
- Opencollective bot is now configured by @thedrow in #1331
- re order CI jobs to make lint the last by @auvipy in #1332
- Coerce seconds argument to a floating point number. by @thedrow in #1330
- Make flake8 and pydocstyle happy by @matusvalo in #1333
- Remove unused appveyor and travis configuration files by @matusvalo in #1335
- Ignore kombu.transport.librabbitmq in apicheck. by @matusvalo in #1334
- chore: Refactor code quality issues by @akshgpt7 in #1320
- Revert "chore: Refactor code quality issues" by @matusvalo in #1342
- add accept parameter to SimpleQueue class by @lsaavedr in #1140
- prepare_accept_content() now raises SerializerNotInstalled instead of KeyError by @matusvalo in #1343
- Remove backward compatible code not used anymore by @matusvalo in #1344
- Move pytest.importorskip to run earlier by @felixonmars in #1346
- Add support for setting redis username by @gabor-boros in #1351
- enable pre-commit by @graingert in #1355
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1359
- Add support for Python 3.9 by @D3X in #1363
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1364
- Use hostname from URI when server_host is None by @matusvalo in #1366
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1367
- Use Python's built-in json module by default, instead of simplejson by @nikolas in #1368
- Fixed type comment by @SchizmOne in #1371
- SQS Channel.predefined_queues should be
{}
if not defined by @infinitewarp in #1372 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1374
- Add global key prefix for keys set by Redis transporter by @gabor-boros in #1349
- fix: raise BrokenPipeError exit on brokenpipe instead of hanging around by @jagguli in #1231
- [FAL-2030] fix: add missing commands to prefix by @gabor-boros in #1376
- Make BrokerState Transport specific by @matusvalo in #1378
- Run integration tests for kombu also with global_keyprefix by @matusvalo in #1380
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1379
- v 1.4.x by @auvipy in #1338
- stop mentioning librabbitmq by @auvipy in #1381
- test new pytest version by @auvipy in #1383
- drop python 3.6 from CI by @auvipy in #1382
- Fix missing dependency to redis in docs requirements by @matusvalo in #1386
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1387
- Remove dependency to case by @matusvalo in #1389
- Fix: check redis response type by @kaiix in #1390
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1393
- py3.7+ on setup by @auvipy in #1392
- Prevent caching of oid in pidbox by @matusvalo in #1394
- fix flake8 in kombu/asynchronous/aws/connection.py by @matusvalo in #1397
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1396
- Fix test_pidbox unittests to support non-linux platforms by @matusvalo in #1398
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1400
- removre bdist by @auvipy in #1406
- add python 3.10 to CI & fix other issues by @auvipy in #1402
- try to fix CI by @auvipy in #1407
- Dont failfast when pypy3 tests fail by @matusvalo in #1408
- Return empty list instead of InconsistencyError when exchange table is empty by @matusvalo in #1404
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1410
- 5.2.0 release notes by @naomielst in #1417
New Contributors
- @lambacck made their first contribution in #1258
- @chrisburr made their first contribution in #1265
- @RezaSi made their first contribution in #1269
- @anudeepsamaiya made their first contribution in #1285
- @timgates42 made their first contribution in #1286
- @terrycain made their first contribution in #1284
- @flying-sheep made their first contribution in #1283
- @rednafi made their first contribution in #1289
- @raittes made their first contribution in #1296
- @Hardtack made their first contribution in #1297
- @moaddib666 made their first contribution in #1306
- @illia-v made their first contribution in #1314
- @Krogsager made their first contribution in #1311
- @der-gabe made their first contribution in #1312
- @daviskirk made their first contribution in #936
- @tsunday made their first contribution in #1324
- @akshgpt7 made their first contribution in #1320
- @lsaavedr made their first contribution in #1140
- @gabor-boros made their first contribution in #1351
- @graingert made their first contribution in #1355
- @pre-commit-ci made their first contribution in #1359
- @D3X made their first contribution in #1363
- @nikolas made their first contribution in #1368
- @SchizmOne made their first contribution in #1371
- @infinitewarp made their first contribution in #1372
- @jagguli made their first contribution in #1231
- @kaiix made their first contribution in #1390
- @naomielst made their first contribution in #1417
Full Changelog: v5.0.2...v5.2.0