Skip to content

v1.4.0

Compare
Choose a tag to compare
@arcus-automation arcus-automation released this 06 Jan 09:20
b5dfc77

Install the Arcus.Messaging packages that you need via NuGet, for instance Arcus.Messaging.Pumps.ServiceBus:

PM > Install-Package Arcus.Messaging.Pumps.ServiceBus --Version 1.4.0

For a complete list of all Arcus.Messaging packages see the documentation.

What's new?

Features

  • Provide the capability to track W3C correlation on received messages (#342)
  • Provide the capability to register Azure messaging clients with the Arcus secret store (#358, #359)
  • Provide the capability to pause message pumps when the dependent downstream service can't keep up (#54)

Fixes / Changes

  • Use synchronous secret retrieval during Azure messaging client registrations (#373)

Changes:

  • b5dfc77 docs: correct introduction (#379)
  • 21568bf feat: add message pump lifetime (#376)
  • e850a7a Update ci-build.yml (#377)
  • 85a428d chore: fix nuget warnings (#378)
  • fb9b683 chore: update frontend brand (#365)
  • 12b8ea1 chore: use sync secret retrieval in az clients registrations (#373)
  • 2bd2014 Chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /docs (#368)
  • 9c636f5 Chore(deps): bump qs and express in /docs (#369)
  • 9462b7e Chore(deps): bump express from 4.17.1 to 4.18.2 in /docs (#370)
  • 63fb87a chore: use eventgrid v3.3 in testing (#372)
See More
  • 0ca1e5d Update docusaurus.build.config.js (#366)
  • a687df3 chore: update cancelled logging (#367)
  • 47eda72 chore: update codeql to v2 (#363)
  • 60fec5e feat: add eventhubs producer client secretstore extension overload (#364)
  • 99acdb3 feat: add servicebus client secretstore extension overload (#362)
  • b32f47b Chore(deps): bump loader-utils from 1.4.1 to 1.4.2 in /docs (#360)
  • f9817a5 chore: remove deprecated pr config (#357)
  • 9c249fc feat: add simpler w3c correlation support for az func eventhubs (#353)
  • d5fdcea chore: remove installation details from readme (#355)
  • 6b17fdd Chore(deps): bump loader-utils from 1.4.0 to 1.4.1 in /docs (#354)
  • 7dcc2a4 feat: use cleaner az func in-process servicebus w3c message correlation (#352)
  • 5a2a450 Chore(deps): bump ansi-html and webpack-dev-server in /docs (#350)
  • aab2ca1 Chore(deps): bump ansi-regex in /docs (#349)
  • 5d73dbe feat: add w3c correlation support (#344)
  • 37fced6 chore: remove order publishing duplication (#348)
  • 9bc7c75 feat: add eventhubs message context extension (#347)
  • dd293b0 feat: generalize restartable message pumps (#338)
  • dba6476 chore: move servicebus message extensions to correct namespace (#340)
  • 0a5a046 docs: publish v1.3 feature docs (#337)

This list of changes was auto generated.

Full Changelog: v1.3.0...v1.4.0