You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Description>The Azure Service Bus publishing/messaging & receiving implementation of the SqlTransactionalOutbox framework.
@@ -16,7 +16,7 @@ A lightweight library & framework for implementing the Transactional Outbox
16
16
<PackageTags>sql server sqlserver sql-server transactional outbox transactional-outbox outbox-pattern microservice eventservices event-services event-notifications azure service bus azurefunctions azure-functions</PackageTags>
17
17
<PackageReleaseNotes>
18
18
Release Notes:
19
-
- Bump version along with SqlTransactionalOutbox.Common.
19
+
- Bump version for new Release.
20
20
21
21
Prior Release Notes:
22
22
- (Breaking Changes) Fully migrated to Azure.Messaging.ServiceBus SDK/Library for future support; other AzureServiceBus libraries are all fully deprecated by Microsoft.
<Description>The Common interfaces and base/shared components for the SqlTransactionalOutbox framework.
@@ -16,9 +16,10 @@ A lightweight library & framework for implementing the Transactional Outbox
16
16
<PackageTags>sql server sqlserver sql-server transactional outbox transactional-outbox outbox-pattern microservice eventservices event-services event-notifications azure service bus azurefunctions azure-functions</PackageTags>
17
17
<PackageReleaseNotes>
18
18
Release Notes:
19
-
- Improved support for customizing OutboxTable Configuration and Distributed Mutex Lock settings via SqlTransactionalOutboxInitializer.Configure() initialization.
19
+
- Bump version for new Release.
20
20
21
21
Prior Release Notes:
22
+
- Improved support for customizing OutboxTable Configuration and Distributed Mutex Lock settings via SqlTransactionalOutboxInitializer.Configure() initialization.
22
23
- (Breaking Changes) Fully migrated to Azure.Messaging.ServiceBus SDK/Library for future support; other AzureServiceBus libraries are all fully deprecated by Microsoft.
23
24
- The main breaking change is now the use of ServiceBusReceivedMessage vs deprecated Message object.
24
25
- All Interfaces and the genearl abstraction are still valid so code updates are straightforward.
<Description>The Common interfaces and base/shared components for the SqlServer outbox implementation of SqlTransactionalOutbox framework.
@@ -16,9 +16,10 @@ A lightweight library & framework for implementing the Transactional Outbox
16
16
<PackageTags>sql server sqlserver sql-server transactional outbox transactional-outbox outbox-pattern microservice eventservices event-services event-notifications azure service bus azurefunctions azure-functions</PackageTags>
17
17
<PackageReleaseNotes>
18
18
Release Notes:
19
-
- Improved support for customizing OutboxTable Configuration and Distributed Mutex Lock settings via SqlTransactionalOutboxInitializer.Configure() initialization.
19
+
- Bump version for new Release.
20
20
21
21
Prior Release Notes:
22
+
- Improved support for customizing OutboxTable Configuration and Distributed Mutex Lock settings via SqlTransactionalOutboxInitializer.Configure() initialization.
22
23
- Improved Error Handling support for when Processing of Outbox has unexpected Exceptions.
23
24
- Bump version of SqlTransactionalOutbox.Common.
24
25
- Initial BETA release for default implementations of SQL Server transactional outbox.
<Description>The SQL Server outbox implementation of SqlTransactionalOutbox framework using the new Microsoft.Data.SqlClient libraries.
@@ -16,9 +16,10 @@ A lightweight library & framework for implementing the Transactional Outbox
16
16
<PackageTags>sql server sqlserver sql-server transactional outbox transactional-outbox outbox-pattern microservice eventservices event-services event-notifications azure service bus azurefunctions azure-functions</PackageTags>
17
17
<PackageReleaseNotes>
18
18
Release Notes:
19
-
- Improved support for customizing OutboxTable Configuration and Distributed Mutex Lock settings via SqlTransactionalOutboxInitializer.Configure() initialization.
19
+
- Fix bug in DefaultSqlServerOutboxRepository to use new customizable global configuration as Default.
20
20
21
21
Prior Release Notes:
22
+
- Improved support for customizing OutboxTable Configuration and Distributed Mutex Lock settings via SqlTransactionalOutboxInitializer.Configure() initialization.
22
23
- Also fixed several bugs/issues with Database loading of Null values.
23
24
- Improved Error Handling when Processing of Outbox has unexpected Exceptions.
<PackageTags>sql server sqlserver sql-server transactional outbox transactional-outbox outbox-pattern microservice eventservices event-services event-notifications azure service bus azurefunctions azure-functions</PackageTags>
17
17
<PackageReleaseNotes>
18
-
Release Notes:
19
-
- Improved support for customizing OutboxTable Configuration and Distributed Mutex Lock settings via SqlTransactionalOutboxInitializer.Configure() initialization.
18
+
Release Notes:
19
+
- Fix bug in DefaultSqlServerOutboxRepository to use new customizable global configuration as Default.
20
20
21
21
Prior Release Notes:
22
-
- Also fixed several bugs/issues with Database loading of Null values.
23
-
- Improved Error Handling when Processing of Outbox has unexpected Exceptions.
22
+
- Improved support for customizing OutboxTable Configuration and Distributed Mutex Lock settings via SqlTransactionalOutboxInitializer.Configure() initialization.
23
+
- Also fixed several bugs/issues with Database loading of Null values.
24
+
- Improved Error Handling when Processing of Outbox has unexpected Exceptions.
24
25
- Bump version of SqlTransactionalOutbox.Common.
25
26
- Fix bug with Null values not being set correctly when Adding/Updating Outbox Items.
26
27
- Initial BETA release for default implementations of SQL Server transactional outbox.
0 commit comments