Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2024

Bumps ocpp from 0.26.0 to 1.0.0.

Release notes

Sourced from ocpp's releases.

1.0.0-rc.1

What's Changed

Full Changelog: mobilityhouse/ocpp@0.26.0...1.0.0-rc.1

Changelog

Sourced from ocpp's changelog.

1.0.0 (2024-04-05)

  • #573 Introduce Experimental Module For v2.1
  • #547 Feat: Handle recursively serializing a dataclasses as a dictionary Thanks @​MacDue
  • #601 Fix case conversion for soc in non "State of Charge" context
  • #523 The serialisation of soc to SoC should not occur in camel case if it is existing at the beginning of a field
  • #515 Update Readthedocs configuration
  • #602 Correct v2g serialisation/deserialisation
  • #557 OCPP 2.0.1 Wrong data type in CostUpdated total_cost
  • #564 Add support For Python 3.11 and 3.12
  • #583 OCPP v1.6/v2.0.1 deprecate dataclasses from calls and call results with the suffix 'Payload'
  • #590 snake_to_camel_case url to URL does not get converted correctly
  • #591 Camel_to_snake_case doesn't handle v2x correctly
  • #593 Update tests to use Call and CallResult without the suffix Payload
  • #435 Typo in CostUpdated Action
  • #577 v2.0.1 AttributeType Enum Corrections
  • #340 2.0.1 dataclasses have a incorrect types that don't match carnality
  • #519 Typo in v201.enums.StatusInfoReasonType.invaild_schedule
  • #510 v2.0.1 UnitOfMeasureType - Enums missing and update docstring to allow use for variableCharacteristics
  • #508 Exception - OccurrenceConstraintViolationError doc string correction
  • #613 Typo correction in v201.enums.StatusInfoReasonType.value_too_hight -> value_too_high
  • #622 Fix typo in OCPP 2.0.1 enum Action.cost_updated

1.0.0-rc.1 (2024-02-14)

  • #573 Introduce Experimental Module For v2.1
  • #547 Feat: Handle recursively serializing a dataclasses as a dictionary Thanks @​MacDue
  • #601 Fix case conversion for soc in non "State of Charge" context
  • #523 The serialisation of soc to SoC should not occur in camel case if it is existing at the beginning of a field
  • #515 Update Readthedocs configuration
  • #602 Correct v2g serialisation/deserialisation
  • #557 OCPP 2.0.1 Wrong data type in CostUpdated total_cost
  • #564 Add support For Python 3.11 and 3.12
  • #583 OCPP v1.6/v2.0.1 deprecate dataclasses from calls and call results with the suffix 'Payload'
  • #590 snake_to_camel_case url to URL does not get converted correctly
  • #591 Camel_to_snake_case doesn't handle v2x correctly
  • #593 Update tests to use Call and CallResult without the suffix Payload
  • #435 Typo in CostUpdated Action
  • #577 v2.0.1 AttributeType Enum Corrections
  • #340 2.0.1 dataclasses have a incorrect types that don't match carnality
  • #519 Typo in v201.enums.StatusInfoReasonType.invaild_schedule
  • #510 v2.0.1 UnitOfMeasureType - Enums missing and update docstring to allow use for variableCharacteristics
  • #508 Exception - OccurrenceConstraintViolationError doc string correction

DEPRECATED

  • #599 v1.6 Action Enum members corrected IMPORTANT SEE UPGRADE PATH #599
  • #579 v2.0.1 Action enums corrected - IMPORTANT SEE UPGRADE PATH #579

BREAKING

  • #574 Remove v1.6 deprecated enum members - IMPORTANT see upgrade path #574

... (truncated)

Commits
  • cfe4008 Bump 1.0.0 (#623)
  • d96d243 Fix typo in OCPP 2.0.1 enum Action.cost_updated
  • 4f3192d fix typo in DataTypeEnum -> value_too_high (#612)
  • dbfb006 Bump to 1.0.0-rc.1 (#611)
  • d9a2759 Introduce Experimental Module For v2.1 (#605)
  • b380900 v1.6 Action Enum members corrected (#600)
  • 9fb5769 URL does not get converted from snake_case responder_url to camelCase respond...
  • 144b544 v2.0.1 Action enums corrected (#580)
  • 6ccb1a9 Handle recursively serializing a dataclasses as a dictionary. (#547)
  • 7fceadd Fix case conversion for soc in non "State of Charge" context (#607)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ocpp](https://github.com/mobilityhouse/ocpp) from 0.26.0 to 1.0.0.
- [Release notes](https://github.com/mobilityhouse/ocpp/releases)
- [Changelog](https://github.com/mobilityhouse/ocpp/blob/master/CHANGELOG.md)
- [Commits](mobilityhouse/ocpp@0.26.0...1.0.0)

---
updated-dependencies:
- dependency-name: ocpp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 15, 2024
@lbbrhzn lbbrhzn merged commit d0e2da1 into main May 16, 2024
@lbbrhzn lbbrhzn deleted the dependabot/pip/ocpp-1.0.0 branch May 16, 2024 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant