Skip to content

Releases: SDVentures/Contour

3.1.1

02 Jun 09:06
Compare
Choose a tag to compare

3.0.0-pr92

21 Apr 14:31
c3df282
Compare
Choose a tag to compare
3.0.0-pr92 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 3.0.0-pr10...3.0.0-pr92

3.0.0-pr91: x-sent-timestamp & ForwardAsync (#122)

12 Jan 08:52
8081806
Compare
Choose a tag to compare
* New header

* Добавлена установка нового заголовка

* Новый Forward Async

3.0.0-pr10: x-sent-timestamp & ForwardAsync (#122)

12 Jan 08:04
8081806
Compare
Choose a tag to compare
* New header

* Добавлена установка нового заголовка

* Новый Forward Async

Contour 1.8.0

28 Apr 13:18
Compare
Choose a tag to compare
  • Changes:
    • Added consuming and publising instrumentation
    • Added incoming requests caching feature
    • Enhanced caching XML configuration
  • Fixes:
    • Cache key collisions (#100)

Contour 1.8.0-rc3

04 Aug 13:29
Compare
Choose a tag to compare
Contour 1.8.0-rc3 Pre-release
Pre-release

Removed circuit breaker from FaultTolerantProducer

Contour 1.6.2

04 Aug 10:33
Compare
Choose a tag to compare

Changes:

  • Fixed callback listener initialization and enlistment.

Contour 1.8.0-rc2

22 Jun 14:21
Compare
Choose a tag to compare
Contour 1.8.0-rc2 Pre-release
Pre-release

Changes:

  • Connection string provider can now be configured in code
  • Endpoint connection string is now optional

Contour 1.8.0-rc1

14 Jun 11:36
Compare
Choose a tag to compare
Contour 1.8.0-rc1 Pre-release
Pre-release

Changes:

  • A set of specific incoming message headers can now be excluded when being copied to the outgoing message;

Contour 1.7.10

31 May 09:18
Compare
Choose a tag to compare

Changes:

  • Round robin selector made thread-safe; empty collection requirement removed;
  • Request default timeout fixture added;
  • Sender request timeout is set to 30 seconds by default
  • Listener tasks are now created as long running on dedicated threads due to poor application performance while using the thread pool with default configuration;