bfb5405b8a
Merge tag '1.3' into develop
2019-06-05 11:15:31 +02:00
db5d762097
Merge branch 'release/1.3'
2019-06-05 11:15:31 +02:00
bcd2cbed69
Removed MessageHandler attribute in favor of WithMembers on MessageController and Queue attributes
2019-05-27 11:48:10 +02:00
cb552cc4cb
Enabled XML Documentation generation for all projects
2019-05-23 14:00:36 +02:00
978f2b73f4
Merge branch 'hotfix/1.2.1'
2019-05-20 15:24:56 +02:00
30a32e4ac3
Merge tag '1.2.1' into develop
2019-05-20 15:24:56 +02:00
01e97a9705
Added JetBrains annotations ReSharper to prevent "is never used" hints
2019-05-20 15:24:12 +02:00
0bd9d06795
Fixed "Index out of range" when publishing from multiple thread (or from a message handler with prefetchcount > 1)
2019-05-20 15:22:40 +02:00
Menno van Lavieren
e85807f622
Enforce loading of the flowstore before lookingup continuations, to prevent a common misuse that leads to data loss. fix
2019-05-02 13:32:03 +02:00
Menno van Lavieren
785cda387f
Enforce loading of the flowstore before lookingup continuations, to prevent a common misuse that leads to data loss.
2019-05-02 13:26:59 +02:00
Menno van Lavieren
67c2fff025
MAX-1018 ModelID in workflow engine gebruiken
...
- MAX-1127 Berichten service gebruik modelID
Bug Fix in appveyor
2019-04-29 17:34:19 +02:00
Menno van Lavieren
6c88cf9e9e
Added Nuspec file to Tapti.Transient
2019-04-25 16:36:46 +02:00
Menno van Lavieren
f7382d89de
Added Tapeti.Transient to nuget publish
2019-04-25 16:16:14 +02:00
Menno van Lavieren
5cebe96aff
MAX-911 RDB Relaties samenvoegen vanuit LEF en update ontvangen in LEF
...
MAX-1081 POC Dictionary tasks in Web voor request
Bug fix reply moet ook bij de default handler niet mandatory kunnen zijn.
2019-04-25 16:06:54 +02:00
Menno van Lavieren
6cb701378d
MAX-911 RDB Relaties samenvoegen vanuit LEF en update ontvangen in LEF
...
MAX-1081 POC Dictionary tasks in Web voor request
Transient 0.1
2019-04-25 15:19:51 +02:00
Menno van Lavieren
6bc6cfe216
MAX-911 RDB Relaties samenvoegen vanuit LEF en update ontvangen in LEF
...
MAX-1081 POC Dictionary tasks in Web voor request
Setup voor Transient request response met TODO's
2019-04-24 18:04:30 +02:00
Mark van Renswoude
4c08e9b684
Merge branch 'release/1.2'
2019-03-19 11:58:32 +01:00
Mark van Renswoude
9bb192c067
Merge tag '1.2' into develop
2019-03-19 11:58:32 +01:00
Mark van Renswoude
ed421361ac
Fixed #15 : Attribute for mandatory messages
2019-03-19 11:47:52 +01:00
5b3be481e1
Fixed #6 : Use 'mandatory' on replies (review)
...
Fixed #13 : Exception for dynamic queues after reconnect
2019-02-14 15:08:04 +01:00
45c090d00d
Fixed #8 : Forwards compatibility of enums
2019-02-14 15:08:04 +01:00
d37e593b78
Fixed #5 : Dynamic queues not reinitialized after reconnect
...
- Tasks in the TapetiWorker are no longer async, as that splits it in multiple tasks (and only because of a delay in GetChannel, there's no real point to the async code otherwise) which causes issues with publisher confirms
2019-02-14 15:08:04 +01:00
60c7020a2c
Fixed #6 : Use 'mandatory' on replies
2019-02-14 15:08:04 +01:00
37d55ac71d
Fixed #7 : Do not allow null for reply object in case of a Request attribute
2019-02-14 15:08:03 +01:00
1ffe837d06
Merge tag '1.1.1' into develop
...
release 1.1.1 1.1.1
2019-01-08 16:37:32 +01:00
7b4aa1660f
Merge branch 'release/1.1.1'
2019-01-08 16:37:31 +01:00
dcd22742e7
Implemented logging for connection events
2019-01-08 16:36:52 +01:00
f658e90fc3
Merge branch 'release/1.1.0'
2019-01-07 16:54:52 +01:00
a5aec88fa4
Merge tag '1.1.0' into develop
...
release 1.1.0
2019-01-07 16:54:52 +01:00
182459edbc
Controller and method name in TopologyConfigurationException
2019-01-07 16:53:30 +01:00
4ab6f67ea6
Added lifestyle parameters to SimpleInjectorDependencyResolver
2018-12-28 15:34:58 +01:00
3479f38c6d
Merge branch 'hotfix/1.0.1'
2018-12-21 15:30:00 +01:00
1a5dcbf74d
Merge tag '1.0.1' into develop
...
Fix deprecated message in package descriptions 1.0.1
2018-12-21 15:30:00 +01:00
aa62ac8b25
Revert "Deprecated notice in package descriptions"
...
This reverts commit ee6b9c6eeed943405174d112312d2f2359513447.
Inadvertently merged into master and develop, should've been 0.9 only
2018-12-21 15:29:31 +01:00
72ffff3429
Merge tag '1.0' into develop
...
1.0 release 1.0
2018-12-21 11:10:54 +01:00
ccf508c5df
Merge branch 'release/1.0'
2018-12-21 11:10:53 +01:00
81cc0223cc
Merge tag '0.9.1' into develop
...
Fixed NRE with async methods returning a message 0.9.1
2018-12-21 10:50:44 +01:00
e4972e7b79
Merge branch 'hotfix/0.9.1'
2018-12-21 10:50:44 +01:00
f6c4ccdadc
Fixed NRE with async methods returning a message
2018-12-21 10:50:06 +01:00
91ce1555d5
Fixed NRE with async methods returning a message
2018-12-21 10:49:30 +01:00
c5f2c4ba89
Typo in AppVeyor.yml
2018-12-19 22:17:04 +01:00
d6bbc16866
Merge tag '0.9' into develop
...
Officially deprecated the X2Software packages 0.9
2018-12-19 22:05:50 +01:00
c644b0d2b4
Merge branch 'hotfix/0.9'
2018-12-19 22:05:50 +01:00
48f1cd92b8
Deprecated notice in package descriptions
...
Pun for version "oh nein" intended.
2018-12-19 22:04:55 +01:00
9708c9880e
Added Tapeti.Flow.SQL to AppVeyor build
2018-12-19 21:58:50 +01:00
85572717b2
Merge tag '0.6.1' into develop
...
bugfix for 0.6.0 0.6.1
2018-12-19 21:42:58 +01:00
f6e49bf89a
Merge branch 'hotfix/0.6.1'
2018-12-19 21:42:57 +01:00
02debfb82a
Fixed incorrect assertion caused by fixing "code issues" (oh the irony)
2018-12-19 21:42:04 +01:00
525e83bde9
Implemented SQL flow repository
2018-12-19 21:41:19 +01:00
2042cc074f
Fixed incorrect assertion caused by fixing "code issues" (oh the irony)
2018-12-19 21:40:53 +01:00