Releases: planetscale/planetscale_rails
Releases · planetscale/planetscale_rails
v0.2.1
What's Changed
- Fix pscale switch error message by @mscoutermarsh in #20
- Disable schema dump after running migrations + improve SSL cert by @mscoutermarsh in #18
Full Changelog: v0.2.0...v0.2.1
v0.2.0
This new version makes some improvements on how the gem connects to PlanetScale. Previously, the gem used pscale connect to open a local port on the host that proxied a connection to the PlanetScale database.
The new version no longer uses pscale connect (to improve reliability when running in various environments). It now creates credentials, connects directly to the database and then removes the credentials when it is done running the rake task.
We also tested the gem on Rails 6 and verified it works.
What's Changed
- Specify service token permissions in GitHub Actions example by @nholden in #13
- Change how we establish connection + Rails 6 support by @mscoutermarsh in #15
- update readme to remove database.yml changes by @mscoutermarsh in #16
New Contributors
Full Changelog: v0.1.4...v0.2.0
v0.1.4
v0.1.3
What's Changed
- tiny formatting fixes by @tbarn in #4
- Fix bug with missing pscale cli by @mscoutermarsh in #8
New Contributors
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Show pscale deploy-request command after running migrations by @mscoutermarsh in #3
Full Changelog: v0.1.1...v0.1.2
Initial release
A collection of rake tasks to make managing schema migrations with PlanetScale easy.