Aioelectricitymaps

Latest version: v1.0.0

Safety actively analyzes 623518 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.0.0

What’s changed

🚨 Breaking changes

- Deduplicate function and use a request class for params jpbede (138)
- Rename function and class used by HA jpbede (139)

✨ New features

- Add endpoints for latest power breakdown and power breakdown history jpbede (141)
- Add endpoints for latest carbon intensity and carbon intensity history jpbede (142)

🚀 Enhancements

- Migrate to aioresponses in tests jpbede (119)
- Use fixture for client jpbede (121)
- Use aiohttp session timeout instead of asyncio.timeout jpbede (122)
- Deduplicate function and use a request class for params jpbede (138)
- Rename function and class used by HA jpbede (139)
- Move models to own package for better readability jpbede (140)

🧰 Maintenance

- Update README.md and disable some ruff rules jpbede (143)

📚 Documentation

- Update README.md and disable some ruff rules jpbede (143)

⬆️ Dependency updates

- ⬆️ Update dependency pytest-asyncio to v0.23.5 renovate (110)
- ⬆️ Update dependency pre-commit to v3.6.1 renovate (111)
- ⬆️ Update github/codeql-action action to v3.24.1 renovate (112)
- ⬆️ Update dependency orjson to v3.9.14 renovate (113)
- ⬆️ Update dependency node to v20.11.1 renovate (114)
- ⬆️ Update github/codeql-action action to v3.24.3 renovate (115)
- ⬆️ Update dependency yamllint to v1.35.0 renovate (116)
- ⬆️ Update dependency yamllint to v1.35.1 renovate (117)
- ⬆️ Update dependency ruff to v0.2.2 renovate (118)
- ⬆️ Pin dependency aioresponses to 0.7.6 renovate (120)
- ⬆️ Update dependency pre-commit to v3.6.2 renovate (123)
- ⬆️ Lock file maintenance renovate (124)
- ⬆️ Update dependency coverage to v7.4.2 renovate (125)
- ⬆️ Update github/codeql-action action to v3.24.4 renovate (126)
- ⬆️ Update dependency orjson to v3.9.15 renovate (127)
- ⬆️ Update dependency coverage to v7.4.3 renovate (129)
- ⬆️ Update dependency pylint to v3.0.4 renovate (130)
- ⬆️ Update github/codeql-action action to v3.24.5 renovate (128)
- ⬆️ Update dependency pylint to v3.1.0 renovate (131)
- ⬆️ Lock file maintenance renovate (132)
- ⬆️ Update pypa/gh-action-pypi-publish action to v1.8.12 renovate (133)
- ⬆️ Update github/codeql-action action to v3.24.6 renovate (134)
- ⬆️ Lock file maintenance renovate (136)

0.4.0

What’s changed

✨ New features

- Allow API calls to be unauthenticated jpbede (108)

🐛 Bug fixes

- Use right HTTP status code for invalid token response jpbede (107)

🚀 Enhancements

- Raise an error when API returned no data jpbede (109)

⬆️ Dependency updates

- ⬆️ Update dependency yamllint to v1.34.0 renovate (104)
- ⬆️ Update dependency syrupy to v4.6.1 renovate (106)
- ⬆️ Update actions/setup-node digest to 60edb5d renovate (105)

0.3.1

What’s changed

🐛 Bug fixes

- Make zone key upper case in latest_carbon_intensity_by_country_code VIKTORVAV99 (103)

🧰 Maintenance

- Add missing permissions to the lock workflow jpbede (97)
- Add buymeacoffee.com link jpbede (100)
- Fixes for ruff 0.2.0 jpbede (101)

⬆️ Dependency updates

- ⬆️ Update dependency orjson to v3.9.13 renovate (98)
- ⬆️ Update dependency prettier to v3.2.5 renovate (99)
- ⬆️ Update dependency ruff to v0.2.1 renovate (102)

0.3.0

What’s changed

🚀 Enhancements

- Guard against non-200 HTTP responses jpbede (96)

⬆️ Dependency updates

- ⬆️ Update codecov/codecov-action action to v3.1.6 renovate (91)
- ⬆️ Update dependency ruff to v0.2.0 renovate (93)
- ⬆️ Update release-drafter/release-drafter action to v6 renovate (94)
- ⬆️ Update github/codeql-action action to v3.24.0 renovate (95)

0.2.0

What’s changed

- Unify repository structure jpbede (70)

🚀 Enhancements

