CAP

Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern

MIT License

Stars
6.5K
Committers
110

Bot releases are hidden (Show)

CAP - 2.0.2

Published by yang-xiaodong about 7 years ago

Bug Fixed

Fixed asp.net core 2.0 startup error about issue #44 of MySql and PostgreSql

CAP - 2.0.1

Published by yang-xiaodong about 7 years ago

Bug Fixed:

  1. DbContext services bug. (#44)
  2. Dependency injection bug. (#45)
CAP - 2.0.0

Published by yang-xiaodong about 7 years ago

Features:

  • supported .net standard 2.0
  • supported PostgreSQL 9.5+
  • supported asynchronous function subscriptions
  • ICapPublisher api supported callback subsrciber

Bug Fixed:

  • fixed multiple subscriber subscribe bug.(#38)
  • fixed model binde bug.(#17,#18)
  • fixed database connection disposed bug. (#25)
  • fixed consumer method injection context bug.(#34)
CAP - 1.1.0

Published by yang-xiaodong about 7 years ago

Feature

  • Supported MySQL database persistent message.
  • Add message failed call-back in CapOptions.
  • Remove publish messages API of string name at ICapPublisher.

Bug Fix

  • Code refactor.
  • Fixed bug (#17 , #18).
CAP - 1.0.1

Published by yang-xiaodong about 7 years ago

  • ICapPublisher interface add synchronous publish API.
  • Add infinity retry failed processor.
CAP - 1.0.0

Published by yang-xiaodong over 7 years ago