Skip to content

Releases: decidim/decidim-bulletin-board

v0.24.1

11 Nov 16:28
c13fcbc
Compare
Choose a tag to compare

Fixed

  • Fixed issue with bulletin board Ruby client OpenSSL 3.0 compatibility

v0.24.0

27 Aug 06:32
1b4db9e
Compare
Choose a tag to compare

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

05 Apr 19:11
Compare
Choose a tag to compare

Changed

  • The minimum required Ruby version is now 3.0.2

v0.22.3

08 Sep 09:30
Compare
Choose a tag to compare

Changed

  • More fixes on the dummy scheme.

v0.22.2

07 Sep 21:59
Compare
Choose a tag to compare

Changed

  • Improved compensation method for dummy scheme.

v0.22.1

06 Sep 15:06
Compare
Choose a tag to compare

Changed

  • Fixed broken version dependencies in the server (last version was pointing to 0.21.3 instead of 0.22.0).

v0.22.0

06 Sep 15:05
Compare
Choose a tag to compare

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

26 Apr 08:38
Compare
Choose a tag to compare

Added

  • GetElectionLogEntries now returns chainedHash
  • The MessageParser gets exported individually

v0.21.0

22 Apr 13:34
Compare
Choose a tag to compare

Changed

  • The bulletin board client also gets the election's verifiable data along with its results

v0.20.0

22 Apr 13:34
Compare
Choose a tag to compare

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.