Skip to content

Releases: Hivebrite/rails_async_migrations

v2.0.4

21 Mar 09:34
0081788
Compare
Choose a tag to compare

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.3

08 Nov 09:38
68a1436
Compare
Choose a tag to compare

What's Changed

  • Feature: allow disabling in config & bump to 2.0.3 by @SeanLF in #8

Full Changelog: v2.0.2...v2.0.3

v2.0.2

07 Apr 12:50
Compare
Choose a tag to compare
  • slack_git_url_mapping_for_envs has become slack_git_url, and now accepts only a single URL

v1.0.8

07 Apr 12:50
Compare
Choose a tag to compare
  • slack_git_url_mapping_for_envs has become slack_git_url, and now accepts only a single URL

v2.0.1

06 Apr 16:26
Compare
Choose a tag to compare

See the change log

v1.0.7

06 Apr 17:43
9e3cd41
Compare
Choose a tag to compare
  • 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

23 Mar 14:28
7c96aa9
Compare
Choose a tag to compare

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

06 Apr 17:43
c7b9ed2
Compare
Choose a tag to compare
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