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: DataDog/dd-trace-dotnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.53.1
Choose a base ref
...
head repository: DataDog/dd-trace-dotnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.53.2
Choose a head ref
  • 6 commits
  • 49 files changed
  • 4 contributors

Commits on Jun 19, 2024

  1. [Version Bump] 2.53.1

    andrewlock committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    dea167a View commit details
    Browse the repository at this point in the history
  2. Minor fixes for hotfix workflows (#5702)

    * Don't output version in same run as changing the version
    
    * Don't run create version bump PR for hotfix releases
    andrewlock committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4ba43d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    872e72e View commit details
    Browse the repository at this point in the history
  4. Fix reading JSON-formatted settings in remote config (#5705)

    * fix typo
    
    * clean up usings
    
    * check token type and use ToString()
    
    * use Formatting.None
    
    * use GetAs<string>() instead of AsString()
    
    * use object instead of string as config in unit test
    
    * log the json object instead of the string
    
    * use ToString() instead of Value<String>()
    
    * parse json object instead of passing string
    
    * use same logic to convert JToken to string
    
    * reduce code duplication
    
    * fix compiler error
    lucaspimentel authored and andrewlock committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b458637 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d2250f View commit details
    Browse the repository at this point in the history
  6. Update filter (#5708)

    Kevin Gosse authored and andrewlock committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7ec7b0a View commit details
    Browse the repository at this point in the history
Loading