Alba Versions Save

Easy integration testing for ASP.NET Core applications

v7.4.1

11 months ago

Bug fixes

Full Changelog: https://github.com/JasperFx/alba/compare/v7.4.0...v7.4.1

v7.4.0

1 year ago

New Features

Route Auto-Complete in supported IDEs

Visual Studio & Rider developers will see API routes when typing URL parameters. image

(@Hawxy in https://github.com/JasperFx/alba/pull/138)

OpenTelemetry Support

Alba has OpenTelemetry support for Scenario calls and thus can be integrated with OTEL-compatible tooling.

image

(@Hawxy in https://github.com/JasperFx/alba/pull/137)

Misc

Full Changelog: https://github.com/JasperFx/alba/compare/v7.3.0...v7.4.0

v7.3.0

1 year ago

Feature Updates

New Contributors

Full Changelog: https://github.com/JasperFx/alba/compare/v7.2.1...v7.3.0

v7.2.1

1 year ago

Bug fixes

  • Fixed the ShouldHaveValues() header assertion not working when no values are provided. (by @Hawxy in #129)

Full Changelog: https://github.com/JasperFx/alba/compare/v7.2.0...v7.2.1

v7.2.0

1 year ago

Feature Updates

  • Remove baseline dependency to improve compatibility with other JasperFx projects. (by @Hawxy in https://github.com/JasperFx/alba/pull/127)
  • Refactored form data writing to use FormUrlEncodedContent internally. This removes the requirement to manually encode field data.

Full Changelog: https://github.com/JasperFx/alba/compare/v7.1.0...v7.2.0

v7.1.0

1 year ago

Feature Updates

  • Added support for multipart form posts in https://github.com/JasperFx/alba/pull/126. See the relevant docs. (by @Hawxy)
  • Marked ForStartup<T> extension as obsolete. This will be removed in a future release, please move to a different scaffolding method. (by @jeremydmiller)

Docs

Full Changelog: https://github.com/JasperFx/alba/compare/v7.0.1...v7.1.0

v7.0.0

1 year ago

Breaking changes

  • Dropped support for .NET 5, supported targets are now .NET 6 & .NET 7 (by @jeremydmiller)
  • Added support for Minimal APIs. For pure minimal API projects this should automatically work but mixed projects may require additional configuration. See https://jasperfx.github.io/alba/scenarios/json.html#sending-json for more information. (by @jeremydmiller)

Features

Bug fixes

  • (v7.0.1) Fix IOptions resolution within Json serialization

Full Changelog: https://github.com/JasperFx/alba/compare/v6.1.0...v7.0.0

v6.1.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/JasperFx/alba/compare/v6.0.0...v6.1.0