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

Bump uamqp from 1.5.3 to 1.6.5 #41

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2023

Bumps uamqp from 1.5.3 to 1.6.5.

Release notes

Sourced from uamqp's releases.

uamqp v1.6.5

Starting with this release uamqp will not be in active maintenance, as the Event Hubs & Service Bus libraries are now using the python based AMQP library.

  • Build windows wheels with visual studio 2002
  • Few more openssl 3.0 updates at the submodules

uamqp v1.6.4

  • Updated OpenSSL dependency to 1.1.1t
  • Updated submodules to support OpenSSL 3.0 compilation
  • Removed dependency on six
  • Fixed a bug that caused the wrong port to selected for websockets when a port was not passed in

uamqp v1.6.3

Wheels from this release forward have been built with manylinux2014.

  • Added in support for python 3.11
  • Updated OpenSSL dependency to 1.1.1q
  • Wheels are now built with cibuildwheel for linux, macOS and windows

uamqp v1.6.1

This will release will be the last with wheels generated with manylinux2010 as it is deprecated.

*Added support for handling duplicate certificates in azure-c-shared-utility dependency by using CERT_STORE_ADD_REPLACE_EXISTING parameter in the CertAddEncodedCertificateToStore function call. (azure-sdk-for-python issue #26034)

uamqp v1.6.0

This version and all future versions will require Python 3.7+, Python 3.6 is no longer supported.

  • Added data, value, sequence properties to uamqp.Message, which return the body if the body type corresponds.
  • Added message_annotations property to uamqp.Message, which is an alias for the annotations instance variable.
  • Added data property to uamqp.BatchMessage, which returns the iterable body of the batch.
  • Added ttl property to uamqp.MessageHeader, which is an alias for the time_to_live instance variable.
Changelog

Sourced from uamqp's changelog.

1.6.5 (2023-07-12) +++++++++++++++++++

  • Few more updates to submodules to support OpenSSL 3.0 compilation

1.6.4 (2023-02-09) +++++++++++++++++++

  • Updated OpenSSL dependency to 1.1.1t
  • Updated submodules to support OpenSSL 3.0 compilation
  • Removed dependency on six
  • Fixed a bug that caused the wrong port to selected for websockets when a port was not passed in

1.6.3 (2022-10-27) +++++++++++++++++++

  • Publish 3.11 wheels

1.6.2 (2022-10-27) +++++++++++++++++++

  • Added support for python 3.11
  • Updated OpenSSL dependency to 1.1.1q
  • Updated cython dependency to 0.29.32
  • Dropped support for manylinux2010
  • Using cibuildwheel to generate wheels

1.6.1 (2022-10-11) +++++++++++++++++++

  • Added support for handling of duplicate certificates in azure-c-shared-utility dependency by using CERT_STORE_ADD_REPLACE_EXISTING parameter in the CertAddEncodedCertificateToStore function call. (azure-sdk-for-python issue #26034)

1.6.0 (2022-08-18) +++++++++++++++++++

This version and all future versions will require Python 3.7+, Python 3.6 is no longer supported.

  • Added data, value, sequence properties to uamqp.Message, which return the body if the body type corresponds.
  • Added message_annotations property to uamqp.Message, which is an alias for the annotations instance variable.
  • Added data property to uamqp.BatchMessage, which returns the iterable body of the batch.
  • Added ttl property to uamqp.MessageHeader, which is an alias for the time_to_live instance variable.
Commits
  • e506d70 [UAMQP] Release 1.6.5 Updates (#367)
  • b07e552 update visual studio to 2022 (#365)
  • bf004b0 Update wheel.yml: Ubuntu 18 -> Ubuntu 20
  • bf1118c Update client.test.live.yml: update Ubuntu 18 to Ubuntu 20
  • 5b31ff4 Where applicable, update Windows pools used to `azsdk-pool-mms-win-2022-gener...
  • 9627a34 add in check for libress (#361)
  • 0bee678 Update changelog (#360)
  • dacf9d0 [UAMQP] Update OpenSSL to 1.1.1t and update for OpenSSL 3 compatibility (#357)
  • d759557 [uamqp] Remove References to Six (#350)
  • da6ef72 default port handling (#356)
  • 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 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 [uamqp](https://github.com/Azure/azure-uamqp-python) from 1.5.3 to 1.6.5.
- [Release notes](https://github.com/Azure/azure-uamqp-python/releases)
- [Changelog](https://github.com/Azure/azure-uamqp-python/blob/main/HISTORY.rst)
- [Commits](Azure/azure-uamqp-python@v1.5.3...v1.6.5)

---
updated-dependencies:
- dependency-name: uamqp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from vg-leanix as a code owner August 8, 2023 07:07
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 8, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants