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: SteeltoeOSS/Steeltoe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.8
Choose a base ref
...
head repository: SteeltoeOSS/Steeltoe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.3.0
Choose a head ref
  • 14 commits
  • 1,018 files changed
  • 2 contributors

Commits on Mar 21, 2025

  1. Trying to fix issue 1488

    bart-vmware committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    f694919 View commit details
    Browse the repository at this point in the history
  2. fix tests, remove old code

    Also:
    - add TODO for TestDeclareDelayedExchange
    - Remove NET6 from Messaging.RabbitMQ (for consistency)
    TimHess committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    31e1cba View commit details
    Browse the repository at this point in the history
  3. build 3.2.9

    TimHess committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    9c4c066 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Merge pull request #1495 from SteeltoeOSS/analyze-1488

    Fix loss of indication to use ampqs
    TimHess authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    15e7596 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. Fix docfx warning "Project does not contain 'Compile' target" (#1534)

    * Fix docfx warning "Project does not contain 'Compile' target"
    
    See dotnet/vscode-csharp#5786
    
    * Remove BOM
    
    * Fix failing tests
    
    Error: The active test run was aborted. Reason: Test host process crashed : No usable version of libssl was found
    bart-vmware authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    5367d86 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. Updates for Steeltoe v3.3 (#1556)

    * Add net8.0 target framework, reorder frameworks
    
    * Fix build errors
    
    * Fix broken tests, suppress hanging Resharper test runner
    
    * Remove net8.0 target from Messaging/Stream/Integration (incompatible)
    
    * Remove target for netcoreapp3.1
    
    * Remove unused entries from versions.props, match up EF Core version
    
    * Split package versions into exposed/non-exposed groups
    
    * Bump vulnerable package: Newtonsoft.Json
    
    * Bump vulnerable OpenTelemetry packages (backported from #1278)
    
    - Bump vulnerable packages: OpenTelemetry.Instrumentation.Http, OpenTelemetry.Instrumentation.AspNetCore, OpenTelemetry.Extensions.Hosting
    - Remove package OpenTelemetry.Exporter.Jaeger (only non-stable and vulnerable versions exist)
    - The above requires a bump of Microsoft.Extensions.* packages to 8.0, because Otel lists them as minimal versions
    
    * Bump vulnerable package: Microsoft.Extensions.Caching.Memory
    
    * Bump vulnerable package: System.Text.Json
    
    * Bump vulnerable package: System.Data.SqlClient
    
    * Bump vulnerable package: Microsoft.Data.SqlClient
    
    * Bump vulnerable package: Oracle.ManagedDataAccess.Core
    
    * Bump vulnerable package: MongoDB.Driver
    
    * Bump vulnerable package: Npgsql
    
    * Bump some internal-only package versions
    
    * Fix/suppress build warnings
    
    * Fix broken tests
    
    * Automated insertion of Obsolete attribute, affecting all public types below the following directories:
    /src/CircuitBreaker/src/Abstractions
    /src/CircuitBreaker/src/Hystrix.MetricsEventsCore
    /src/CircuitBreaker/src/Hystrix.MetricsStreamCore
    /src/CircuitBreaker/src/HystrixBase
    /src/CircuitBreaker/src/HystrixCore
    /src/Common/src/Common.Expression
    /src/Common/src/Common.Kubernetes
    /src/Common/src/Common.RetryPolly
    /src/Common/src/Common.Utils
    /src/Configuration/src/KubernetesBase
    /src/Configuration/src/KubernetesCore
    /src/Connectors/src/Connector.EF6Core
    /src/Discovery/src/Kubernetes
    /src/Integration/src/Abstractions
    /src/Integration/src/IntegrationBase
    /src/Integration/src/RabbitMQ
    /src/Management/src/KubernetesCore
    /src/Stream/src/Abstractions
    /src/Stream/src/BinderRabbitMQ
    /src/Stream/src/StreamBase
    /src/Messaging/src/Abstractions
    /src/Messaging/src/MessagingBase
    /src/Messaging/src/RabbitMQ
    /src/Security/src/DataProtection.CredHubBase
    /src/Security/src/DataProtection.CredHubCore
    
    * Manually mark remaining APIs obsolete
    
    * Suppress obsolete warnings
    
    * Apply patch from #1108
    
    * Install .NET 8 in cibuild, fix trigger of component builds
    
    * Remove redundant TargetFramework conditionals
    
    * Remove redundant NET6_0_OR_GREATER conditionals
    
    * Disable failing test in CI on Windows
    
    * Package using GHA
    
    * Change pipeline timeouts
    bart-vmware authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    6715245 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55f0c25 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. Configuration menu
    Copy the full SHA
    55eb20d View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Fix transitive vulnerable dependencies 3x (#1562)

    * Fix warnings about System.Text.Json
    
    * Fix warnings about Newtonsoft.Json
    
    * Fix warnings about System.Data.SqlClient
    
    * Fix warnings about Microsoft.Data.SqlClient
    
    * Fix warnings about Npgsql
    
    * Fix warnings about Microsoft.Extensions.Caching.Memory
    
    * Fix warnings about Oracle.ManagedDataAccess.Core
    
    * Fix warning about System.Net.Security
    
    * Fix warnings about System.Formats.Asn1
    
    * Fix warnings about Google.Protobuf
    
    * Fix warnings about System.Text.RegularExpressions
    
    * Fix warnings about System.Net.Http
    
    * Fix warnings about System.Drawing.Common
    
    * Fix warnings about SSH.NET
    
    * Fix warnings about Microsoft.IdentityModel.JsonWebTokens / System.IdentityModel.Tokens.Jwt
    
    * Fix warnings about Azure.Identity
    
    * Fix warnings about BouncyCastle.Cryptography
    
    * Suppress warning about Microsoft.Rest.ClientRuntime
    
    * Detect vulnerable dependencies in cibuild
    bart-vmware authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    465dce4 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Configuration menu
    Copy the full SHA
    2858059 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. Constrain the maximum RabbitMQ version for Hystrix and Messaging/Stre…

    …am, because RabbitMQ.Client v6 and higher are known to be incompatible (#1577)
    bart-vmware authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    2119472 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2025

  1. Small enhancements to Security components, primarily for local, non-h…

    …ttps UAA (#1574)
    
    * Enhance support for local, non-https UAA with OIDC and JWT
    * Allow customization of CertificateForwardingOptions
    TimHess authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    c85a474 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Configuration menu
    Copy the full SHA
    4d469da View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Fix RabbitMQ connection issue

    - ampq should be amqp
    TimHess committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    29ffc80 View commit details
    Browse the repository at this point in the history
Loading