v2.0.0
The release of replicated security v2.0.0.
Date: June 19th, 2023
Unlike prior releases, the ICS `v2.0.0` release will be based on the main branch. `v2.0.0` will contain all the accumulated feat PRs from previous releases, along with other PRs that were merged to main, but not released to production. After `v2.0.0`, we plan to revamp release practices, and how we modularize the repo for consumer/provider.
Upgrading a provider from `v1.1.0-multiden` to `v2.0.0` will require state migrations. See migration.go . See the provider module's `ConsensusVersion` in module
Upgrading a consumer from `v1.2.0-multiden` to `v2.0.0` will NOT require state migrations. See the consumer module's `ConsensusVersion` in module
From changelog ...
High level changes included in v2.0.0
• MVP for standalone to consumer changeover, see EPIC
• MVP for soft opt out, see EPIC
• Various fixes, critical and non-critical
• Docs updates which should not affect production code
Notable PRs included in v2.0.0
• (feat!) Add DistributionTransmissionChannel to ConsumerAdditionProposal #965
• (feat/fix) limit vsc matured packets handled per endblocker #1004
• (fix) cosumer key prefix
Excerpt of 3,093 characters under the source licence. Read the whole release on GitHub ↗