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 azure azure-sdk-for-net monorepo #8

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 8, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Azure.Storage.Blobs (source) 12.15.0 -> 12.23.0 age adoption passing confidence
Azure.Storage.Queues (source) 12.13.0 -> 12.21.0 age adoption passing confidence

Release Notes

Azure/azure-sdk-for-net (Azure.Storage.Blobs)

v12.23.0

Compare Source

12.23.0 (2024-11-12)
Features Added
  • Includes all features from 12.23.0-beta.1 and 12.23.0-beta.2
Bugs Fixed
  • Fixed bug where network download streams were not properly disposed.
  • Fixed bug where DownloadToAsync() did not dispose all its network streams on error in some cases.

v12.22.2

Compare Source

12.22.2 (2024-10-10)

Other Changes
  • Upgraded System.Text.Json package dependency to 6.0.10 for security fix.

v12.22.1

Compare Source

12.22.1 (2024-09-25)

Other Changes
  • Integrated decryption for CSE v2.1

v12.22.0

Compare Source

12.22.0 (2024-09-18)
Features Added
  • Includes all features from 12.22.0-beta.1
Bugs Fixed
  • Fixed [BUG] Method overload BlobBaseClient.OpenReadAsync()/OpenRead() to correctly handle the allowBlobModifications flag #​45516
  • Fixed [BUG] Fixed Equality failures due to implicit cast on BlobErrorCode #​44213

v12.21.2

Compare Source

12.21.2 (2024-08-08)

Bugs Fixed
  • Fixed [BUG] WrapKeyInternal to correctly call WrapKey in sync flow #​42160

v12.21.1

Compare Source

12.21.1 (2024-07-25)

Bugs Fixed
  • Fixed [BUG] Azure Blob Storage Client SDK No Longer Supports Globalization Invariant Mode for Account Key Authentication #​45052

v12.21.0

Compare Source

12.21.0 (2024-07-16)
Features Added
  • Includes all features from 12.21.0-beta.1.
Bugs Fixed
  • Fixed bug where storage clients when constructed with URLs with '#' character would truncate the blob name at the '#'.

v12.20.0

Compare Source

12.20.0 (2024-09-18)

Features Added
  • Includes all features from 12.20.0-beta.1.
  • Removed Queue Permissions enum from 12.20.0-beta.1.
Bugs Fixed
  • Fixed [BUG] Fixed Equality failures due to implicit cast on QueueErrorCode #​44213

v12.19.1

Compare Source

12.19.1 (2024-07-25)

Bugs Fixed
  • Fixed [BUG] Azure Blob Storage Client SDK No Longer Supports Globalization Invariant Mode for Account Key Authentication #​45052

v12.19.0

Compare Source

12.19.0 (2024-07-16)
Features Added
  • Includes all features from 12.19.0-beta.1.
Bugs Fixed
  • Fixed bug where storage clients when constructed with URLs with '#' character would truncate the path at the '#'.

v12.18.0

Compare Source

12.18.0 (2024-05-13)

  • Includes all features from 12.18.0-beta.1 and 12.18.0-beta.2.
  • Fixed bug where QueueClient did not throw an exception on empty/null queue names when constructing a client.

v12.17.0

Compare Source

12.17.0 (2023-07-11)

  • Includes all features from 12.17.0-beta.1.

v12.16.0

Compare Source

12.16.0 (2023-04-11)

  • Includes all features from 12.16.0-beta.1.

v12.15.1

Compare Source

12.15.1 (2023-03-24)

  • Bumped Azure.Core dependency from 1.28 and 1.30, fixing issue with headers being non-resilient to double dispose of the request.

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from 5880aef to c855074 Compare November 14, 2023 01:52
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from c855074 to e09dcac Compare May 14, 2024 01:45
Copy link

coderabbitai bot commented May 14, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The recent updates to the AnnihilatingWorkloadswithAzureFunctions.csproj file involve upgrading the versions of two key Azure Storage packages: Azure.Storage.Blobs and Azure.Storage.Queues. These changes aim to leverage improved features, performance enhancements, and bug fixes included in the latest stable releases, ensuring that the Azure Functions application remains robust and efficient without altering its core logic.

Changes

Files Change Summary
Examples/.../AnnihilatingWorkloadswithAzureFunctions.csproj Updated Azure.Storage.Blobs from 12.15.0 to 12.21.2 and Azure.Storage.Queues from 12.13.0 to 12.19.1.

