Releases: andrewthetechie/py-healthchecks.io
v0.2.5
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.0 by @dependabot in #36
- Bump nox from 2021.10.1 to 2022.1.7 in /.github/workflows by @dependabot in #37
- Bump types-croniter from 1.0.4 to 1.0.6 by @dependabot in #38
- Bump mypy from 0.910 to 0.931 by @dependabot in #39
- Bump types-pytz from 2021.3.3 to 2021.3.4 by @dependabot in #40
- Bump types-croniter from 1.0.6 to 1.0.7 by @dependabot in #41
- Bump respx from 0.19.0 to 0.19.1 by @dependabot in #42
- Bump flake8-bugbear from 21.11.29 to 22.1.11 by @dependabot in #43
- Bump sphinx from 4.3.2 to 4.4.0 in /docs by @dependabot in #46
- Bump croniter from 1.1.0 to 1.2.0 by @dependabot in #47
- Bump pytest-asyncio from 0.16.0 to 0.17.2 by @dependabot in #49
- Bump pre-commit from 2.16.0 to 2.17.0 by @dependabot in #50
- fix async example by @andrewthetechie in #51
- Bump reorder-python-imports from 2.6.0 to 2.7.1 by @dependabot in #53
- Bump coverage from 6.2 to 6.3 by @dependabot in #54
- Bump httpx from 0.21.3 to 0.22.0 by @dependabot in #55
- Bump sphinx-click from 3.0.2 to 3.0.3 in /docs by @dependabot in #56
- Bump pytest-mock from 3.6.1 to 3.7.0 by @dependabot in #57
- Bump pip from 21.3.1 to 22.0.2 in /.github/workflows by @dependabot in #58
- Bump black from 21.12b0 to 22.1.0 by @dependabot in #60
- Bump sphinx-click from 3.0.2 to 3.0.3 by @dependabot in #59
- Bump sphinx-click from 3.0.3 to 3.1.0 in /docs by @dependabot in #61
- Bump coverage from 6.3 to 6.3.1 by @dependabot in #62
- Bump pip from 22.0.2 to 22.0.3 in /.github/workflows by @dependabot in #64
- Bump sphinx-click from 3.0.3 to 3.1.0 by @dependabot in #63
- Bump respx from 0.19.1 to 0.19.2 by @dependabot in #65
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- Exclude none values when creating and updating by @andrewthetechie in #35
Full Changelog: v0.2.3...v0.2.4
v0.2.2
v0.2.1
What's Changed
- Bump pydantic from 1.8.2 to 1.9.0 by @dependabot in #25
- Bump virtualenv from 20.11.2 to 20.13.0 in /.github/workflows by @dependabot in #23
- Bump furo from 2021.11.23 to 2022.1.2 in /docs by @dependabot in #24
- Bump pyupgrade from 2.30.1 to 2.31.0 by @dependabot in #26
- Bump furo from 2021.11.23 to 2022.1.2 by @dependabot in #27
- Bump httpx from 0.21.1 to 0.21.3 by @dependabot in #31
- Bump pygments from 2.11.0 to 2.11.2 by @dependabot in #30
- update CheckCreate optionals by @andrewthetechie in #32
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Bump pyupgrade from 2.29.1 to 2.30.0 by @dependabot in #16
- Bump virtualenv from 20.10.0 to 20.11.2 in /.github/workflows by @dependabot in #19
- Add Context Managers by @andrewthetechie in #22
- Bump pygments from 2.10.0 to 2.11.0 by @dependabot in #20
Context Managers are a new feature. Each of the Client and AsyncClient can now be used as a Context Manager.
Additionally, the CheckTrap context manager is a new feature. Using CheckTrap, you can wrap other python code and report its status back to a healthcheck. See Usage.rst for more info on using these context managers.
Full Changelog: v0.1.1...v0.2.0
v0.1.1
• Installing ruamel.yaml.clib (0.2.6)
• Updating tomli (1.2.2 -> 1.2.3)
• Updating ruamel.yaml (0.17.17 -> 0.17.18)
• Updating sphinx (4.3.1 -> 4.3.2)
• Updating pre-commit-hooks (4.0.1 -> 4.1.0)
• Updating types-pytz (2021.3.2 -> 2021.3.3)
What's Changed
- Bump sphinx from 4.3.1 to 4.3.2 in /docs by @dependabot in #10
- Bump sphinx from 4.3.1 to 4.3.2 by @dependabot in #11
- update dependencies by @andrewthetechie in #15
New Contributors
- @andrewthetechie made their first contribution in #15
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial Release
Full Changelog: v0.0.1a...v0.1.0
v0.0.1a
fix manifest