Skip to content

Releases: thoughtbot/parity

v3.5.0

23 Feb 19:02
Compare
Choose a tag to compare
  • Use YAML.safe_load over Yaml.load
  • Fix Psych errors
  • Drop redis-cli command
  • Clean up broken specs

v3.4.0

10 Jun 13:01
Compare
Choose a tag to compare

v3.3.0

27 Feb 01:10
Compare
Choose a tag to compare
  • make parallel restores no longer the default

v.3.2.0

04 Apr 00:53
Compare
Choose a tag to compare
  • Pass arguments (--sandbox, --size=) to console subcommand.

v3.1.0

22 Feb 02:17
Compare
Choose a tag to compare
  • Better compatibility with Bundler 2.x.
  • Handle long pipeline/app names when creating review apps (thanks @clowder)

v3.0.1

24 Oct 01:12
Compare
Choose a tag to compare

Fix pr_app issues from 3.0.0 release.

v3.0.0

02 Oct 01:03
Compare
Choose a tag to compare
  • unmark Rails-built databases as production environment after local restore
  • fix syntax for parallel PG restore jobs
  • pr_app command for working with Heroku review apps
  • use release phases instead of deploy command for migrations

v2.4.0

02 Feb 19:18
Compare
Choose a tag to compare
  • Allow pre-2.2 Rubies to execute development restore 2119c50

v2.3.0

22 Dec 21:24
Compare
Choose a tag to compare

Ignore missing local development database when restoring from remotes.

2.2.1

06 Oct 18:05
Compare
Choose a tag to compare
  • ensure a tmp directory exists before downloading a remote backup
  • update Ruby version for contributors