- Update pyproject setting, remove pytest.ini and fix ruff findings jpbede (74)
- Fix some more ruff and pylint findings jpbede (75)
- Migrate dataclasses-json to mashumaro jpbede (77)
- Migrate current and legacy endpoint to new one jpbede (90)

🧰 Maintenance

- Format JSON and README jpbede (72)
- Fix some more ruff and pylint findings jpbede (75)
- Change renovate schedule jpbede (76)

📚 Documentation

- Update README and remove example.py jpbede (73)

⬆️ Dependency updates

- chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.1.12 renovate (63)
- chore(deps): update abatilo/actions-poetry action to v3 renovate (65)
- chore(deps): update aresponses to v3 renovate (66)
- chore(deps): update ruff to v0.1.13 renovate (64)
- chore(deps): update pre-commit hooks renovate (67)
- chore(deps): update ruff to v0.1.14 renovate (69)
- chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.1.14 renovate (68)
- ⬆️ Pin dependencies renovate (78)
- ⬆️ Update codecov/codecov-action action to v3.1.5 renovate (81)
- ⬆️ Update dependency coverage to v7.4.1 renovate (82)
- ⬆️ Update github/codeql-action action to v3.23.2 renovate (83)
- ⬆️ Update dependency mashumaro to v3.12 renovate (85)
- ⬆️ Update dependency aiohttp to v3.9.2 renovate (86)
- ⬆️ Update dependency pytest-asyncio to v0.23.4 renovate (87)
- ⬆️ Update dependency aiohttp to v3.9.3 renovate (88)
- ⬆️ Update dependency ruff to v0.1.15 renovate (89)

0.1.6

What's Changed
* chore(deps): update pre-commit hook psf/black to v23.11.0 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/23
* chore(deps): update ruff to v0.1.5 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/25
* chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.1.5 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/24
* chore(deps): update mypy to v1.7.0 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/27
* fix(deps): update dataclasses-json to v0.6.2 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/26
* chore(deps): update pre-commit hook python-poetry/poetry to v1.7.1 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/28
* chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.1.6 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/29
* chore(deps): update ruff to v0.1.6 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/30
* fix(deps): update aiohttp to v3.9.0 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/32
* chore(deps): update pre-commit hook compilerla/conventional-pre-commit to v3 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/31
* chore(deps): update mypy to v1.7.1 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/33
* chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.27.2 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/34
* fix(deps): update aiohttp to v3.9.1 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/35
* fix(deps): update dataclasses-json to v0.6.3 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/36
* chore(deps): update pytest-asyncio to ^0.23.0 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/37
* chore(deps): update pytest-asyncio to v0.23.1 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/38
* chore(deps): update ruff to v0.1.7 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/41
* chore(deps): update pytest-asyncio to v0.23.2 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/39
* chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.1.7 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/40
* chore(deps): update actions/setup-python action to v5 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/42
* chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.27.3 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/43
* chore(deps): update pre-commit to v3.6.0 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/44
* chore(deps): update black to v23.12.0 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/45
* chore(deps): update pre-commit hook psf/black to v23.12.0 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/46
* chore(deps): update github/codeql-action action to v3 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/47
* chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.1.8 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/48
* chore(deps): update ruff to v0.1.8 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/49
* chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.1.9 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/50
* chore(deps): update ruff to v0.1.9 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/51
* chore(deps): update mypy to v1.8.0 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/52
* chore(deps): update black to v23.12.1 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/53
* chore(deps): update pre-commit hook psf/black to v23.12.1 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/54
* chore(deps): update pytest to v7.4.4 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/55
* chore(deps): update pytest-asyncio to v0.23.3 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/56
* chore: add decorator typing by cdce8p in https://github.com/jpbede/aioelectricitymaps/pull/57
* chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.1.10 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/58
* chore(deps): update ruff to v0.1.10 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/59
* chore(deps): update ruff to v0.1.11 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/61
* chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.1.11 by renovate in https://github.com/jpbede/aioelectricitymaps/pull/60
* Bump version to v0.1.6 by jpbede in https://github.com/jpbede/aioelectricitymaps/pull/62

New Contributors
* cdce8p made their first contribution in https://github.com/jpbede/aioelectricitymaps/pull/57
* jpbede made their first contribution in https://github.com/jpbede/aioelectricitymaps/pull/62

**Full Changelog**: https://github.com/jpbede/aioelectricitymaps/compare/v0.1.5...v0.1.6

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.