Savorboard
aaecabe589
V3.0 ( #452 )
* Architectural refactoring
* Add new memory serializer
* code refactor
* Add service inject
* update to publish
* Fix message consumer bugs
* upgrade to netcoreapp3.0
* remove discoverys code
* remove unused files
* Code refactor
* code cleanup
* remove unused file
* upgrade nuget and upgrade framework to netstandard 2.1
* add async support for CAPTransaction
* bug fixed
* Typo: "Getting Stared"
* Add dashboard api interface
* Add Nodediscovry
* remove unused file
* upgrade dashoboard module
* Rename file
* Refactoring postgresql implementation for version 3.0
* Fixed mysql dashboard query bug
* Code refactoring
* Refactoring sqlserver implementation for version 3.0
* Refactoring mongo implementation for version 3.0
* Add index for mysql table
* Fixed sqlserver connection async issue
* Refactoring kafka transport implementation for version 3.0
* Refactoring inmemory storage implementation for version 3.0
* Refactoring azure serverbus transport implementation for version 3.0
* Update samples to netcoreapp3.0
* Refactoring namespace
* Change System.Text.Json to Json.NET
* Code refactoring
* Rename class
* Fix obsolete
* Fix kafka consumer client bugs
* Fix sql reader column index error
* Introduced rewrite table name option
* Introduced rewrite table name option
* Introduced rewrite table name option for pgsql
* Introduced rewrite table name option
* Fix SqlServer service injection bug
* Fix sql bug
* Fix Kafka transport check not working bug. #436
* code cleanup
* update samples
* Adjust dashboard display
* Refacing diagnostics tracing module.
* Code cleanup
* Remove outdated unit tests
* Add sync publish method with additional header
* update version to 3.0
* Add fake transport fot unit tests
* Support null value of message body.
* Rename class
* Rename class
* Fix mysql unit tests
* Fix loops when configuration items are abnormal or unreachable. #444
* Refactoring
* Add sqlsever samples
* Schema renaming to lowercase is more conformant
* Fix SQL Server tranaction error in entityframework. #402
* update readme
* update ci yml
* Remove the database integration test
* fix build error
* upgrade mongo nuget package to 2.10.0, because 2.8.0 have bugs in .net core 3.0
* Fix mongodb dashboard query bugs
* update samples
* Fix postgresql storage bugs
* Fix build error
* Fix unit tests
* Fix build errorFix unit tests
* Add Kafka options to support custom header to add offset and partition into CapHeader. #374
4 years ago
Savorboard
cf3829993b
Fix unit tests
5 years ago
Savorboard
2f4b65b457
Refactoring
5 years ago
Savorboard
6583c9aff3
Fix loops when configuration items are abnormal or unreachable. #444
5 years ago
Savorboard
66b9eb9851
Rename class
5 years ago
Savorboard
5d7c779654
Rename class
5 years ago
Savorboard
cb86c9522b
Support null value of message body.
5 years ago
Savorboard
772a509ce6
Add sync publish method with additional header
5 years ago
Savorboard
82416af83a
Code cleanup
5 years ago
Savorboard
fa9b4a3b05
Refacing diagnostics tracing module.
5 years ago
Savorboard
11d61b4694
code cleanup
5 years ago
Savorboard
46cdfa1797
Fix Kafka transport check not working bug. #436
5 years ago
Savorboard
eb90cac6d9
Code refactoring
5 years ago
Savorboard
02c0eefd07
Change System.Text.Json to Json.NET
5 years ago
Savorboard
b3aeb1a247
Refactoring namespace
5 years ago
Savorboard
004ed56991
Refactoring kafka transport implementation for version 3.0
5 years ago
Savorboard
c4f4f5f484
upgrade dashoboard module
5 years ago
Savorboard
1d67da713a
Add dashboard api interface
5 years ago
Savorboard
d5314e1ae3
bug fixed
5 years ago
Savorboard
ce06c23c46
add async support for CAPTransaction
5 years ago
Savorboard
e5175a6ceb
code cleanup
5 years ago
Savorboard
b1bd53bf1c
Code refactor
5 years ago
Savorboard
0e70d7dec1
remove unused files
5 years ago
Savorboard
96c646a778
remove discoverys code
5 years ago
Savorboard
71e3e1d4ad
Fix message consumer bugs
5 years ago
Savorboard
aba3ba9e9e
update to publish
5 years ago
Yrin Leung
843e99420d
fix Net Core 3.0,Dashboard Can't Load Js And Css. ( #407 )
5 years ago
Savorboard
556cb5a0a5
code refactor
5 years ago
Savorboard
3845698f2c
Add new memory serializer
5 years ago
Savorboard
5d1c1bfb08
Architectural refactoring
5 years ago
Zhenyu,Liu
3c6b704bcb
change DashboardMiddleware to async ( #390 )
5 years ago
Dmitry
d531354e4b
Diagnostic retries ( #382 )
* added Retries number to WritePublishError diagnostic event
* added Retries number to WriteSubscriberInvokeError diagnostic event
5 years ago
Dmitry
4a5da9085c
Write publish message store ( #380 )
* made possible updating message before storing to db
made updating message Content possible on WritePublishMessageStoreBefore event
* added TracingHeaders to BrokerStoreEventData model
5 years ago
Lukas Zhang
e2c257f960
Fix MatchPoundUsingRegex "." not escaped bug ( #373 )
5 years ago
Savorboard
d1c26b75bd
Fixed asynchronous exception catching bug of sending.
5 years ago
Savorboard
f664b62831
Improved Ctrl+C action raised exception issue.
5 years ago
Savorboard
7971d67221
Fix thread safe issue of ICapPublisher bug. ( #371 )
5 years ago
Savorboard
075c827577
Support multiple consumer threads. ( #295 )
5 years ago
Savorboard
1f09d9354d
Fix transaction scope disposed bug. #365
5 years ago
Savorboard
7021dc6511
v2.6.0 ( #362 )
* Code refactor
* update code format
* Add options package reference
* Rename need retry processor
* update unit tests
* Improve ICapPublisher to singleton.
* Support options pattern for MySqlOptions
* Support options pattern for PostgreSqlOptions
* Remove reference
* update namespace of SubscriberNotFoundException.cs
* update ut
* Support options pattern for CapOptions
* update version to 2.6.0
* Support options pattern for AzureServiceBusOptions
* Fix client listening bug
* update inmemory project to using option pattern.
* Support options pattern for KafkaOptions.
* Support options pattern for MongoDbOptions.
* Fix options.
* Support options pattern for SqlServerOptions
* upgrade confluent kafka to 1.1.0
* Remove CastleCoreTest project, it is not need again
* Fix transaction dispose.
* Fix mock
* Fix mock
5 years ago
Savorboard
9d37dc7f47
Add unit tests for ConsumerInvoker
5 years ago
Null
d240ed9ce3
Try to get the service instance using the serviceProvider.GetServices method. ( #356 )
5 years ago
Savorboard
a02ccc7f98
Fix null reference
5 years ago
Savorboard
4a79956912
Fixed thread safety issues of publisher. #331
5 years ago
Savorboard
0e0fada1c7
code cleanup
5 years ago
Savorboard
7c39d3e775
Add subscription exception logging
5 years ago
Savorboard
79922302c2
add exception log if storage structure failed. #337
5 years ago
Savorboard
4c870f4261
NodeId type change to string of DiscoveryOptions for Consul. #314
5 years ago
Savorboard
3f64c54f37
upgrade dependent nuget packages version
5 years ago
leisurelyclouds
e8931b32fc
fix NullReferenceException ( #335 )
5 years ago