Skip to content

3.0.0 Milestone 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jkonicki jkonicki released this 21 Feb 21:50
ad5e572

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