Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
0.4.5 - 2024-12-24
Fixed
- Fixed field validator errors
0.4.4 - 2024-12-24
Removed
- Dropped support for Python 3.7
Fixed
- Updated pydantic to v2
Security
- Resolved several Dependabot alerts
0.4.3 - 2023-02-18
Fixed
- Fixed services typing
- Fixed create_events time parsing
Changed
- Updated copyright year
0.4.2 - 2023-01-22
Changed
- Updating dependencies, updating structure, etc.
0.4.1 - 2022-11-12
Changed
- Chores: update dependencies and pin actionlint
0.4.0 - 2022-10-08
Changed
- Use of
Locationobject
0.3.2 - 2022-10-08
Fixed
- Remove
Nonevalues before creating alarm
0.3.1 - 2022-10-08
Fixed
- Fixed JSON option in
_send_request
0.3.0 - 2022-10-05
Changed
- Removed the need to pass a production URL to create alarms/task
0.2.0 - 2022-10-05
Fixed
- Improve readability of README
Changed
- Migrate to
aiohttpwith the support of passing a session - Disable socket use in tests
0.1.0 - 2022-08-22
Added
- Setup initial project structure (thanks Wolt!)
- Implement dispatch API
- Add
codecovto the test workflow - Tweak workflow token names
- Add docstrings to
dispatch.py - Add the test badge to
README - Fix
mkdocsby addingshow_submodules: true - Convert to Google docstrings
- Add
dependabotversion updates - Optimize
testworkflow - Move prod URL validation and request sending to
__init__.py - Implement tasks API
- Add tests for tasks API
- Make setting up virtual environments easier