Skip to content

4.3.0

Latest

Choose a tag to compare

@bart-vmware bart-vmware released this 09 Sep 14:38
a56a5e5

Steeltoe 4.3 adds new features, fixes various bugs, and improves overall security. Highlights include:

  • A new build-time-only package, Steeltoe.Management.GitProperties.Build, which generates a git.properties file compatible with the Spring Boot Actuator format, and wires it into the existing Info actuator endpoint so the values are automatically exposed at runtime. Note: you will need to explicitly add the package reference. This removes the need to use a package like GitInfo, a third-party package that has licensing constraints.
  • A new configuration post-processor that loads values from CredHub service bindings in IConfiguration.
  • Connectors now support the Microting.EntityFrameworkCore.MySql driver.
  • Fixed a race condition in database health checks that resulted in health checks actuator failure.
  • Adopted Trusted Publishing on nuget.org.
  • Various security/hardening fixes.

What's Changed

New Contributors

Full Changelog: 4.2.0...4.3.0