Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@arcus-automation arcus-automation released this 29 Feb 08:21
6cba745

Install the Arcus.WebApi packages that you need via NuGet, for instance Arcus.WebApi.Security:

PM > Install-Package Arcus.WebApi.Security --Version 2.0.0

For a complete list of all Arcus.WebApi packages see the documentation.

What's new?

Features

Fixes / Changes

  • Correct JwtTokenReader in JWT authorization to clear up missconception on exposed parameter names (#399)

Breaking Changes

  • Add default HTTP correlation AddHttpCorrelation extension as correct alternative for optional param (#293)

Removal

  • Remove deprecated AzureManagedIdentityAuthorizationFilter (#339, #288)
  • Remove deprecated single param constructor overload in SharedAccessKeyAuthenticationAttribute (#289)
  • Remove deprecated AddCertificateAuthentication extensions (#355)
  • Remove deprecated AddJwtAuthorization extensions (#356)
  • Remove deprecated regular constructor of HttpCorrelation (#292, #338)
  • Remove deprecated AddHttpCorrelation Azure Functions extensions overload with general CorrelationInfoOptions (#308, #293)

Changes:

  • 6cba745 chore: use appinsights pkg for isolated az func (#442)
  • 63dd672 chore: use new major versions of arcus packages (#460)
  • b6ec764 chore: support net8.0 preview (#455)
  • c78b6b8 fix: upgrade clsx from 1.1.1 to 1.2.1 (#452)
  • e0f577c chore: Bump postcss from 8.3.6 to 8.4.31 in /docs (#456)
  • 681729a chore: Bump semver from 5.7.1 to 5.7.2 in /docs (#453)
  • 4fecb45 chore: Update LICENSE (#446)
  • 44a451d chore: remove obsolete parts (#445)
  • 34deb46 chore: add code coverage (#432)
  • ff70703 chore: Bump http-cache-semantics from 4.1.0 to 4.1.1 in /docs (#434)
See More
  • 1c306fc feat: Remove the single parameter constructor in SharedAccessKeyAuthenticationAttribute (#337)
  • 4cbb2e0 Remove deprecated AddCertificateAuthentication extensions (#439)
  • 248f597 Remove deprecated AddJwtAuthorization extensions (#438)
  • a493385 remove deprecated AddSharedAccessKeyAuthentication extensions (#440)
  • fc14ee6 chore: Removed deprecated .AddHttpCorrelation (#441)
  • e5f32f1 chore: Bump webpack from 5.48.0 to 5.76.1 in /docs (#443)
  • 1172409 chore: Bump ua-parser-js from 0.7.28 to 0.7.33 in /docs (#433)
  • 6b7135a chore: use main branch in az devops status badge (#431)
  • e7c61cc chore: use main in codeql (#430)
  • a314c73 chore: Bump json5 from 1.0.1 to 1.0.2 in /docs (#427)
  • 09e3f8e docs: remove non-configurable traceparent http header (#428)
  • 0649970 docs: use updated w3c http correlation diagram (#421)
  • 998e9ef chore: fix nuget warnings (#426)
  • 7590c58 Update ci-build.yml (#425)

This list of changes was auto generated.

What's Changed

New Contributors

Full Changelog: v1.7.1...v2.0.0