Skip to content

v1.0.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Dec 17:57
· 55 commits to beta since this release

1.0.0-beta.1 (2025-12-14)

Bug Fixes

  • Add missing closing brace in TokenService class (ca4fecf)
  • Add zipping of publish output and update artifact path in release workflow (2974557)
  • Correct JwksUri formatting in OpenIdConnectConfiguration (b010a74)
  • Enable developer certificate trust for OTLP endpoint in basic and token auth collectors (f8d2000)
  • Enhance MapCurrentUserToOpenIdClaims to include user roles in token generation (d61a4f8)
  • Remove unnecessary container runtime arguments for basic auth collectors (cf92116)
  • Replace WinHttpHandler with HttpClientHandler in HttpClient configuration (e214f79)
  • Update JWKS endpoint to include key type, usage, and algorithm (9ce61ce)
  • Update JWKS endpoint to return JWK set in correct format (5edf0d9)
  • Update JWKS endpoint to return public-only JWK for secure parsing (ce8eacf)
  • Update Token handling in TokenRetrievalHandler and Program to use correct property names (3981ad0)
  • Update TokenService to use TimeProvider for accurate time management (cc974d8)

Features

  • Add AuthenticatedApi and SomeClient projects with JWT authentication and CORS support (dbef2af)
  • Add GitHub Actions workflows for CodeQL analysis, component detection, dependency review, .NET build, linter, release process, and semantic pull request validation (e7a6957)
  • Add OpenTelemetry metrics and tracing for TokenService and TokenRetrievalHandler (479e12c)
  • Add support for SBOM generation in GitHub Actions workflow (3a6465f)
  • Enhance certificate management by removing fallback logic and adding PFX path configuration (5899c1d)
  • Enhance release workflow with Node.js setup and semantic-release integration (b07a523)
  • Implement signing certificate management and health check functionality (c67f6ac)
  • Refine CORS policy to allow only GET requests for public metadata endpoints (3360645)