Skip to content

Releases: ServiceComposer/ServiceComposer.AspNetCore

1.11.0

16 Oct 12:01
f615846
Compare
Choose a tag to compare

What's Changed

  • Allow applying the same attribute type multiple times to one handler to map different routes by @mauroservienti in #176

Full Changelog: 1.10.0...1.11.0

1.10.0

08 Oct 11:24
d0178f8
Compare
Choose a tag to compare

What’s Changed

🚀 Features & improvements

🧰 Maintenance & dependencies

  • Bump ApprovalTests from 5.7.0 to 5.7.1 in /src/ServiceComposer.AspNetCore.Tests (#320) @dependabot
  • Bump FakeItEasy from 7.1.0 to 7.2.0 in /src/ServiceComposer.AspNetCore.Tests (#319) @dependabot
  • Bump Bullseye from 3.7.1 to 3.8.0 in /targets (#318) @dependabot
  • Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0 in /src/ServiceComposer.AspNetCore.Tests (#317) @dependabot
  • Bump ApprovalTests from 5.5.0 to 5.7.0 in /src/ServiceComposer.AspNetCore.Tests (#316) @dependabot
  • Bump Bullseye from 3.7.0 to 3.7.1 in /targets (#313) @dependabot
  • Bump SimpleExec from 7.0.0 to 8.0.0 in /targets (#312) @dependabot
  • Bump FakeItEasy from 7.0.2 to 7.1.0 in /src/ServiceComposer.AspNetCore.Tests (#309) @dependabot
  • Bump ApprovalTests from 5.4.7 to 5.5.0 in /src/ServiceComposer.AspNetCore.Tests (#308) @dependabot
  • Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0 in /src/ServiceComposer.AspNetCore.Tests (#307) @dependabot
  • Bump FakeItEasy from 7.0.1 to 7.0.2 in /src/ServiceComposer.AspNetCore.Tests (#306) @dependabot
  • Bump ServiceComposer.AspNetCore.Testing from 1.2.0 to 1.3.0 in /src/ServiceComposer.AspNetCore.Tests (#303) @dependabot
  • Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4 in /src/ServiceComposer.AspNetCore.Tests (#302) @dependabot
  • Note about templates (#314) @mauroservienti

Special thanks to @markphillips100

1.9.1

01 Apr 14:27
1291e40
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

  • Fix: Application startup fails if ASPNETCORE_ENVIRONMENT is set to Development (#299) @mauroservienti

🧰 Maintenance & dependencies

  • Bump FakeItEasy from 7.0.0 to 7.0.1 in /src/ServiceComposer.AspNetCore.Tests (#298) @dependabot

1.9.0

26 Mar 10:06
1ff7d6c
Compare
Choose a tag to compare

What’s Changed

🚀 Features & improvements

🧰 Maintenance & dependencies

  • Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /src/ServiceComposer.AspNetCore.Tests (#292) @dependabot
  • Bump ApprovalTests from 5.4.6 to 5.4.7 in /src/ServiceComposer.AspNetCore.Tests (#293) @dependabot
  • Bump FakeItEasy from 6.2.1 to 7.0.0 in /src/ServiceComposer.AspNetCore.Tests (#289) @dependabot
  • Bump SimpleExec from 6.4.0 to 7.0.0 in /targets (#286) @dependabot
  • Bump MinVer from 2.4.0 to 2.5.0 in /src/ServiceComposer.AspNetCore (#284) @dependabot
  • Change log: Re-title features to features & improvements (#267) @mauroservienti
  • Change log: Add maintenance & dependencies as a category (#266) @mauroservienti
  • Change log: Add release-drafter support (#263) @mauroservienti
  • Bump ApprovalTests from 5.4.5 to 5.4.6 in /src/ServiceComposer.AspNetCore.Tests (#257) @dependabot

Thanks to Mark (markphillips100) for his contributions, support, ideas, and brainstorming.

1.8.0

05 Mar 13:09
bda2065
Compare
Choose a tag to compare

Features and improvements

  • #240: JsonSerializerSettings used by CompositionEndpointBuilder not surfaced via options
  • #211: Expose as a server option the response casing configuration
  • #204: General documentation
  • #213: Allow to decorate view model factories with HTTP attributes to bind a factory to an endpoint
  • #212: Auto register in the container view model factories
  • #198: Composition Context support
  • #214: View model factories documentation

1.7.1

10 Jan 12:12
ed6b411
Compare
Choose a tag to compare

Fixed bugs

  • #196: Fixes a multi-threading issue that could cause requests and events handlers to be not invoked as expected

1.7.0

10 Jan 12:10
af242c6
Compare
Choose a tag to compare

Features and improvements

  • #194: Expand System.Reflection.Metadata supported version range

1.6.0

10 Jan 12:09
a8e648c
Compare
Choose a tag to compare

Features and improvements

  • #190: Add multi-targeting support, netstandard2.0, netcoreapp3.1, and net5.0

1.5.1

10 Jan 11:19
386213e
Compare
Choose a tag to compare

Fixed bugs

  • #186: Fixes a bug causing requests ID to not be always available in headers

1.5.0

10 Jan 11:16
2bbdcd1
Compare
Choose a tag to compare

Features and improvements

  • #168: Support setting response status code directly in requests handlers