1
0
mirror of synced 2024-06-26 06:17:39 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
e31d638a11 Implemented a rate limiting option for Tapeti.Cmd
Moved example 06 to the "examples" sub-folder
2020-07-03 15:51:41 +02:00
6d7e7cda92 Added bare minimum import example file to documentation 2020-06-24 13:24:58 +02:00
65bbb00751 New features for Tapeti.Cmd
- Send single message from command line
- Pipe messages to standard input
- Generate example JSON
2020-03-29 11:32:51 +02: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
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
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
82646d1b1f [skip appveyor] #9 Documentation and examples
Added Tapeti.Transient documentation.
2019-08-16 13:45:31 +02:00
25c01ee1ed [ci skip] Fixed #14: Clarify error when yielding a parallel request builder without requests
Did not implement the short-circuit to the converge method yet, as that would circumvent the controller check. Maybe later.
2019-08-15 17:45:39 +02:00
a74924af90 [skip appveyor] Moar documentation 2019-08-15 17:11:54 +02:00
c83ca889b7 [ci skip] Fixed wrong port being used for management API
Fixed exchange not being created for bindings and publishing
Added documentation for DataAnnotations package
2019-08-15 15:55:45 +02:00
46ea070865 [ci skip] More documentation, only parallel and transient requests remaining 2019-08-15 15:36:40 +02:00
dcd0436f30 [ci skip] Started writing the missing documentation 2019-08-15 14:55:15 +02:00
1fba66d105 Started flow documentation 2017-02-19 10:59:34 +01:00
80d8f24123 Fixed #15: Fix timing issue with flows when response comes in too fast
Added more documentation
2017-02-16 23:03:07 +01:00
0bcd0c087c Wrote some more documentation 2017-02-11 21:32:30 +01:00
a4e8178c44 Added the start of the ReadTheDocs documentation 2017-02-11 14:32:07 +01:00