Skip to content

Releases: SteeltoeOSS/Steeltoe

3.0.0 Milestone 1

21 Feb 21:50
ad5e572
Compare
Choose a tag to compare
3.0.0 Milestone 1 Pre-release
Pre-release

This is the first milestone for Steeltoe 3.0.0.

Please help the team identify any issues you might have by giving the milestone release a try. The earlier issues are reported from the community, the better chance we have at having them resolved by our General Availability release. Thank you!

For the list of issues resolved in this release see Issue list here: 3.0.0.M1 Resolved Issues

Steeltoe 3.0.0-m1 release artifacts are available on NuGet.org

Important changes:

  • .NET Core 3.0+ support only
    • See our 2.x releases for .NET Standard 2.0 support (.NET Framework 4.6.x+ and .NET Core 2.x+ support)
  • New abstractions packages for extensibility
    • Includes more general method names (i.e. UseCloudHosting() vs UseCloudFoundryHosting())
  • Steeltoe Streams base classes and dependent implementations
    • Steeltoe Common package updates (PR #224)
    • Steeltoe Integration package (PR #228)
    • Steeltoe Messaging packages (PR #225)
    • Steeltoe Streams package (#236)
  • Distributed Tracing Update
    • Switch from OpenCensus Tracing package to OpenTelemetry Tracing package

Note: Milestone 2 will build upon these changes. See Roadmap for better understanding of what we will be coming in 3.0.0 GA release.

For getting started and documentation see Steeltoe.io

2.4.2 Maintenance Release

07 Feb 15:47
d16a16b
Compare
Choose a tag to compare

For the list of issues resolved in this release see Issue list here: 2.4.2 Resolved Issues

Steeltoe 2.4.2 release artifacts are found on NuGet.org

Thank you for the community contributions from:

For getting started and documentation see Steeltoe.io

2.4.1 Maintenance Release

17 Jan 21:29
Compare
Choose a tag to compare

For the list of issues resolved in this release see Issue list here: 2.4.1 Resolved Issues

Thank you for the community contributions from:

For getting started and documentation see Steeltoe.io

2.4.0

13 Nov 20:22
Compare
Choose a tag to compare

Features, Enhancements

  • .NET Core 3.0 support
    • Steeltoe/90: Resolved with .NET Core 3.0 support - DynamicLogger does not work with Microsoft.Extensions.Logging 3.0
    • Steeltoe/139: Resolved with .NET Core 3.0 support - TypeLoadException thrown when using CloudFoundryOAuth
    • Steeltoe/116: Resolved with .NET Core 3.0 support - Fix mappings endpoint
  • Connectors
    • Enhanced documentation around the GemFire/Geode/PCC connector
  • HostBuilder extensions added

Notable issues resolved

  • Steeltoe/135: Serilog DynamicConsole breaks after changing logging levels
  • Steeltoe/123: Connectors are configuration case sensitive
  • Steeltoe/108: For IIS deployment with VirtualPath, the basePath is not set on redirect_uri - Contributed by @rabadiw
  • Steeltoe/19: Specify InvariantCulture for ToString conversion when publishing ConfigServerClientSettings - Contributed by @akovalov0
  • Steeltoe/166: Allow better control over CORS policies
  • Steeltoe/152: Updated CredHub API calls due to latest update
  • Steeltoe/150: Show all registered configuration providers in the /env endpoint including placeholder provider

Complete listing of tickets:

2.4.0-rc1

08 Nov 20:50
8bee559
Compare
Choose a tag to compare
add tests for ConfigServerHostBuilderExtensions #149 (#151)

2.3.0

08 Nov 20:47
Compare
Choose a tag to compare
Hystrix tests updates (#98)

* Reset more things in more places when performing resets in Hystrix
* Limit dotnet test to a single CPU, un-skip the "FlakyOnHostedAgents" test category
* Make tests less sensitive to available CPU resources

2.3.0-rc2

09 Aug 19:20
b50dbef
Compare
Choose a tag to compare
2.3.0-rc2 Pre-release
Pre-release
Changes to help test steps pass in CI (#88)

Changes to help test steps pass in CI

2.3.0-rc1: Merge pull request #68 from SteeltoeOSS/sign-snupkg

09 Aug 19:21
d3e6edc
Compare
Choose a tag to compare
sign nupkg and snupkg