Releases: Hivebrite/rails_async_migrations
Releases · Hivebrite/rails_async_migrations
v2.0.4
What's Changed
- format execution time if possible to be in human time
- update dependencies
- lint
- test against multiple versions of Ruby, using Rails 7
v2.0.2
slack_git_url_mapping_for_envs
has become slack_git_url
, and now accepts only a single URL
v1.0.8
slack_git_url_mapping_for_envs
has become slack_git_url
, and now accepts only a single URL
v1.0.7
- improved the notification message to include markdown
- migration title is included if the file is found
- if not in a dev or test environment, a URL to the migration is included
- to generate a URL to the migration, you need to configure the gem with
slack_git_url_mapping_for_envs
. It accepts a hash, for which the keys are the name of the environment and the value is the link to that environment's branch.
v2.0.0
Rails Async Migrations v2.0.0
-
compatible with Rails 6.0
-
tested against Ruby 2.7.2
-
default worker changed to Sidekiq
-
development can be done within docker
-
lint using RuboCop Shopify
v1.0.6
Many improvements (#1)
* Add shoulda-matcher
* Add support of custom sidekiq queue
* Load env in rake task
* Replace migration id by version
* Add support of slack hooks
* Disable sidekiq retry
* Update gems
* Replace travis by github actions