Releases: adimiko/TransactionalBox
Releases · adimiko/TransactionalBox
0.0.1-alpha28
Updated README.md
0.0.1-alpha27
What's Changed
- Added info about standalone inbox (docs) by @adimiko in #321
- Added ADR (Message compression) by @adimiko in #322
- Added ADR (Adjusting optimal transport message size) by @adimiko in #323
- Added ADR (Mark as processed instead delete messages) by @adimiko in #324
- Added description in outbox settings (docs) by @adimiko in #325
- Added description for inbox settings (docs) by @adimiko in #326
- Refactored inbox and outbox settings (docs) by @adimiko in #327
- Updated introduction (docs) by @adimiko in #328
- Updated introduction (docs) by @adimiko in #329
- Bump Microsoft.VisualStudio.Azure.Containers.Tools.Targets from 1.20.1 to 1.21.0 by @dependabot in #330
Full Changelog: 0.0.1-alpha26...0.0.1-alpha27
0.0.1-alpha26
What's Changed
- Refactored ADRs by @adimiko in #312
- Added ADR (change structure of project) by @adimiko in #313
- Added ADR (main namespace) by @adimiko in #314
- Added ADR (Batch processing of messages) by @adimiko in #315
- Added disclaimer to ADRs by @adimiko in #316
- Added terms (docs) by @adimiko in #317
- Removed unnecessary comments by @adimiko in #318
- Updated packages (docs) by @adimiko in #319
- Created multiple repositories from one (refactored inbox) by @adimiko in #320
Full Changelog: 0.0.1-alpha25...0.0.1-alpha26
0.0.1-alpha25
What's Changed
- Changed InboxContext to ServiceContext by @adimiko in #300
- Refactored OutboxExtensionAddOutbox by @adimiko in #302
- Added info for outbox and inbox (docs) by @adimiko in #303
- Added processing steps for outbox and inbox (docs) by @adimiko in #304
- Added samples to docoumentation by @adimiko in #305
- Renamed extension method for Entity Framework Core by @adimiko in #310
- Added ADR (Hook processisng instead of interval processing) by @adimiko in #311
Full Changelog: 0.0.1-alpha24...0.0.1-alpha25
0.0.1-alpha24
What's Changed
- Bump braces from 3.0.2 to 3.0.3 in /documentation by @dependabot in #283
- Bump coverlet.collector from 6.0.0 to 6.0.2 by @dependabot in #282
- Bump xunit.runner.visualstudio from 2.4.5 to 2.8.1 by @dependabot in #281
- Bump Confluent.Kafka from 2.3.0 to 2.4.0 by @dependabot in #280
- Bump Microsoft.EntityFrameworkCore.Abstractions from 8.0.2 to 8.0.6 by @dependabot in #279
- Moved tests for distributed lock by @adimiko in #284
- Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.10.0 by @dependabot in #278
- Removed old sample by @adimiko in #285
- Added one implementation of assembly configurator for inbox and outbox by @adimiko in #286
- Bump Microsoft.IO.RecyclableMemoryStream from 3.0.0 to 3.0.1 by @dependabot in #291
- Bump xunit.assert from 2.4.2 to 2.8.1 by @dependabot in #289
- Bump MartinCostello.Logging.XUnit from 0.3.0 to 0.4.0 by @dependabot in #288
- Bump Microsoft.VisualStudio.Azure.Containers.Tools.Targets from 1.19.5 to 1.20.1 by @dependabot in #287
- Bump Microsoft.EntityFrameworkCore.Relational and Microsoft.EntityFrameworkCore by @dependabot in #290
- Bump xunit from 2.5.0 to 2.8.1 by @dependabot in #294
- Bump xunit.extensibility.core from 2.4.2 to 2.8.1 by @dependabot in #293
- Added logging for duplicated messages by @adimiko in #295
- Added link to packages (docs) by @adimiko in #296
- Removed old demo by @adimiko in #297
- Refactored docs by @adimiko in #298
- Added logging (AddedMessagesToInbox) by @adimiko in #299
Full Changelog: 0.0.1-alpha23...0.0.1-alpha24
0.0.1-alpha23
What's Changed
- Updated landing page (docs) by @adimiko in #249
- Updated ports for bank sample by @adimiko in #250
- Updated documentation (inbox and outbox sections) by @adimiko in #251
- Bump Microsoft.Extensions.Logging.Abstractions and Microsoft.Extensions.DependencyInjection.Abstractions by @dependabot in #266
- Bump Serilog.Enrichers.Environment from 2.3.0 to 3.0.0 by @dependabot in #265
- Bump Swashbuckle.AspNetCore from 6.4.0 to 6.6.2 by @dependabot in #264
- Bump Microsoft.AspNetCore.OpenApi from 8.0.1 to 8.0.6 by @dependabot in #263
- Bump Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore and Microsoft.EntityFrameworkCore.Abstractions by @dependabot in #262
- Moved internal packages to exist public packages by @adimiko in #277
New Contributors
- @dependabot made their first contribution in #266
Full Changelog: 0.0.1-alpha22...0.0.1-alpha23
0.0.1-alpha22
0.0.1-alpha21
What's Changed
- Added basic sample (bank) by @adimiko in #235
- Added basic sample (bank) by @adimiko in #236
- Removed unit of work and added method to IOutbox (TransactionCommited) by @adimiko in #237
- Fixed DateTime in Inbox by @adimiko in #238
- Added new diagrams and updated README by @adimiko in #239
- Updated docs by @adimiko in #240
- Refactored Outbox by @adimiko in #241
- Refactored inbox by @adimiko in #242
- Changed project struture (easier use for the end user) by @adimiko in #243
Full Changelog: 0.0.1-alpha20...0.0.1-alpha21
0.0.1-alpha20
What's Changed
- Refactored UnitOfWork by @adimiko in #228
- Added draft end2end test by @adimiko in #229
- Refactored transport payload by @adimiko in #230
- Refactored end2end tests by @adimiko in #231
- Refactored end2end tests by @adimiko in #232
- Added XML summary by @adimiko in #233
- Added content to docs and refactored code by @adimiko in #234
Full Changelog: 0.0.1-alpha19...0.0.1-alpha20
0.0.1-alpha19
What's Changed
- Added sequential GUID (based on timestamp and randomness) by @adimiko in #222
- Added general roadmap and updated main section by @adimiko in #223
- Updated landing page (docs) by @adimiko in #224
- Refactored settings configuration by @adimiko in #225
- Added transport header to decompression by @adimiko in #226
- Updated github workflows by @adimiko in #227
Full Changelog: 0.0.1-alpha18...0.0.1-alpha19