Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2021

Bumps azure-storage-blob from 2.0.1 to 12.8.1.

Release notes

Sourced from azure-storage-blob's releases.

azure-storage-file-share_12.5.0b1

12.5.0b1 (2021-05-12)

New features

  • Added support for lease operation on a share, eg. acquire_lease

azure-storage-file-datalake_12.4.0b1

12.4.0b1 (2021-05-12)

New features

  • Added support set_service_properties(),get_service_properties() on DataLakeServiceClient
  • Added support for list_deleted_paths() on FileSystemClient

Fixes

  • Fixed initiating PathProperties problem (#18490)

azure-data-tables_12.0.0b7

12.0.0b7 (2021-05-11)

Breaking

  • The account_url parameter in the client constructors has been renamed to endpoint.
  • The TableEntity object now acts exclusively like a dictionary, and no longer supports key access via attributes.
  • Metadata of an entity is now accessed via TableEntity.metadata attribute rather than a method.
  • Removed explicit LinearRetry and ExponentialRetry in favor of keyword parameter.
  • Renamed filter parameter in query APIs to query_filter.
  • The location_mode attribute on clients is now read-only. This has been added as a keyword parameter to the constructor.
  • The TableItem.table_name has been renamed to TableItem.name.
  • Removed the TableClient.create_batch method along with the TableBatchOperations object. The transactional batching is now supported via a simple Python list of tuples.
  • TableClient.send_batch has been renamed to TableClient.submit_transaction.
  • Removed BatchTransactionResult object in favor of returning an iterable of batched entities with returned metadata.
  • Removed Batching context-manager behavior
  • EntityProperty is now a NampedTuple, and can be represented by a tuple of (entity, EdmType).
  • Renamed EntityProperty.type to EntityProperty.edm_type.
  • BatchErrorException has been renamed to TableTransactionError.
  • The location_mode is no longer a public attribute on the Clients.
  • The only supported credentials are AzureNamedKeyCredential, AzureSasCredential, or authentication by connection string
  • Removed date and api_version from the TableItem class.

Fixes

  • Fixed issue with Cosmos merge operations.
  • Removed legacy Storage policies from pipeline.
  • Removed unused legacy client-side encryption attributes from client classes.
  • Fixed sharing of pipeline between service/table clients.
  • Added support for Azurite storage emulator
  • Throws a RequestTooLargeError on transaction requests that return a 413 error code
  • Added support for Int64 and Binary types in query filters
  • Added support for select keyword parameter to TableClient.get_entity().
  • On update_entity and delete_entity if no etag is supplied via kwargs, the etag in the entity will be used if it is in the entity.

azure-search-documents_11.2.0b3

11.2.0b3 (2021-05-11)

New features

... (truncated)

Commits

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 1, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/azure-storage-blob-12.8.1 branch from d1dcaed to f8052ca Compare June 1, 2021 19:37
@dependabot dependabot bot force-pushed the dependabot/pip/azure-storage-blob-12.8.1 branch 7 times, most recently from 6f45fb1 to 4d09df7 Compare June 18, 2021 15:40
@joshmoore joshmoore changed the title Bump azure-storage-blob from 2.0.1 to 12.8.1 Bump azure-storage-blob from 12.5.0 to 12.8.1 Jun 19, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/azure-storage-blob-12.8.1 branch from 4d09df7 to 667988b Compare June 19, 2021 14:21
@joshmoore
Copy link
Member

A task for @zarr-developers/azure-team ?

@jhamman
Copy link
Member

jhamman commented Jun 21, 2021

Do we know what's up with the build (3.8, ==1.16.4) CI check?

@joshmoore
Copy link
Member

joshmoore commented Jun 21, 2021

It was removed in #774 / #778 and I believe that all subsequent PRs will behave sanely. 🤞🏽

@jhamman
Copy link
Member

jhamman commented Jun 21, 2021

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 21, 2021

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@jhamman
Copy link
Member

jhamman commented Jun 21, 2021

@dependabot recreate

@jakirkham jakirkham merged commit 8146156 into master Jun 21, 2021
@jakirkham jakirkham deleted the dependabot/pip/azure-storage-blob-12.8.1 branch June 21, 2021 22:52
@jakirkham
Copy link
Member

Do we know what's up with the build (3.8, ==1.16.4) CI check?

Ignoring this phantom CI check 👻

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.

4 participants