Skip to content

Latest commit

 

History

History
288 lines (148 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

288 lines (148 loc) · 10.7 KB

CHANGELOG

v1.0.1 (2024-06-30)

Ci

  • ci(release): update config (97ce279)

  • ci(release): update config (ca97681)

Documentation

  • docs: add link to skgsergio comment (9a058b2)

Fix

  • fix: make attributes optional

Closes #7 (145277f)

v1.0.0 (2023-01-10)

Breaking

  • build!: update dependencies (6589121)

Build

  • build: install poethepoet (379a76b)

  • build(deps): bump certifi from 2021.5.30 to 2022.12.7 (#2)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (6f70869)

  • build(deps): bump httpx from 0.19.0 to 0.23.0

Bumps httpx from 0.19.0 to 0.23.0.


updated-dependencies:

  • dependency-name: httpx dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (3ebc426)

Ci

  • ci(tests): fix python version (32aed15)

  • ci(release): update dependencies (12bc585)

Documentation

Style

Unknown

  • Merge pull request #1 from MrMarble/dependabot/pip/httpx-0.23.0

build(deps): bump httpx from 0.19.0 to 0.23.0 (ccd9c21)

v0.8.0 (2021-10-12)

Documentation

  • docs(README): update code example (ee7e4fe)

Feature

  • feat: add support for authorized nif (2cb5157)

v0.7.3 (2021-09-28)

Chore

  • chore(gitpod): set poetry environment config (71675b1)

  • chore(git): ignore vscode config folder (8fac5d6)

Fix

  • fix(httpx): increase timeout (21e53f5)

v0.7.2 (2021-09-20)

Build

Fix

  • fix: use camelCase instead of snake case (788cf1b)

Refactor

  • refactor: extract request method (adb13ff)

  • refactor: remove syncrhonous code

BREAKING CHANGE (5eb566b)

Style

Test

  • test: extract constants (0b9d451)

  • test: test async library (30cf82c)

v0.7.1 (2021-09-19)

Fix

  • fix: use concurrent insted of async (40b1fcc)

v0.7.0 (2021-09-19)

Build

  • build(gitpod): configure environment (ae17881)

Chore

Documentation

  • docs(readme): basic usage (d0412f9)

Feature

  • feat: add async methods (fdffb7c)

Refactor

  • refactor: use httpx instead of requests (c02f915)

Unknown

v0.6.0 (2021-09-19)

Build

  • build(gitpod): fix install command (0e04ed5)

Documentation

  • docs: add method comments (c45523e)

Feature

  • feat(method): add get_max_power (b5e9133)

Fix

Refactor

Test

v0.5.0 (2021-09-19)

Build

  • build(poetry): add description (f1d3fc7)

  • build(gitpod): add toml extension (14aa080)

  • build(gitpod): configure poetry (4cdd844)

Chore

Documentation

  • docs(readme): change sonarcloud badge (b696b20)

  • docs(readme): add badges (881cc8d)

Feature

  • feat(method): add get_consumption_data (048783c)

Refactor

  • refactor: sonarcloud code smells (2c2d71f)

Unknown

  • styele: fix line too long (bb0ea79)

v0.4.0 (2021-08-29)

Build

  • build(semantic_release): fix build command (67dca07)

Ci

Documentation

Feature

v0.3.0 (2021-08-28)

Build

  • build: add flake8 as dev dependency (d6bbacb)

  • build(semantic_release): remove custom build command (0427b09)

Documentation

Feature

  • feat: get contract detail function (2b68bd8)

Style

Unknown

  • Merge branch 'master' of github.com:MrMarble/datadis (cca779e)

v0.2.0 (2021-08-28)

Build

  • build(semantic_release): add config (e3797dc)

Chore

Ci

  • ci: create release workflow (4ea15cc)

Feature

  • feat: get supplies function (d69b037)

  • feat: get token function (3e8d611)