# HG changeset patch
# User Pauline Missio <pauline.missio@xcg-consulting.fr>
# Date 1666009288 -7200
#      Mon Oct 17 14:21:28 2022 +0200
# Node ID c20f4d439acc0bef26707e7c03e070f717065961
# Parent  abe57d4949b6fbc6ccf87bc43f502404b9d32647
Added release notes for rc 3, rc 4, rc 5 & rc 6.

diff --git a/source/releasenotes/3.3.0-rc3.rst b/source/releasenotes/3.3.0-rc3.rst
new file mode 100644
--- /dev/null
+++ b/source/releasenotes/3.3.0-rc3.rst
@@ -0,0 +1,64 @@
+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
diff --git a/source/releasenotes/3.3.0-rc4.rst b/source/releasenotes/3.3.0-rc4.rst
new file mode 100644
--- /dev/null
+++ b/source/releasenotes/3.3.0-rc4.rst
@@ -0,0 +1,50 @@
+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
diff --git a/source/releasenotes/3.3.0-rc5.rst b/source/releasenotes/3.3.0-rc5.rst
new file mode 100644
--- /dev/null
+++ b/source/releasenotes/3.3.0-rc5.rst
@@ -0,0 +1,44 @@
+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
diff --git a/source/releasenotes/3.3.0-rc6.rst b/source/releasenotes/3.3.0-rc6.rst
new file mode 100644
--- /dev/null
+++ b/source/releasenotes/3.3.0-rc6.rst
@@ -0,0 +1,43 @@
+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
diff --git a/source/releasenotes/index.rst b/source/releasenotes/index.rst
--- a/source/releasenotes/index.rst
+++ b/source/releasenotes/index.rst
@@ -4,7 +4,10 @@
 =============
 
 .. 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.1
    3.2.10