1.5.0
Here are the changes compared to HL Iroha 1.4:
Features
RocksDB Storage Implementation for Burrow #2065
Removed proposal_delay timeout (now is set automatically as 2 * proposal_creation_timeout
based on the calculations of the optimal value of the proposal delay) #1847
Performance Improvement
Removed separate MST endpoint: MST module is now located in the Ordering Service module to improve the performance #1927
Proposal request optimization #1869 #1971
Documentation
Documentation on Healthcheck Endpoint, Iroha Swarm, RocksDB and Postgres comparison and an example of good migration practice #1935
Documentation build fix #2069
Infrastructure
Removed Jenkins-related files as a part of moving CI to GitHub Actions #1921
More changes in CI can be seen here
Docker image existence flag fix #1901