Sha256: e1d463a0200baada12997d5d2385ddf484f1429b78735b40fe5757b7b8bf784b
Contents?: true
Size: 1.98 KB
Versions: 1
Compression:
Stored size: 1.98 KB
Contents
# Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [2.2.0] - 2019-02-08 ### Added - Ability to switch via a Rack app ## [2.1.2] - 2018-08-14 ### Fixed - Instances when queries are cached between switches ## [2.1.1] - 2018-07-04 ### Fixed - Fix copying of schemas in when ActiveRecord caches queries ## [2.1.0] - 2018-07-04 ### Added - Print duplication stdout for debugging - Allow users to set `database_url` in the config - Deprecate setting of config through `Storey`; set through configuration ## [2.0.2] - 2018-06-29 ### Fixed - Fix instances when the default schema is the wrong schema - Silence output when creating schemas ## [2.0.1] - 2018-06-27 ### Fixed - Do not blow up `rake db:create` in Rails 5.2 ## [2.0.0] - 2018-06-26 ### Added - Rails 5 support - Add ability to get the current schema as an array of strings (`array: true`) - Fix specs where PG may or may not return the schemas as with leading spaces (`public, foo,bar`) ### Changed - Removed support for Rails 3, 4 and Ruby 2.3. They are no longer tested. - Test against Ruby 2.5.0 ### Fixed - Fixed dumping of sql files when pg host is remote ## [1.0.0] ### Added - It's already being used in production. About time for a 1.0.0 release. ## [0.6.0] ### Changed - Relax pg version dependency. Works with `~> 0.12` ## [0.5.1] ### Changed - Relax Rails version dependency. Works with `4.0`. ## [0.5.0] ### Changed - Removed attr_accessors from Storey::Duplicator (they were never meant to be part of the public API anyway) - Validate the schema name when creating schemas - Clean source and target files after duplicating [#18](https://github.com/ramontayag/storey/issues/18) ## [0.4.2] ### Added - `rake storey:migrate VERSION=xxxx` now works and uses the `VERSION` environment variable - `reset_column_information` of all models to avoid strange PostgreSQL errors (see https://github.com/ramontayag/storey/issues/11) - Add this CHANGELOG :)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
storey-2.2.0 | CHANGELOG.md |