Releases: tr4nt0r/pythonkuma
Releases · tr4nt0r/pythonkuma
v0.3.2
What's Changed
👻 Bug Fixes
🧰 Maintenance
- ⬆️ Pin dependencies @renovate[bot] (#87)
- Update Renovate to use best-practices preset and explicitly enable pep621 manager @tr4nt0r (#86)
- Update ruff config @tr4nt0r (#85)
🧩 Dependency Updates
21 changes
- ⬆️ Bump ruff to v0.14.5 @renovate[bot] (#93)
- ⬆️ Bump pytest-cov to v7 @renovate[bot] (#92)
- ⬆️ Bump pytest-cov to v6.3.0 @renovate[bot] (#91)
- ⬆️ Bump mkdocs-material to v9.7.0 @renovate[bot] (#90)
- ⬆️ Bump ruff to v0.14.4 @renovate[bot] (#89)
- ⬆️ Bump aiohttp to v3.13.2 @renovate[bot] (#88)
- ⬆️ Pin dependencies @renovate[bot] (#87)
- Bump mkdocstrings[python] to 0.30.1 @tr4nt0r (#84)
- Bump mkdocs-material to 9.6.21 @tr4nt0r (#83)
- Bump mashumaro to 3.17 @tr4nt0r (#82)
- Bump prometheus-client to 0.23.1 @tr4nt0r (#81)
- Bump aiohttp to 3.13.0 @tr4nt0r (#80)
- Bump ruff to 0.14.0 @tr4nt0r (#79)
- Bump actions/checkout from 4 to 5 @dependabot[bot] (#72)
- Bump actions/upload-pages-artifact from 3 to 4 @dependabot[bot] (#76)
- Bump actions/setup-python action to v6 - autoclosed @renovate[bot] (#77)
- Bump actions/setup-python from 5 to 6 @dependabot[bot] (#78)
- Bump aiohttp to v3.12.15 @renovate[bot] (#70)
- Bump mkdocs-material to v9.6.16 @renovate[bot] (#69)
- Bump mkdocstrings to v0.30.0 @renovate[bot] (#68)
- Bump ruff to v0.12.8 @renovate[bot] (#67)
Contributors: @renovate[bot], @tr4nt0r and renovate[bot]
v0.3.1
What's Changed
👻 Bug Fixes
📃 Documentation
🧩 Dependency Updates
- Bump ruff to v0.12.3 @renovate[bot] (#64)
- Bump aiohttp to v3.12.14 @renovate[bot] (#62)
Contributors: @renovate[bot], @tr4nt0r and renovate[bot]
v0.3.0
What's Changed
🚀 New Features
🧰 Maintenance
- Update package manager in renovate.json from pip_requirements to pep621 @tr4nt0r (#56)
- Update renovate.json @tr4nt0r (#55)
- Remove requirements.txt file @tr4nt0r (#54)
- Move dependencies to hatch default environment @tr4nt0r (#52)
- Configure Renovate @renovate[bot] (#48)
🧩 Dependency Updates
- Bump mkdocs-material to v9.6.15 @renovate[bot] (#58)
- Bump ruff to v0.12.2 @renovate[bot] (#57)
- Bump pytest-cov to v6.2.1 @renovate[bot] (#50)
- Update dependency aiohttp to v3.12.13 @renovate[bot] (#49)
Contributors: @renovate[bot], @tr4nt0r and renovate[bot]
v0.2.0
What's Changed
🚀 New Features
- Add additional monitor types: SMTP, SNMP, and RabbitMQ @tr4nt0r (#46)
- Parse and store version from metrics @tr4nt0r (#41)
- Add
monitor_idfield @tr4nt0r (#40)
👻 Bug Fixes
📃 Documentation
🔬 Other updates
🧩 Dependency Updates
- Bump mkdocstrings[python] from 0.29.0 to 0.29.1 @dependabot[bot] (#45)
- Bump mkdocs-material from 9.6.9 to 9.6.14 @dependabot[bot] (#44)
Contributors: and @tr4nt0r
v0.1.0
What's Changed
💥 Breaking changes
👻 Bug Fixes
- Fix Monitor type name @tr4nt0r (#36)
- Fix typing of
metricsmethod @tr4nt0r (#35) - FIx types in
UptimeKumaMonitorand add status enum @tr4nt0r (#30) - Make explicit imports and add
__all__to__init__.py@tr4nt0r (#18) - Fix serialization of
MonitorTypeand extend enum @tr4nt0r (#16)
⏳ Deprecations
📃 Documentation
🧰 Maintenance
10 changes
- Add VSCode settings and update Ruff configuration @tr4nt0r (#33)
- Configure test and lint environments @tr4nt0r (#28)
- Add initial test suite setup @tr4nt0r (#27)
- Configure ban relative imports for parents @tr4nt0r (#22)
- Add Release Drafter configuration for automated release notes @tr4nt0r (#21)
- Replace Black with Ruff for linting and formatting @tr4nt0r (#20)
- Update pyproject.toml @tr4nt0r (#13)
- Add labeler workflow @tr4nt0r (#12)
- Add Dependabot configuration for automatic dependency updates @tr4nt0r (#5)
- Update release workflow @tr4nt0r (#1)
🔬 Other updates
- Enhance docstrings @tr4nt0r (#38)
- Add MonitorStatus to exports @tr4nt0r (#31)
- Use yarl for URL building @tr4nt0r (#29)
- Add type hints support with new py.typed file @tr4nt0r (#17)
🧩 Dependency Updates
- Update dependencies for aiohttp and prometheus-client @tr4nt0r (#19)
- Bump prometheus-client from 0.14.1 to 0.22.1 @dependabot[bot] (#6)
- Update requirements.txt @tr4nt0r (#11)
- Bump aiohttp from 3.8.1 to 3.11.0b0 @dependabot[bot] (#4)
- Remove unnecessary dependencies @tr4nt0r (#2)
Contributors: @jayakornk and @tr4nt0r