Skip to content

Releases: meceqs/meceqs

.NET 5 Update

11 Nov 15:24
Compare
Choose a tag to compare

This release updates all packages to .NET 5 and is therefore a breaking change.

.NET Core 3.1 Upgrade

05 Feb 06:32
Compare
Choose a tag to compare

Meceqs now requires .NET Core 3.1 LTS

.NET Core 3 Upgrade

11 Oct 08:26
Compare
Choose a tag to compare

Upgrades Meceqs to work with .NET Core 3. The main libraries still target netstandard2.0 but the ASP.NET Core libraries now target netcoreapp3.0 as only that is supported by ASP.NET Core 3.

This therefore is a breaking change!

Service Bus improvements

06 Apr 10:17
Compare
Choose a tag to compare

This is a breaking change!

  • The Service Bus transport now uses the Service Bus message fields (ContentType & Label) exclusively to serialize/deserialize messages.
  • The Service Bus transport now also allows skipping unknown messages, but this still only works on the default "Receive" pipeline.

Serialization improvements

01 Mar 15:32
Compare
Choose a tag to compare

The serialization provider now always looks at the object type to find the correct serializer

Bugfix: Swagger didn't use new serialization logic

22 Feb 09:40
Compare
Choose a tag to compare
v0.10.0

Bugfix: Swagger didn't use the new serialization logic

Multiple serializers & Event Hubs package update

22 Feb 08:45
Compare
Choose a tag to compare
  • store serializers in list to enable priorities
  • adds a method to get the serializer based on type
  • HttpSender sends a list of "Accept" content types
  • AddJsonSerialization -> AddJsonSerializer
  • Updates EventHubs package to 3.0.0

Breaking HTTP serialization format; dependency updates

14 Feb 13:55
Compare
Choose a tag to compare

Meceqs now only serializes the "message" in the HTTP body. The envelope properties are serialized as HTTP headers.

.NET Core 2.2 & dependency updates

18 Jan 19:10
Compare
Choose a tag to compare
v0.7.0

.NET Core 2.2 & package updates

v0.6.0

19 Sep 11:33
Compare
Choose a tag to compare

First public release