All Versions
301
Latest Version
Avg Release Cycle
24 days
Latest Release
-
Changelog History
Page 28
Changelog History
Page 28
-
v0.40.0 Changes
- ๐ Timeout manager SQL persistence oddity fixed: Explicit bigint PK instead of compound thing that could potentially lead to missed timeouts - thx [krivin]
- ๐ท
IStartableBus
API extended with the ability to specify number of workers - thx [krivin]
-
v0.39.0 Changes
- โ Added ability to compress message bodies as well.
-
v0.38.1 Changes
- ๐ Fixed constantly generated warning in timeout manager - thx [hagbarddenstore]
-
v0.38.0 Changes
- ๐ง Broke the Log4Net configuration API - sorry! But now it just adds the correlation ID to the thread context by default (i mean, why would you NOT do that?)
-
v0.37.0 Changes
- โ Added to
SqlServerMessageQueue
the ability to receive messages in prioritized order.
- โ Added to
-
v0.36.1 Changes
- โก๏ธ Update Mongo to 1.8.2 because that's the most recent version of the driver... duh!
-
v0.36.0 Changes
- โก๏ธ Updated Mongo stuff to use 1.8.1 driver and no deprecated APIs
-
v0.35.6 Changes
- Behavior option to allow for impersonating a proper user when the user name header is present on handled messages
-
v0.35.5 Changes
- Special username header will flow like correlation ID if it is present
-
v0.35.4 Changes
- Only one SQL roundtrip to receive a message
- ๐ง API to configure whether outgoing RabbitMQ messages should be persistent