Skip to content

v1.0.0b2

Pre-release
Pre-release

Choose a tag to compare

@Nusnus Nusnus released this 12 Feb 23:41
· 224 commits to main since this release
5b5ca39

Celery is no longer installed by default. Install manually in your test environment, or use the “celery” extra.

  • Do not install Celery by default, use extra [celery] instead by @Nusnus in #172

What's Changed

  • Bump sphinx-celery from 2.1.1 to 2.1.3 by @dependabot in #168
  • Added examples/range by @Nusnus in #169
  • Added examples/rabbitmq_management by @Nusnus in #170
  • Cleanups and hotfixes by @Nusnus in #171
  • Do not install Celery by default, use extra [celery] instead by @Nusnus in #172
  • Fixed pip deprecation warning about egg fragment with a non-PEP 508 name by @Nusnus in #173
  • Reduced installed packages in tox and CI by @Nusnus in #174
  • Bump black from 23.12.1 to 24.1.0 by @dependabot in #175
  • Packages upgrade by @Nusnus in #176
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #178
  • Added initial devguide by @Nusnus in #179
  • Bump pytest-sugar from 0.9.7 to 1.0.0 by @dependabot in #181
  • Fix typos discovered by codespell by @cclauss in #183
  • Added codespell to pre-commit by @Nusnus in #184
  • Enhancing Pytest Celery with BSD-Licensed Software by @imSanko in #185
  • Upgrade to codecov/codecov-action@v4 by @cclauss in #186
  • Initial Getting Started tutorial by @Nusnus in #187
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #188
  • Moved examples from getting-started to userguide by @Nusnus in #189
  • Added “Next-Steps” to the Getting Started tutorial by @Nusnus in #190
  • Hotfix: Moved "Useful Resources" from "Getting Started" to "User Guide" by @Nusnus in #191
  • Documentation Enhancement by @Nusnus in #192
  • Added documentation to all vendors fixtures by @Nusnus in #193
  • Revert "Upgrade to codecov/codecov-action@v4" by @Nusnus in #195
  • Bump setuptools from 69.0.3 to 69.1.0 by @dependabot in #194
  • Bump codecov/codecov-action from 3 to 4 by @dependabot in #180
  • Bugfix: Disabled clusters raised exception on access from setup instead of returning None by @Nusnus in #196
  • Bugfix: Disabled clusters raised exception on len(celery_setup) by @Nusnus in #197
  • Bugfix: Typo celery_version -> default_worker_celery_version in range example by @Nusnus in #198
  • Bugfix: Renamed env() -> initial_env() by @Nusnus in #199
  • Removed pytest-lazy-fixture dependency by @Nusnus in #200
  • Bump pytest from 7.4.4 to 8.0.0 by @dependabot in #177
  • Prepare for (pre) release: v1.0.0b2 by @Nusnus in #201

New Contributors

Full Changelog: v1.0.0b1...v1.0.0b2