Releases: departurerb/departure
Releases · departurerb/departure
v6.6.0
What's Changed
- Fix problem remove_index_for_alter for Rails 6.0 by @Bhacaz in #90
- Support Rails 7.1.2 by @brianjaustin in #93
- Minor cleanup by @benlangfeld in #96
- Specify minimum supported Ruby version by @benlangfeld in #97
- Test more combinations of Rails/Ruby in CI by @benlangfeld in #100
- Drop DB connections between integration tests by @benlangfeld in #101
- Run Rubocop in GH Actions not CodeClimate by @benlangfeld in #98
- Release 6.6.0 by @benlangfeld in #102
New Contributors
- @Bhacaz made their first contribution in #90
- @brianjaustin made their first contribution in #93
Full Changelog: v6.5.0...v6.6.0
v6.5.0
What's Changed
- Allow database connection via socket by @whitemerry in #83
- Support mysql2 0.5.5 by @stephenagreer in #88
- Allow custom additions to general DSN via environment variable by @dylan-tock in #87
New Contributors
- @whitemerry made their first contribution in #83
- @stephenagreer made their first contribution in #88
- @dylan-tock made their first contribution in #87
Full Changelog: v6.4.0...v6.5.0
v6.4.0
What's Changed
- Add ConnectionBase subclass for connecting with original adapter by @jarednielson in #55
- Relax Rails dependency version by @lorenzograndi4 in #59
- Allow Departure to run against Edge Rails by @sikachu in #64
- Fix problem with remove_index on Rails 6.1 by @sikachu in #62
- Add configuration option to toggle stderr redirection by @dmmatson in #63
- Fix broken test in command_spec by @sikachu in #65
- Move CI from Travis CI (org) to GitHub Actions by @sikachu in #66
- Fix add_index on Rails 6.1 by @sikachu in #67
- Rails 6.1 fixes by @voracious in #69
- Fix failing tests on master by @sikachu in #76
- Add ruby 3 support by @ionut998 in #72
- Fix rspec matching on ruby 3 specs by @xjunior in #81
- Allow mysql2 0.5.4 by @davidenglishmusic in #80
- fixes bug with upsert_all by @troystauffer in #77
- Release 6.4.0 by @xjunior in #82
New Contributors
- @jarednielson made their first contribution in #55
- @lorenzograndi4 made their first contribution in #59
- @dmmatson made their first contribution in #63
- @voracious made their first contribution in #69
- @xjunior made their first contribution in #81
- @davidenglishmusic made their first contribution in #80
- @troystauffer made their first contribution in #77
Full Changelog: v6.3.0...v6.4.0
Rails 6.1 Support!
This release adds support for Rails 6.1.
Version 6.2.0
This release is the first in two years. It bundles a multitude of bug fixes with support for both Rails 5 and 6. Thanks to everyone who has been contributing bug fixes!