Releases: decidim/decidim-bulletin-board
Releases · decidim/decidim-bulletin-board
v0.24.1
Fixed
- Fixed issue with bulletin board Ruby client OpenSSL 3.0 compatibility
v0.24.0
Changed
- The minimum required Ruby version is now 3.1.1
- The bulletin board client now supports OpenSSL 3.0 through update of the
jwt
dependency to 2.5.0
v0.23.0
Changed
- The minimum required Ruby version is now 3.0.2
v0.22.3
Changed
- More fixes on the dummy scheme.
v0.22.2
Changed
- Improved compensation method for dummy scheme.
v0.22.1
Changed
- Fixed broken version dependencies in the server (last version was pointing to 0.21.3 instead of 0.22.0).
v0.22.0
Added
- The bulletin board client now includes a
report_missing_trustee
method to report the absence of a trustee during the Tally phase.
v0.21.1
Added
GetElectionLogEntries
now returns chainedHash
- The
MessageParser
gets exported individually
v0.21.0
Changed
- The bulletin board client also gets the election's verifiable data along with its results
v0.20.0
Changed
- Tally and Key Ceremony components API have been changed a bit. The
setupElection
method should be called before binding the UI elements to the component.