Skip to content

Releases: planetscale/planetscale_rails

v0.2.1

15 Jan 14:34
91fa079

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

09 Nov 18:13
886abbb

Choose a tag to compare

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

28 Jul 19:03
d50b8ec

Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

18 Mar 15:09
96e787e

Choose a tag to compare

What's Changed

New Contributors

  • @tbarn made their first contribution in #4

Full Changelog: v0.1.2...v0.1.3

v0.1.2

10 Mar 14:15
443e4bd

Choose a tag to compare

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

09 Mar 15:38
ece4318

Choose a tag to compare

A collection of rake tasks to make managing schema migrations with PlanetScale easy.