Skip to content
Snippets Groups Projects
Commit 631fad351519 authored by Christophe de Vienne's avatar Christophe de Vienne
Browse files

Add release notes for 3.4.0-rc.1 to rc.3

parent f6aa083753b8
No related branches found
No related tags found
No related merge requests found
Pipeline #84022 passed
3.4.0-rc.1 (2024-03-27)
======================
The first release candidate of Xbus 3.4 is ready !
Changes
-------
This version focuses on updating all dependencies, especially golang and
protobuf, and add a couple of features:
- pipeline matching: add event types matching with regular expressions
- process export now uses json format, and is more performant
- update all dependencies
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.4.0-rc.1-src.tar.xz
version "personal":
- https://dl.xbus.io/xbus/personal/xbus-3.4.0-rc.1-linux_amd64.tar.xz
- https://dl.xbus.io/xbus/personal/xbus-3.4.0-rc.1-windows_amd64.tar.xz
- https://dl.xbus.io/xbus/personal/xbus-3.4.0-rc.1-darwin_amd64.tar.xz
Docker images
-------------
Get the docker images:
version "personal":
- orus/xbusd:3.4.0-rc.1
- orus/xbusctl:3.4.0-rc.1
- orus/xbus-client:3.4.0-rc.1
- orus/xbus-http:3.4.0-rc.1
- orus/xbus-fullenv:3.4.0-rc.1
3.4.0-rc.2 (2024-04-22)
======================
Changes
-------
This version fixes issues in v3.4.0-rc.1, and update some dependencies.
- fix envelope json marshaling bugs
- process export: fix current progression calculation
- process storage: Fix 'CreatedAt' filter
- update golang to v1.22.2
- update protobuf & nats-server to fix vulnerabilities
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.4.0-rc.2-src.tar.xz
version "personal":
- https://dl.xbus.io/xbus/personal/xbus-3.4.0-rc.2-linux_amd64.tar.xz
- https://dl.xbus.io/xbus/personal/xbus-3.4.0-rc.2-windows_amd64.tar.xz
- https://dl.xbus.io/xbus/personal/xbus-3.4.0-rc.2-darwin_amd64.tar.xz
Docker images
-------------
Get the docker images:
version "personal":
- orus/xbusd:3.4.0-rc.2
- orus/xbusctl:3.4.0-rc.2
- orus/xbus-client:3.4.0-rc.2
- orus/xbus-http:3.4.0-rc.2
- orus/xbus-fullenv:3.4.0-rc.2
3.4.0-rc.3 (2024-05-03)
======================
Changes
-------
This version fixes an issue in v3.4.0-rc.2.
- envelope storage service: fix permissions so requestors can read their
responses.
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.4.0-rc.3-src.tar.xz
version "personal":
- https://dl.xbus.io/xbus/personal/xbus-3.4.0-rc.3-linux_amd64.tar.xz
- https://dl.xbus.io/xbus/personal/xbus-3.4.0-rc.3-windows_amd64.tar.xz
- https://dl.xbus.io/xbus/personal/xbus-3.4.0-rc.3-darwin_amd64.tar.xz
Docker images
-------------
Get the docker images:
version "personal":
- orus/xbusd:3.4.0-rc.3
- orus/xbusctl:3.4.0-rc.3
- orus/xbus-client:3.4.0-rc.3
- orus/xbus-http:3.4.0-rc.3
- orus/xbus-fullenv:3.4.0-rc.3
......@@ -4,6 +4,9 @@
=============
.. toctree::
3.4.0-rc.3
3.4.0-rc.2
3.4.0-rc.1
3.3.3
3.3.2
3.3.1
......
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