1. 29 Apr, 2018 2 commits
  2. 28 Apr, 2018 2 commits
  3. 26 Apr, 2018 1 commit
  4. 25 Apr, 2018 3 commits
  5. 20 Apr, 2018 1 commit
  6. 18 Apr, 2018 9 commits
  7. 17 Apr, 2018 2 commits
  8. 16 Apr, 2018 2 commits
  9. 12 Apr, 2018 3 commits
  10. 11 Apr, 2018 1 commit
  11. 10 Apr, 2018 1 commit
  12. 09 Apr, 2018 8 commits
  13. 08 Apr, 2018 2 commits
  14. 31 Mar, 2018 1 commit
  15. 27 Mar, 2018 1 commit
    • Savorboard's avatar
      Remove database queue mode (#102) · 77282fe1
      Savorboard authored
      * Improve the implementation mechanism of queue mode. #96
      
      * refactor the code .
      
      * add Copyright & License description into header text of code files.
      
      * refactor
      
      * set version to 2.2.0
      
      * update unit tests.
      
      * add exception class to process the publish send and subscriber exectution exception
      
      * modify first retry time to three.
      
      * code refactor.
      
      * add retry mechanism
      
      * code refactor
      
      * refactor consumer execution
      
      * fix spell error
      
      * remove dashboard  `processing ` content.
      
      * Modify the retry to retry the message only 4 minutes ago.
      
      * update samples
      
      * update ci configuration.
      77282fe1
  16. 16 Mar, 2018 1 commit
    • Savorboard's avatar
      Release version 2.1.4 (#97) · e5575427
      Savorboard authored
      * Fixed the connection bug of getting message from table. #83
      
      * update version to 2.1.4
      
      * remove `TableNamePrefix` option from `MySqlOptions` to `EFOptions`.  #84
      
      * fixed entityframework rename table name prefix bug.  #84
      
      * fixed sql server scripts bug of create table scheme. #85
      
      * fixed entityframework rename table name prefix bug. #84
      
      * modify error message of logger write
      
      * Fixed bug of the FailedRetryCount does not increase when raised SubscriberNotFoundException. #90
      
      * Fixed thread safety issue about KafkaOptions. #89
      
      * upgrade nuget package
      e5575427