Skip to content

Releases: sweetlandj/Platibus

v2.4.0

08 Feb 19:30
Compare
Choose a tag to compare
  • Added Timestamp column to SQL message journal table (#25)
  • Added ability to suppress journaling of messages by type (sent, received, published) (#26)

v2.3.0

02 Feb 15:41
Compare
Choose a tag to compare

Added support for SQL and SQLite message journaling

v2.2.0

15 Sep 15:35
Compare
Choose a tag to compare
  • Added OWIN hosting support via new Platibus.Owin package

v2.1.17

07 Sep 18:19
Compare
Choose a tag to compare

Added HttpClientPool to HttpTransport to enable reuse of HttpClientHandlers (See Improper Instantiation in MS PNP)

v2.1.16

24 Aug 13:47
Compare
Choose a tag to compare
  • Bug fixes for using Windows authentication over HTTP transport with local transport bypass enabled
  • Changed default JSON serializer settings to ignore missing members.

v2.1.15

29 Jun 17:55
Compare
Choose a tag to compare

Added option to short-circuit HTTP transport for messages addressed to local destinations

v2.1.4

22 Jun 17:44
Compare
Choose a tag to compare
  • Enhancement: Bus now bypasses ITransportService when destination is equal to its base URI (local delivery)
  • Bugfix: HttpClient now explicitly disposed in HttpTransportService
  • Bugfix: Improved default values for max attempts and retry delays in IMessageQueueingService implementations
  • Bugfix: Fixed auto acknowledgement behavior in RabbitMQQueue
  • Enhancement: Added tests to verify and prevent regressions on retry / dead letter behavior for FilesystemMessageQueueingService, SQLMessageQueueingService, and RabbitMQMessageQueueingService

v2.1.13

20 Apr 20:16
Compare
Choose a tag to compare
  • Replaced BufferBlock and background task with ActionBlock in FileSystemMessageQueue, InMemoryMessageQueue, and SQLMessageQueue

v2.1.12

14 Apr 13:54
Compare
Choose a tag to compare
  • Changed default message importance of publications to Critical to ensure that they are queued in the outbound queue within HttpTransportService so that the publishing app does not have to wait for successful publication to all subscribing endpoints (including HTTP timeouts, etc.)

v2.1.10

08 Apr 21:52
Compare
Choose a tag to compare

Bugfix release to improve resolution of endpoint credentials by address