Skip to content

Releases: planetscale/planetscale_rails

v0.2.8

19 Dec 15:23
eda66d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.7...v0.2.8

v0.2.7

25 Nov 19:40
0fb61ca
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.6...v0.2.7

v0.2.6

28 May 18:31
d3932d3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.5...v0.2.6

v0.2.5

01 Apr 20:19
b4f66c0
Compare
Choose a tag to compare

Full Changelog: v0.2.4...v0.2.5

  • Fixes a bug with keyspace being set when migrations are run on a local mysql.

v0.2.4

01 Apr 18:54
44bf52e
Compare
Choose a tag to compare

What's Changed

  • Update connection to work for multi-keyspace databases by @mscoutermarsh in #23
  • Allow create_table to take a keyspace option for multi-keyspace databases by @mscoutermarsh in #24

Full Changelog: v0.2.3...v0.2.4

v0.2.3

22 Jan 21:10
c437dec
Compare
Choose a tag to compare

What's Changed

  • better search for .pscale.yml file by @schacon in #22

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

15 Jan 14:35
afd1301
Compare
Choose a tag to compare

Adding ability to disable schema dumping via env var.

Add the following to config/application.rb to disable schema dump after running psdb:migrate.

if ENV["DISABLE_SCHEMA_DUMP"]
  config.active_record.dump_schema_after_migration = false
end

Full Changelog: v0.2.1...v0.2.2

v0.2.1

15 Jan 14:34
91fa079
Compare
Choose a tag to compare

What's Changed

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

v0.2.0

09 Nov 18:13
886abbb
Compare
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
Compare
Choose a tag to compare

What's Changed

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