Releases: BrighterCommand/Brighter
Releases · BrighterCommand/Brighter
9.1.15
9.1.4
9.1.3
Changes
- Outbox Transaction Fixed @preardon (#2171)
- WebAPI Dapper Example @iancooper (#2123)
- Cleaned MsSqlOutbox and fix Connection Management for MySql @preardon (#2106)
- WebAPI and Dapper Example @iancooper (#2022)
- Fix incorrect naming @lukashovancik (#2122)
- Health checks and configuration @preardon (#2065)
- Improve .netstandard 2.0 compatibility fix #2056 @IlSocio (#2057)
- Update documentation for EFCore_WebApi example @omelianlevkovych (#2054)
- Fix Build for Health move @preardon (#2039)
- Moved Healt Checks into src @preardon (#2038)
- Add Microsoft HealthChecks for Service Activators. @preardon (#2021)
- Web and EF Core Example @iancooper (#2002)
- Add the option to turn on or of encryption on MsSql Server Connection @preardon (#2007)
- Add Chained Credentials for Azure @preardon (#2005)
- Update all the dependencies we have not updated in a while @iancooper (#1996)
- Support Fluent Configuration of Our Inbox @iancooper (#1993)
🚀 Features
- Web API with Dynamo Update @iancooper (#2164)
- WebAPI Dynamo Db Sample @iancooper (#2155)
🛠️ Dependencies
- chore(deps): bump Microsoft.EntityFrameworkCore.Design from 6.0.4 to 6.0.5 @dependabot (#2118)
- chore(deps): bump actions/upload-artifact from 2 to 3 @dependabot (#2105)
- chore(deps): bump MinVer from 3.0.0 to 3.1.0 @dependabot (#2041)
- chore(deps): bump AWSSDK.SimpleNotificationService from 3.7.3.36 to 3.7.3.40 @dependabot (#2051)
- chore(deps): bump AWSSDK.DynamoDBv2 from 3.7.3.11 to 3.7.3.15 @dependabot (#2050)
- chore(deps): bump AWSSDK.SQS from 3.7.2.33 to 3.7.2.37 @dependabot (#2049)
- chore(deps): bump AWSSDK.SecurityToken from 3.7.1.128 to 3.7.1.132 @dependabot (#2048)
- chore(deps): bump MySqlConnector from 2.1.7 to 2.1.8 @dependabot (#2019)
- chore(deps): bump AWSSDK.SecurityToken from 3.7.1.120 to 3.7.1.124 @dependabot (#2018)
- chore(deps): bump AWSSDK.DynamoDBv2 from 3.7.3.4 to 3.7.3.7 @dependabot (#2017)
- chore(deps): bump AWSSDK.SimpleNotificationService from 3.7.3.29 to 3.7.3.32 @dependabot (#2016)
- chore(deps): bump AWSSDK.SQS from 3.7.2.26 to 3.7.2.29 @dependabot (#2015)
- chore(deps): bump Moq from 4.17.1 to 4.17.2 @dependabot (#2020)
- chore(deps): bump Moq from 4.16.1 to 4.17.1 @dependabot (#2012)
- chore(deps): bump AWSSDK.SQS from 3.7.2.23 to 3.7.2.26 @dependabot (#2014)
- chore(deps): bump AWSSDK.SecurityToken from 3.7.1.117 to 3.7.1.120 @dependabot (#2013)
- chore(deps): bump AWSSDK.DynamoDBv2 from 3.7.3.1 to 3.7.3.4 @dependabot (#2010)
- chore(deps): bump AWSSDK.SimpleNotificationService from 3.7.3.26 to 3.7.3.29 @dependabot (#2009)
- chore(deps): bump RabbitMQ.Client from 6.2.3 to 6.2.4 @dependabot (#2011)
9.1.2
9.1.1
9.1.0
Changes
- Fix Unit Tests for Sweeper @preardon (#1989)
- Moved the Implicit clear to not cross sync and Async @preardon (#1981)
- Move the sweeping logic into the Command Processor @preardon (#1977)
- Extend Web EF Core example to show scopes in Host Builder with Brighter @iancooper (#1965)
- Fix MySql Tests @preardon (#1976)
- Make the Bulk send batch size configurable @preardon (#1974)
- CommandProcessor Bulk Clear #1764 @preardon (#1927)
🐛 Bug Fixes
- Pipeline failures are ConfigurationExceptions @iancooper (#1980)
🛠️ Dependencies
- chore(deps): bump AWSSDK.SecurityToken from 3.7.1.110 to 3.7.1.112 @dependabot (#1971)
- chore(deps): bump AWSSDK.SQS from 3.7.2.16 to 3.7.2.18 @dependabot (#1970)
- chore(deps): bump AWSSDK.SimpleNotificationService from 3.7.3.19 to 3.7.3.21 @dependabot (#1969)
- chore(deps): bump AWSSDK.DynamoDBv2 from 3.7.2.14 to 3.7.2.17 @dependabot (#1968)
- chore(deps): bump FluentAssertions from 6.3.0 to 6.4.0 @dependabot (#1960)
- chore(deps): bump AWSSDK.SQS from 3.7.2.7 to 3.7.2.16 @dependabot (#1959)
- chore(deps): bump Hellang.Middleware.ProblemDetails from 6.3.0 to 6.4.0 @dependabot (#1962)
- chore(deps): bump AWSSDK.DynamoDBv2 from 3.7.2.5 to 3.7.2.14 @dependabot (#1958)
- chore(deps): bump MySqlConnector from 2.0.0 to 2.1.5 @dependabot (#1956)
- chore(deps): bump AWSSDK.SimpleNotificationService from 3.7.3.9 to 3.7.3.19 @dependabot (#1957)
- chore(deps): bump Npgsql.EntityFrameworkCore.PostgreSQL from 5.0.10 to 6.0.3 @dependabot (#1954)
- chore(deps): bump AWSSDK.SecurityToken from 3.7.1.100 to 3.7.1.110 @dependabot (#1953)
- chore(deps): bump FakeItEasy from 7.2.0 to 7.3.0 @dependabot (#1949)
- chore(deps): bump Polly from 7.2.2 to 7.2.3 @dependabot (#1946)
9.0.1
Full Changelog: 8.1.1399...9.0.1
9.0.1-preview.8
Changes
- Postgres outbox transaction provider @samrumley88 (#1936)
- Install dotnet 6 in CodeQL Pipeline @preardon (#1931)
- Clear Outbox Async Checking Sync Producer @preardon (#1926)
🚀 Features
- Create a Producer Registry to allow Command Processor to send via multiple producers @iancooper (#1898)
🛠️ Dependencies
- chore(deps): bump AWSSDK.SQS from 3.7.2.5 to 3.7.2.7 @dependabot (#1930)
- chore(deps): bump FluentAssertions from 6.2.0 to 6.3.0 @dependabot (#1928)
- chore(deps): bump AWSSDK.DynamoDBv2 from 3.7.2.3 to 3.7.2.5 @dependabot (#1929)
- chore(deps): bump AWSSDK.SecurityToken from 3.7.1.99 to 3.7.1.100 @dependabot (#1924)
- chore(deps): bump AWSSDK.DynamoDBv2 from 3.7.2.3 to 3.7.2.4 @dependabot (#1923)
- chore(deps): bump AWSSDK.SimpleNotificationService from 3.7.3.7 to 3.7.3.9 @dependabot (#1920)
9.0.1-preview.7
Changes
- Fix Outbox Transaction Issues @preardon (#1919)
- Index Dispatched column in MSSQL outbox @christysalter (#1897)
🛠️ Dependencies
- chore(deps): bump AWSSDK.SQS from 3.7.2.4 to 3.7.2.5 @dependabot (#1917)
- chore(deps): bump AWSSDK.SecurityToken from 3.7.1.97 to 3.7.1.99 @dependabot (#1910)
- chore(deps): bump System.Text.Json from 6.0.0 to 6.0.1 @dependabot (#1914)
- chore(deps): bump AWSSDK.DynamoDBv2 from 3.7.2.1 to 3.7.2.3 @dependabot (#1913)
- chore(deps): bump AWSSDK.SQS from 3.7.2.3 to 3.7.2.4 @dependabot (#1901)
- chore(deps): bump AWSSDK.SimpleNotificationService from 3.7.3.6 to 3.7.3.7 @dependabot (#1900)
- chore(deps): bump AWSSDK.SimpleNotificationService from 3.7.3.5 to 3.7.3.6 @dependabot (#1895)
- chore(deps): bump AWSSDK.SecurityToken from 3.7.1.96 to 3.7.1.97 @dependabot (#1894)
- chore(deps): bump Azure.Messaging.ServiceBus from 7.5.0 to 7.5.1 @dependabot (#1893)
- chore(deps): bump AWSSDK.DynamoDBv2 from 3.7.2 to 3.7.2.1 @dependabot (#1892)
- chore(deps): bump AWSSDK.SQS from 3.7.2.2 to 3.7.2.3 @dependabot (#1891)
- chore(deps): bump Hellang.Middleware.ProblemDetails from 6.2.0 to 6.3.0 @dependabot (#1883)
- chore(deps): bump AWSSDK.SimpleNotificationService from 3.7.3.2 to 3.7.3.5 @dependabot (#1887)
- chore(deps): bump AWSSDK.SecurityToken from 3.7.1.92 to 3.7.1.96 @dependabot (#1886)
- chore(deps): bump AWSSDK.SQS from 3.7.1.45 to 3.7.2.2 @dependabot (#1885)
- chore(deps): bump AWSSDK.DynamoDBv2 from 3.7.0.103 to 3.7.2 @dependabot (#1884)