Skip to content
Snippets Groups Projects
Commit c20f4d439acc authored by Pauline Missio's avatar Pauline Missio
Browse files

Added release notes for rc 3, rc 4, rc 5 & rc 6.

parent abe57d4949b6
No related branches found
Tags 16.6.0
1 merge request!4Topic/default/rc3 4 5 6
Pipeline #42903 passed
3.3.0-rc.3 (2022-06-21)
======================
The third release candidate of Xbus 3.3 is ready !
Changes
-------
This release candidate introduces some changes to xbusctl pipeline.
- When serializing a pipeline, nodes and edges can be sorted and empty values removed.
This makes the command line ``set-all`` more stable.
- The command line ``set-all`` enables to save new versions even if they are not different from the previous one.
- Added a service 'director'.
- Fixes on job runner to enable multiple jobs to be saved as 'running' for a single actor.
- Added SERVERTOOBUSY error messages to the process logs, as warnings.
- Implemented the new api 'Debug' which can be used through the ``xbusctl debug info``
command.
- Improvements on http webhook to fix error handling when posting separate messages.
- Improvements on log storage to enable to sort logs by time.
- Added a service 'metrics'.
- Fixes on log storage size gauge.
Documentation
-------------
Documentation is online:
https://docs.xbus.io/
Downloads
---------
Source and binaries are available on our download area:
- https://dl.xbus.io/xbus/src/xbus-3.3.0-rc.3-src.tar.xz
version "personal":
- https://dl.xbus.io/xbus/personal/xbus-3.3.0-rc.3-linux_amd64.tar.xz
- https://dl.xbus.io/xbus/personal/xbus-3.3.0-rc.3-windows_amd64.tar.xz
- https://dl.xbus.io/xbus/personal/xbus-3.3.0-rc.3-darwin_amd64.tar.xz
Docker images
-------------
Get the docker images:
version "personal":
- orus/xbusd:3.3.0-rc.3
- orus/xbusctl:3.3.0-rc.3
- orus/xbus-client:3.3.0-rc.3
- orus/xbus-http:3.3.0-rc.3
- orus/xbus-fullenv:3.3.0-rc.3
3.3.0-rc.4 (2022-06-27)
======================
The forth release candidate of Xbus 3.3 has been published !
Changes
-------
This version contains three main changes:
- We brought some improvements on the service director to fix the fact that ProcessingEnd was not called in some cases, leading
to RUNNING process with no jobs (which should never happen).
- We also added to service director log warnings in the process on timeout errors.
- We fixed handling an initial 'null' fragment on envelope-storage-ng.
Documentation
-------------
Documentation is online:
https://docs.xbus.io/
Downloads
---------
Source and binaries are available on our download area:
- https://dl.xbus.io/xbus/src/xbus-3.3.0-rc.4-src.tar.xz
version "personal":
- https://dl.xbus.io/xbus/personal/xbus-3.3.0-rc.4-linux_amd64.tar.xz
- https://dl.xbus.io/xbus/personal/xbus-3.3.0-rc.4-windows_amd64.tar.xz
- https://dl.xbus.io/xbus/personal/xbus-3.3.0-rc.4-darwin_amd64.tar.xz
Docker images
-------------
Get the docker images:
version "personal":
- orus/xbusd:3.3.0-rc.4
- orus/xbusctl:3.3.0-rc.4
- orus/xbus-client:3.3.0-rc.4
- orus/xbus-http:3.3.0-rc.4
- orus/xbus-fullenv:3.3.0-rc.4
3.3.0-rc.5 (2022-07-18)
======================
The fifth release candidate of Xbus 3.3 is now available !
Changes
-------
This version brings improvements to envelope-storage-ng. Fragments merging has been disabled to fix some case of
failure when fetching mid-size envelopes.
Documentation
-------------
Documentation is online:
https://docs.xbus.io/
Downloads
---------
Source and binaries are available on our download area:
- https://dl.xbus.io/xbus/src/xbus-3.3.0-rc.5-src.tar.xz
version "personal":
- https://dl.xbus.io/xbus/personal/xbus-3.3.0-rc.5-linux_amd64.tar.xz
- https://dl.xbus.io/xbus/personal/xbus-3.3.0-rc.5-windows_amd64.tar.xz
- https://dl.xbus.io/xbus/personal/xbus-3.3.0-rc.5-darwin_amd64.tar.xz
Docker images
-------------
Get the docker images:
version "personal":
- orus/xbusd:3.3.0-rc.5
- orus/xbusctl:3.3.0-rc.5
- orus/xbus-client:3.3.0-rc.5
- orus/xbus-http:3.3.0-rc.5
- orus/xbus-fullenv:3.3.0-rc.5
3.3.0-rc.6 (2022-09-09)
======================
The sixth release candidate of Xbus 3.3 is ready !
Changes
-------
This version adds an optional periodic 'onlinestatus' survey to sentinel.
Documentation
-------------
Documentation is online:
https://docs.xbus.io/
Downloads
---------
Source and binaries are available on our download area:
- https://dl.xbus.io/xbus/src/xbus-3.3.0-rc.6-src.tar.xz
version "personal":
- https://dl.xbus.io/xbus/personal/xbus-3.3.0-rc.6-linux_amd64.tar.xz
- https://dl.xbus.io/xbus/personal/xbus-3.3.0-rc.6-windows_amd64.tar.xz
- https://dl.xbus.io/xbus/personal/xbus-3.3.0-rc.6-darwin_amd64.tar.xz
Docker images
-------------
Get the docker images:
version "personal":
- orus/xbusd:3.3.0-rc.6
- orus/xbusctl:3.3.0-rc.6
- orus/xbus-client:3.3.0-rc.6
- orus/xbus-http:3.3.0-rc.6
- orus/xbus-fullenv:3.3.0-rc.6
...@@ -4,7 +4,10 @@ ...@@ -4,7 +4,10 @@
============= =============
.. toctree:: .. toctree::
3.3.0-rc.6
3.3.0-rc.5
3.3.0-rc.4
3.3.0-rc.3
3.3.0-rc.2 3.3.0-rc.2
3.3.0-rc.1 3.3.0-rc.1
3.2.10 3.2.10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment