Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 1.0.0 #72

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Conversation

DifferentialOrange
Copy link
Member

@DifferentialOrange DifferentialOrange commented Mar 29, 2024

Overview

This release introduces new approach to storing migration state: per-replicaset instead of clusterwide. New approach fixes the issue when new replicaset did not applied the migrations that are already applied on the remaining part of cluster.

To start using 1.0.0 instead of 0.x.x module on existing application, one must first call move_migrations_state through HTTP or Lua API to move current cluster migration state from Cartridge clusterwide configuration to per-replicaset utility spaces. See README.md for upgrade and downgrade scenarios.

Fixed

Added

  • An API for moving existing migration names from the cluster configuration to a space.
  • API for getting applied migrations list for the cluster.

Overview

  This release introduces new approach to storing migration state:
  per-replicaset instead of clusterwide. New approach fixes the issue
  when new replicaset did not applied the migrations that are already
  applied on the remaining part of cluster.

  To start using 1.0.0 instead of 0.x.x module on existing application,
  one must first call `move_migrations_state` through HTTP or Lua API
  to move current cluster migration state from Cartridge clusterwide
  configuration to per-replicaset utility spaces. See README.md
  for upgrade and downgrade scenarios.

Fixed
  - Migrations do not apply to newly added replica sets in
    the cluster (gh-65). Applied migration names are moved from
    the cluster-wide configuration to the space on each node.

Added
  - An API for moving existing migration names from the cluster
    configuration to a space.
  - API for getting applied migrations list for the cluster.
Copy link
Contributor

@psergee psergee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the patch.

@DifferentialOrange DifferentialOrange merged commit 855d4b3 into master Mar 29, 2024
1 check passed
@DifferentialOrange DifferentialOrange deleted the DifferentialOrange/release-1.0.0 branch March 29, 2024 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants