Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Azure/azure-cosmos-dotnet-v3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Azure/azure-cosmos-dotnet-v3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: releases/3.47.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Feb 8, 2025

  1. [Internal] Pipelines: Fixes pipeline release run (#5002) into release…

    … branch (#5003)
    
    # Pull Request Template
    
    ## Description
    
    Sets multimaster account connection string for release pipeline run. 
    
    ## Type of change
    
    Please delete options that are not relevant.
    
    - [] Bug fix (non-breaking change which fixes an issue)
    
    ## Closing issues
    
    To automatically close an issue: closes #IssueNumber
    
    # Pull Request Template
    
    ## Description
    
    Please include a summary of the change and which issue is fixed. Include
    samples if adding new API, and include relevant motivation and context.
    List any dependencies that are required for this change.
    
    ## Type of change
    
    Please delete options that are not relevant.
    
    - [] Bug fix (non-breaking change which fixes an issue)
    - [] New feature (non-breaking change which adds functionality)
    - [] Breaking change (fix or feature that would cause existing
    functionality to not work as expected)
    - [] This change requires a documentation update
    
    ## Closing issues
    
    To automatically close an issue: closes #IssueNumber
    NaluTripician authored Feb 8, 2025
    Configuration menu
    Copy the full SHA
    44836d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. [Internal] 3.47.0: Fixes Release branch (#5007)

    [Internal] Open Telemetry : Fixes preview pipeline test for open
    telemetry (#5005)
    
    ## Description
    
    As part of this PR, fixing test pipeline.
    
    **Root Cause:** Metrics generation tests were designed to validate only
    metrics functionality with dimensions. However, with distributed tracing
    enabled by default in the preview package, the test began asserting
    traces generated by the distributed tracing feature. **Resolution:**
    Disabled the distributed tracing feature in tests to ensure
    compatibility.
    
    ## Type of change
    
    - [] Bug fix (non-breaking change which fixes an issue)
    
    # Pull Request Template
    
    ## Description
    
    Please include a summary of the change and which issue is fixed. Include
    samples if adding new API, and include relevant motivation and context.
    List any dependencies that are required for this change.
    
    ## Type of change
    
    Please delete options that are not relevant.
    
    - [] Bug fix (non-breaking change which fixes an issue)
    - [] New feature (non-breaking change which adds functionality)
    - [] Breaking change (fix or feature that would cause existing
    functionality to not work as expected)
    - [] This change requires a documentation update
    
    ## Closing issues
    
    To automatically close an issue: closes #IssueNumber
    
    Co-authored-by: Sourabh Jain <sourabhjain@microsoft.com>
    NaluTripician and sourabh1007 authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    d004872 View commit details
    Browse the repository at this point in the history
  2. [Internal] 3.47.0: Fixes Perf test in release (#5010)

    Binary Encoding: Refactors performance tests timeout period. (#5009)
    
    # Pull Request Template
    
    ## Description
    
    Updating performance tests timeout period to 120 minutes as now all
    existing performance tests for point operations run with binary encoding
    flags enabled and disabled.
    
    ## Type of change
    
    Please delete options that are not relevant.
    
    - [x] Bug fix (non-breaking change which fixes an issue)
    
    ## Closing issues
    
    To automatically close an issue: closes #IssueNumber
    
    # Pull Request Template
    
    ## Description
    
    Please include a summary of the change and which issue is fixed. Include
    samples if adding new API, and include relevant motivation and context.
    List any dependencies that are required for this change.
    
    ## Type of change
    
    Please delete options that are not relevant.
    
    - [] Bug fix (non-breaking change which fixes an issue)
    - [] New feature (non-breaking change which adds functionality)
    - [] Breaking change (fix or feature that would cause existing
    functionality to not work as expected)
    - [] This change requires a documentation update
    
    ## Closing issues
    
    To automatically close an issue: closes #IssueNumber
    
    Co-authored-by: Arooshi Avasthy <113193425+aavasthy@users.noreply.github.com>
    NaluTripician and aavasthy authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    fa6f43a View commit details
    Browse the repository at this point in the history
Loading