All Versions
60
Latest Version
Avg Release Cycle
180 days
Latest Release
1763 days ago

Changelog History
Page 1

  • v2.2.1 Changes

    June 19, 2019
    • June 19, 2019

    โž• Added

    • #566: IGNORE_EMPTY_TENANTS environment variable to ignore empty tenants warning. [Pysis868]

    ๐Ÿ›  Fixed

    • #586: Ignore CREATE SCHEMA public statement in pg dump [artemave]
    • #549: Fix Postgres schema creation with dump SQL [ancorcruz]
  • v2.2.0 Changes

    April 13, 2018
    • April 14, 2018

    โž• Added

    • #523: Add Rails 5.2 support [IngusSkaistkalns]
    • #504: Test against Ruby 2.5.0 [ahorek]
    • #528: Test against Rails 5.2 [meganemura]

    โœ‚ Removed

    • #504: Remove Rails 4.0/4.1 support [ahorek]
    • #545: Stop supporting for JRuby + Rails 5.0 [meganemura]

    ๐Ÿ›  Fixed

    • #537: Fix PostgresqlSchemaFromSqlAdapter for newer PostgreSQL [shterrett]
      • #532: Issue is reported by [aldrinmartoq]
    • #519: Fix exception when main database doesn't exist [mayeco]

    ๐Ÿ”„ Changed

    • #514: Fix typo [menorval]
  • v2.1.0 Changes

    December 15, 2017
    • December 15, 2017

    • Add parallel_migration_threads configuration option for running migrations in parallel [ryanbrunner]

    • Drop Ruby 2.0.0 support [meganemura]

    • ignore_private when parsing subdomains with PublicSuffix [michiomochi]

    • Ignore row_security statements in psql dumps for backward compatibility [meganemura]

    • "Host" elevator [shrmnk]

    • Enhance db:drop task to act on all tenants [kuzukuzu]

  • v2.0.0 Changes

    September 08, 2017
    • July 26, 2017

    • Raise FileNotFound rather than abort when loading files [meganemura]

    • Add 5.1 support with fixes for deprecations [meganemura]

    • Fix tests for 5.x and a host of dev-friendly improvements [meganemura]

    • Keep query cache config after switching databases [fernandomm]

    • Pass constants not strings to middleware stack (Rails 5) [tzabaman]

    • Remove deprecations from 1.0.0 [caironoleto]

    • Replace tld_length configuration option with PublicSuffix gem for the subdomain elevator [humancopy]

    • Pass full config to create_database to allow :encoding/:collation/etc [kakipo]

    • Don't retain a connection during initialization [mikecmpbll]

    • Fix database name escaping in drop_command [mikecmpbll]

    • Skip initialization for assets:clean and assets:precompile tasks [frank-west-iii]

  • v1.2.0 Changes

    July 28, 2016
    • July 28, 2016

    • Official Rails 5 support

  • v1.1.0 Changes

    May 26, 2016
  • v1.0.2 Changes

    July 02, 2015
    • July 2, 2015

    • Fix pg_dump env vars - pull/208 [MitinPavel]

    • Allow custom seed data file - pull/234 [typeoneerror]

  • v1.0.1 Changes

    April 28, 2015
    • April 28, 2015

    • Fix Apartment::Deprecation which was rescuing all exceptions

  • v1.0.0 Changes

    March 10, 2015
    • Feb 3, 2015

    • [BREAKING CHANGE] Apartment::Tenant.process is deprecated in favour of Apartment::Tenant.switch

    • [BREAKING CHANGE] Apartment::Tenant.switch without a block is deprecated in favour of Apartment::Tenant.switch!

    • Raise proper TenantNotFound, TenantExists exceptions

    • Deprecate old SchemaNotFound, DatabaseNotFound exceptions

  • v0.26.1 Changes

    January 13, 2015