Poem

In the meadow, code hops bright,
Upgraded packages take flight.
Blobs and queues, now swift and new,
Enhancing functions, a joyful view!
With every change, our spirits soar,
A rabbit's dance—let's code some more! 🐇✨


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from e09dcac to 2c8fd92 Compare July 16, 2024 19:31
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from 2c8fd92 to 616275a Compare July 25, 2024 16:58
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from 616275a to 309c721 Compare August 8, 2024 22:49
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 448a068 and 309c721.

Files selected for processing (1)
  • Examples/AnnihilatingWorkloadswithAzureFunctions/AnnihilatingWorkloadswithAzureFunctions.csproj (1 hunks)
Additional comments not posted (2)
Examples/AnnihilatingWorkloadswithAzureFunctions/AnnihilatingWorkloadswithAzureFunctions.csproj (2)

10-10: Approved: Update to Azure.Storage.Blobs.

The package version update from 12.15.0 to 12.21.2 aligns with the PR objectives to incorporate improvements and bug fixes.

Ensure compatibility with existing code and verify no breaking changes are introduced.

Verification successful

Verified: Compatibility with Azure.Storage.Blobs version 12.21.2

The usage of BlobContainerClient and BlobClient in GenerateFactorials.cs is compatible with the updated package version. No breaking changes were identified in the methods used.

  • BlobContainerClient.CreateIfNotExistsAsync
  • BlobClient.OpenWriteAsync
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify usage of `Azure.Storage.Blobs` in the codebase to ensure compatibility with the updated version.

# Test: Search for usage of `Azure.Storage.Blobs`. Expect: No breaking changes.
rg --type cs --word-regexp 'Azure\.Storage\.Blobs'

Length of output: 150


Script:

#!/bin/bash
# Description: Extract and review the usage of `Azure.Storage.Blobs` in `GenerateFactorials.cs`.

# Locate the file and display its contents for review.
rg --type cs --word-regexp 'Azure\.Storage\.Blobs' -A 20 Examples/AnnihilatingWorkloadswithAzureFunctions/GenerateFactorials.cs

Length of output: 880


Script:

#!/bin/bash
# Description: Search for specific usage of `Azure.Storage.Blobs` classes or methods in `GenerateFactorials.cs`.

# Search for any class or method usage from `Azure.Storage.Blobs`.
rg --type cs --context 5 'BlobServiceClient|BlobContainerClient|BlobClient' Examples/AnnihilatingWorkloadswithAzureFunctions/GenerateFactorials.cs

Length of output: 977


11-11: Approved: Update to Azure.Storage.Queues.

The package version update from 12.13.0 to 12.19.1 is consistent with the PR objectives to integrate improvements and bug fixes.

Ensure compatibility with existing code and verify no breaking changes are introduced.

Verification successful

No breaking changes found for QueueClient usage.

The update to Azure.Storage.Queues version 12.19.1 does not introduce any breaking changes affecting the QueueClient usage with QueueClientOptions and QueueMessageEncoding.Base64 in GenerateFactorials.cs. This change is compatible with the existing code.

  • QueueClient and QueueClientOptions usage remains consistent with the updated package version.
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify usage of `Azure.Storage.Queues` in the codebase to ensure compatibility with the updated version.

# Test: Search for usage of `Azure.Storage.Queues`. Expect: No breaking changes.
rg --type cs --word-regexp 'Azure\.Storage\.Queues'

Length of output: 152


Script:

#!/bin/bash
# Extract the relevant lines from GenerateFactorials.cs to review the usage of Azure.Storage.Queues.
rg --type cs --context 5 'Azure\.Storage\.Queues' Examples/AnnihilatingWorkloadswithAzureFunctions/GenerateFactorials.cs

Length of output: 462


Script:

#!/bin/bash
# Search for specific usages of Azure.Storage.Queues classes and methods in GenerateFactorials.cs.
rg --type cs 'QueueClient|QueueMessage|other relevant classes or methods' Examples/AnnihilatingWorkloadswithAzureFunctions/GenerateFactorials.cs

Length of output: 338

@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch 2 times, most recently from 33d422c to 55e6528 Compare September 25, 2024 20:20
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from 55e6528 to 87f5f1b Compare October 11, 2024 04:35
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from 87f5f1b to aef4e7f Compare November 12, 2024 21:40
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.

0 participants