8000 Tags · wilson6/CAP · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: wilson6/CAP

Tags

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 2.3.1 (dotnetcore#221)

* Update README.zh-cn.md

* Delete README.2.2.md

* Fix  flush unclaer data bugs.

* Update README.md

* Update README.md

* Update README.zh-cn.md

* update readme.md to add the subscriber group descriptions.

* update readme

* update version to 2.3.1

* add SnowflakeId unit tests

* update build.cake for unit test adjustment

* remove unused config file

* update readme

* update readme

* Fixed dashboard messages requeue error. ( dotnetcore#205 )

* Refactoring

* Fixed SnowflakeId workerId to random id.

* Update README.md

* upgrade dependent nuget packages.

* Add SourceLink Support

v2.3.0

Toggle v2.3.0's commit message
Cleanup Code

v2.2.5

Toggle v2.2.5's commit message
Release 2.2.5 (dotnetcore#162)

* update version to 2.2.4

* Fixed Incorrect local IP address judgment of IPv6. (dotnetcore#140)

* Fixed DateTime localization format conversion error to sql.(dotnetcore#139)

* update version to 2.2.5

* remove unused constructor.

* Fixed DateTime localization format conversion error to sql.(dotnetcore#139)

* Improved logging

* support RabbitMQ cluster configuration.

* Fixed dashboard message page re-requeue and re-executed  operate bug. (dotnetcore#158)

* refactor code

* refactor log extensions.

* refactor retry task processor.

* Fixed  configuration options of FailedThresholdCallback could not be invoke when the value less then three.  (dotnetcore#161)

* update samples.

* Fixed SendAsync or ExecuteAsync recursion retries bug. (dotnetcore#160)

* Fixed SendAsync or ExecuteAsync recursion retries bug. (dotnetcore#160)

v2.2.4

Toggle v2.2.4's commit message
update version to 2.2.4 (dotnetcore#138)

v2.2.3

Toggle v2.2.3's commit message
Merge branch 'develop' of https://github.com/dotnetcore/CAP

# Conflicts:
#	build/version.props
#	samples/Sample.Kafka.MySql/Sample.Kafka.MySql.csproj
#	samples/Sample.RabbitMQ.MySql/AppDbContext.cs
#	samples/Sample.RabbitMQ.MySql/Program.cs
#	samples/Sample.RabbitMQ.MySql/Sample.RabbitMQ.MySql.csproj
#	src/DotNetCore.CAP/LoggerExtensions.cs

v2.2.2

Toggle v2.2.2's commit message
Release 2.2.2 (dotnetcore#121)

* fixed message enqueue exception in v2.2

* add log to samples

* Improved log output.  dotnetcore#114

* add default timeout configuration for kafka client.

* fixed retry processor bugs.

* Fixed kafka producer exception log without logging when publish message.

* update version num to 2.2.2

* rename configuration options FailedCallback to FailedThresholdCallback

* rename files name.

* remove unused files.

* modify the error comments.

* update samples.

* add logs.

v2.2.1

Toggle v2.2.1's commit message
fixed message enqueue exception in v2.2 (dotnetcore#115)

v2.2.0

Toggle v2.2.0's commit message
merged pr#113

v2.1.4

Toggle v2.1.4's commit message
Release version 2.1.4 (dotnetcore#97)

* Fixed the connection bug of getting message from table. dotnetcore#83

* update version to 2.1.4

* remove `TableNamePrefix` option from `MySqlOptions` to `EFOptions`.  dotnetcore#84

* fixed entityframework rename table name prefix bug.  dotnetcore#84

* fixed sql server scripts bug of create table scheme. dotnetcore#85

* fixed entityframework rename table name prefix bug. dotnetcore#84

* modify error message of logger write

* Fixed bug of the FailedRetryCount does not increase when raised SubscriberNotFoundException. dotnetcore#90

* Fixed thread safety issue about KafkaOptions. dotnetcore#89

* upgrade nuget package

v2.1.3

Toggle v2.1.3's commit message
fixed thread conflict issue when sending messages with PublishAsync. d…

…otnetcore#80
0