Wallaby Series Release Notes¶
12.0.0¶
Prelude¶
Welcome to the Victoria release of the OpenStack Message service (zaqar). In this cycle, the Zaqar team would like to bring the following points to your attention. Details may be found below.
Support encrypted messages in queue.
Fixed bugs for stable and security.
New Features¶
Encrypted Messages in Queue (Change-Id Icecfb9a232cfeefc2f9603934696bb2dcd56bc9c)
Upgrade Notes¶
The default value of
[oslo_policy] policy_file
config option has been changed frompolicy.json
topolicy.yaml
. Operators who are utilizing customized or previously generated static policy JSON files (which are not needed by default), should generate new policy files or convert them in YAML format. Use the oslopolicy-convert-json-to-yaml tool to convert a JSON to YAML formatted policy file in backward compatible way.
Deprecation Notes¶
Use of JSON policy files was deprecated by the
oslo.policy
library during the Victoria development cycle. As a result, this deprecation is being noted in the Wallaby cycle with an anticipated future removal of support byoslo.policy
. As such operators will need to convert to YAML policy files. Please see the upgrade notes for details on migration of any custom policy files.
Bug Fixes¶
Fix SSLError caused by not passing the cafile (Change-Id I176e3876f2652608aaf51b0f74f4d971d31253e2)
Fix the issue that the function unpackb has no encoding option (Change-Id bb92e983a79e5c1608f6a603816e1b88283e34c9)