3.3.1 (2023-07-11)

First patch release of the 3.3.x series.

Changes

Here is the complete changelog of this version:

  • director: Max delay between attempts and delay increase factor can now be changed in a Actor config with the following entries:

    • xbus.director.delay.max: a duration. Accepted units are ‘ms’, ‘s’, ‘m’, ‘h’

    • xbus.director.delay.increase-factor: a increase factor. Can be expressed as a percentage as in “50%”, or a floating point number as in “0.5”.

  • Fix: Canceling a process now properly unshedule jobs that are waiting for a new attempt after a TooBusy error.

  • api: implement ‘Actor.Create’. The API existed already but was never implemented.

Documentation

Documentation is online:

Downloads

Source and binaries are available on our download area:

version “personal”:

version “enterprise”:

version “lts”:

Docker images

Get the docker images:

version “personal”:

  • orus/xbusd:3.3.1

  • orus/xbusctl:3.3.1

  • orus/xbus-client:3.3.1

  • orus/xbus-http:3.3.1

  • orus/xbus-fullenv:3.3.1

version “enterprise”:

  • quay.orus.io/xbus-enterprise/xbusd:3.3.1-enterprise

  • quay.orus.io/xbus-enterprise/xbusctl:3.3.1-enterprise

  • quay.orus.io/xbus-enterprise/xbus-client:3.3.1-enterprise

  • quay.orus.io/xbus-enterprise/xbus-http:3.3.1-enterprise

  • quay.orus.io/xbus-enterprise/xbus-fullenv:3.3.1-enterprise

version “LTS”:

  • quay.orus.io/xbus-lts/xbusd:3.3.1-lts

  • quay.orus.io/xbus-lts/xbusctl:3.3.1-lts

  • quay.orus.io/xbus-lts/xbus-client:3.3.1-lts

  • quay.orus.io/xbus-lts/xbus-http:3.3.1-lts

  • quay.orus.io/xbus-lts/xbus-fullenv:3.3.1-lts