# Changelog All notable changes to this project will be documented in this file. ## 0.1.6 ### Removed - JDBC adapter support (jdbc_hive2, jdbc_impala, jdbc_postgres) - not needed for foreseeable future - Native Impala adapter support - not needed for foreseeable future - Kerberos authentication functionality for enterprise databases - CGI dependency used for URL escaping in JDBC connections - 16 test methods related to JDBC and Impala adapters ### Added - pg gem as development dependency to support PostgreSQL testing ### Changed - Simplified ConnectionMaker class by removing adapter-specific configuration methods - Improved test coverage from 84.95% to 93.54% by removing unused code paths - Updated documentation to reflect focus on standard Sequel adapters ## 0.1.5 ### Changed - Better handling of multiple directories of files for make_ready ## [0.1.0] - 2016-11-08 ### Added - Connections are cached by options to avoid over-allocation - URL or URI option represent connection string - sequelizer.yml is passed through ERB ### Changed - Format of this [CHANGELOG](http://keepachangelog.com/en/0.3.0/) - Prefer environment variables over other options - Use config/sequelizer.yml instead of config/database.yml ## [0.0.6] - 2015-08-21 ### Added - Support for ruby-oci8 (Oracle) in update_gemfile command - Read user-level configuration from ~/.config/sequelizer/database.yml ### Fixed - Bug where options passed as symbols where sometimes ignored. ## [0.0.5] - 2014-08-29 ### Added - Support for TinyTDS (SQL Server) in update_gemfile command ### Fixed - timeout is always converted to integer before passing to Sequel.connect ## [0.0.4] - 2014-08-18 ### Added - `init_env` command to bin/sequelizer - Prefer `search_path` over `schema_search_path` option ## [0.0.3] - 2014-07-10 ### Added - Ability to view configuration by running `sequelizer config` ## [0.0.2] - 2014-07-10 ### Added - This [CHANGELOG](http://keepachangelog.com/) - Behavior to merge options from all sources (#3) - Dependency on hashie gem - Some tests for Sequelizer::Options - Sequelizer::OptionsHash - Reference to issues #1, #3 in README ### Fixed - Prevented TestEnvConfig from polluting environment variables ## [0.0.1] - 2014-07-10 ### Added - The project itself