Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency azure to v5 #124

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update dependency azure to v5 #124

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
azure ==4.0.0 -> ==5.0.0 age adoption passing confidence

Release Notes

Azure/azure-sdk-for-python (azure)

v5.0.0

5.0.0 (2020-01-13)

Breaking changes

  • EventData
    • Removed deprecated property application_properties and deprecated method encode_message().
  • EventHubConsumerClient
    • on_error would be called when EventHubConsumerClient failed to claim ownership of partitions.
    • on_partition_close and on_partition_initialize would be called in the case of exceptions raised by on_event callback.
      • EventHubConsumerClient would close and re-open the internal partition receiver in this case.
    • Default starting position from where EventHubConsumerClient should resume receiving after recovering from an error has been re-prioritized.
      • If there is checkpoint, it will resume from the checkpoint.
      • If there is no checkpoint but starting_position is provided, it will resume from starting_posititon.
      • If there is no checkpoint or starting_position, it will resume from the latest position.
  • PartitionContext
    • update_checkpoint would do in-memory checkpoint instead of doing nothing when checkpoint store is not explicitly provided.
      • The in-memory checkpoints would be used for EventHubConsumerClient receiving recovering.
  • get_partition_ids, get_partition_properties, get_eventhub_properties would raise error in the case of service returning an error status code.
    • AuthenticationError would be raised when service returning error code 401.
    • ConnectError would be raised when service returning error code 404.
    • EventHubError would be raised when service returning other error codes.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants