Brighter Versions Save

A framework for building messaging apps with .NET and C#.

9.7.1

8 months ago

🚀 Features

  • Add random sharding for the DynamoDb outbox to avoid resource limiting on GSI @jtsalva (#2813)
  • Add DynamoDbInbox configurability @jtsalva (#2838)

🛠️ Dependencies

  • chore(deps): bump aws-actions/configure-aws-credentials from 2 to 3 @dependabot (#2799)
  • chore(deps): bump dotnet-ef from 7.0.10 to 7.0.11 @dependabot (#2840)
  • chore(deps): bump actions/checkout from 3 to 4 @dependabot (#2801)
  • chore(deps): bump AWSSDK.S3 from 3.7.203.16 to 3.7.204.1 @dependabot (#2839)
  • chore(deps): bump AWSSDK.DynamoDBv2 from 3.7.201.12 to 3.7.201.14 @dependabot (#2835)
  • chore(deps): bump AWSSDK.SecurityToken from 3.7.201.37 to 3.7.201.39 @dependabot (#2834)

9.6.3

8 months ago

Changes

  • Ensure that we do not MT_Quit on ASB Sessions @preardon (#2812)

9.6.2

8 months ago

Changes

  • Azure Blob Archiver features @preardon (#2800)

🛠️ Dependencies

  • chore(deps): bump dotnet-ef from 7.0.9 to 7.0.10 @dependabot (#2779)

9.6.1

9 months ago

Changes

  • Remove Logging of Body from Message Pump @preardon (#2776)

🐛 Bug Fixes

  • fix(Moq): Removed Moq and moved tests to FakeItEasy #2773 @holytshirt (#2775)

9.6.0

9 months ago

Changes

  • [Snyk] Security upgrade rabbitmq from 3-management to management @iancooper (#2706)
  • Add ASB Sessions @preardon (#2717) (#2731)
  • Add Begnings of Control @preardon (#2700)

🐛 Bug Fixes

  • fix(SeviceActivator): Logs unhandled exceptions in handlers as error … @holytshirt (#2758)
  • Ensure we support net7.0 explicitly @iancooper (#2720)
  • Fix Outbox dispatched query @preardon (#2730)
  • Fix Node Status Health Check @preardon (#2729)

🛠️ Dependencies

  • chore(deps): bump dotnet-ef from 7.0.8 to 7.0.9 @dependabot (#2748)
  • chore(deps): bump dotnet-ef from 5.0.10 to 7.0.8 @dependabot (#2713)
  • chore(deps): bump Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions from 7.0.7 to 7.0.8 @dependabot (#2714)
  • Ensure we support net7.0 explicitly @iancooper (#2720)
  • chore(deps): AWSSDK, Microsoft.NET.Test.Sdk, Moq @holytshirt (#2771)

Full Changelog: https://github.com/BrighterCommand/Brighter/compare/9.5.10...9.6.0

9.6.0-Preview2

10 months ago

Changes

  • ASB Sessions Fix @preardon (#2731)
  • Fix Outbox dispatched query @preardon (#2730)
  • Fix Node Status Health Check @preardon (#2729)
  • [Snyk] Security upgrade rabbitmq from 3-management to management @iancooper (#2706)

🐛 Bug Fixes

  • Ensure we support net7.0 explicitly @iancooper (#2720)

🛠️ Dependencies

  • chore(deps): bump dotnet-ef from 5.0.10 to 7.0.8 @dependabot (#2713)
  • chore(deps): bump Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions from 7.0.7 to 7.0.8 @dependabot (#2714)
  • Ensure we support net7.0 explicitly @iancooper (#2720)

9.6.0-Preview1

11 months ago

Changes

  • Add ASB Sessions @preardon (#2717)
  • Add Begnings of Control @preardon (#2700)

9.5.10

11 months ago

What's Changed

Full Changelog: https://github.com/BrighterCommand/Brighter/compare/9.5.9...9.5.10

9.5.9

11 months ago

Changes

  • Fix UnwrapWith not setting base step value @KieranBond (#2691)
  • Add Ability to Upload in Parallel @preardon (#2690)

9.5.8

11 months ago

Changes

  • cleanup AzureServiceBus @SimonCropp (#2606)
  • Fix SQL Archiving @preardon (#2677)

🐛 Bug Fixes

  • fix: Adds missing Call functionality when using Azure Service Bus @DevJonny (#2674)