7b8f396607
Merge branch 'feature/stateless-requestresponse' into develop
2020-03-05 10:28:02 +01:00
6e31b77b26
Added logging for binding operations
...
- IBindingLogger interface implemented in the included implementations (Console and Serilog)
Added documentation for Tapeti.Cmd
2020-03-05 10:27:46 +01:00
2745d18779
Implemented stateless request-response support
2020-02-12 11:34:51 +01:00
97a7742840
Merge branch 'release/2.0.4'
2020-01-24 14:53:17 +01:00
bbb5f6c218
Merge branch 'release/2.0.4' into develop
2020-01-24 14:53:17 +01:00
2556eedc7c
Added Flow table SQL script as embedded resource
...
For use with DbUp or other database upgrade tools
2020-01-24 14:53:11 +01:00
0169db5243
Fixed conflicting parameter for port and password in Tapeti.Cmd
2020-01-24 14:48:19 +01:00
Hans Mulder
79d353bb8f
Merge tag '2.0.3' into develop
...
2.0.3
2020-01-20 16:48:32 +01:00
Hans Mulder
8607c2b2c2
Merge branch 'hotfix/2.0.3'
2020-01-20 16:48:32 +01:00
Hans Mulder
20cfedba00
Fixed: delete flowstate when Exception occurs - parallellrequest
2020-01-20 16:47:59 +01:00
Hans Mulder
01b3aebfb8
Merge tag '2.0.2' into develop
...
2.0.2
2020-01-20 13:07:21 +01:00
Hans Mulder
c165a8e2e6
Merge branch 'hotfix/2.0.2'
2020-01-20 13:07:21 +01:00
Hans Mulder
041cd1eea1
Fixed: delete flowstate when Exception occurs
2020-01-20 13:06:55 +01:00
Hans Mulder
3519817943
Merge tag '2.0.1' into develop
2020-01-17 14:16:42 +01:00
Hans Mulder
ae2acc6614
Merge branch 'hotfix/2.0.1'
2020-01-17 14:16:41 +01:00
Hans Mulder
74a3aa19f7
Pass parameter consumeResult to handle.Cleanup - fixed cleanup state after exception
2020-01-17 14:16:13 +01:00
862edb4752
Merge branch 'release/2.0' into develop [ci skip]
2019-10-21 14:07:12 +02:00
9351861fcc
Merge branch 'release/2.0' into master
2019-10-21 14:05:58 +02:00
c453b96a86
Readme updated for 2.0 merge
2019-10-21 14:03:48 +02:00
450ab0bce4
Implemented EasyNetQ Hosepipe compatibility for Tapeti.cmd [ci skip]
2019-10-17 11:34:08 +02:00
ad7e3be558
Added shovel command to Tapeti.cmd [ci skip]
2019-10-16 14:49:23 +02:00
34da354fc2
Start of Tapeti.Cmd [ci skip]
...
Support for basic queue to/from disk operations
2019-10-16 13:54:43 +02:00
cbcfb0de54
Updated Newtonsoft.Json version
2019-10-16 10:11:27 +02:00
267db41e11
Refreshed NuGet API key
2019-10-10 17:23:47 +02:00
6d18afa6a4
Merge branch 'hotfix/1.3.4' into develop [skip appveyor]
2019-10-10 17:20:27 +02:00
dd6d6bd95a
Merge branch 'hotfix/1.3.4'
2019-10-10 17:19:42 +02:00
e5614f9d7b
Fixed #19 : No retry in Flow.SQL
2019-10-10 17:19:28 +02:00
26fb064f42
Fixed #19 : No retry in Flow.SQL
2019-10-10 16:26:13 +02:00
f88487629c
Refreshed NuGet API key [ci skip]
2019-10-10 16:10:46 +02:00
38d6f29576
Refreshed NuGet API key [ci skip]
2019-10-10 16:09:57 +02:00
2e2a77a7ae
Possible fix for #18 Two consumers from same connection after reconnect
...
- Consume calls still in the TapetiClient task queue while it is reconnecting would not be cancelled, but new calls were added as well after the reconnect
- Unrelated but useful: added LocalPort and Disconnect event to logging
2019-10-10 16:03:47 +02:00
9a85702ed8
Changed version number strategy to include CommitsSinceVersionSource
2019-10-01 10:27:48 +02:00
322d6356a7
Added more logging to UpdateVersion script
2019-10-01 10:23:25 +02:00
5020e3a82b
Added back version information
...
Got lost in the move to .NET Standard, all DLL's were version 1.0 causing some issues
2019-10-01 10:18:12 +02:00
99bc839814
Fixed consumers not restarting after a reconnect
2019-09-10 19:38:59 +02:00
8888af3d0f
Merge branch 'release/1.3.3'
2019-09-10 19:01:32 +02:00
3f9b79403a
Merge tag '1.3.3' into develop
2019-09-10 19:01:32 +02:00
74ad8fb43e
Fixed consumers after reconnect
2019-09-10 19:01:01 +02:00
a9045eea7e
[skip appveyor] Fixed ReadTheDocs badge link for the 2.0 release
2019-08-20 13:05:55 +02:00
d571e98037
Updated documentation links to introduction page
...
Added 2.0 beta release branch links
2019-08-20 13:03:28 +02:00
95e8f52abf
Reintroduced the separate introduction page, as it was causing tree issues on ReadTheDocs
2019-08-20 12:55:12 +02:00
502df0ffee
Reorganized the documentation so that the introduction is the landing page.
...
Learned that the Tapeti is now classified as endangered. No implications for this library I hope!
2019-08-20 12:17:48 +02:00
bef3961f7f
Added support for the Obsolete attribute to remove bindings and queues with backwards compatibility
...
Updated license in nuspec to comply with the new specifications
2019-08-20 11:47:53 +02:00
295b584969
Added integration packages for Autofac, Castle Windsor, Ninject and Unity IoC containers
...
First example shows the various implementations
2019-08-19 16:36:26 +02:00
c63b821b87
Fixed #11 : Do not persist flow for dynamic queues
2019-08-19 09:33:07 +02:00
23f86b3597
Finally removed the old mess of a test project, all functionality should be covered by the examples
...
Added SpeedTest example
2019-08-18 11:41:29 +02:00
84ee6f090d
[skip appveyor] Added support for ClientProperties (manual and in the AppSettings)
...
Added support for managementport in the ConnectionStringParser
Added documentation on setting the connection parameters
2019-08-18 11:06:33 +02:00
7075baeb80
[skip appveyor] #9 Documentation and examples
...
Added YieldWithParallelRequest and Tapeti.Transient examples.
2019-08-17 14:19:29 +02:00
cd80778775
[skip appveyor] Moved all example projects to the correct subfolder
2019-08-16 13:54:31 +02:00
82646d1b1f
[skip appveyor] #9 Documentation and examples
...
Added Tapeti.Transient documentation.
2019-08-16 13:45:31 +02:00