All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
0.12.2 - 2018-02-25
- Fix column discovery
0.12.1 - 2018-01-25
- Adhere to base database changes
0.12.0 - 2017-12-28
- DF-1224 Added ability to set different default limits (max_records_returned) per service
- Added package discovery
- DF-1186 Added exceptions for missing data when generating relationships
- Separated resources from resource handlers
0.11.0 - 2017-11-03
- Move preferred schema naming to service level
- Fix port casting as integer
0.10.0 - 2017-09-18
- DF-1060 Support for data retrieval (GET) caching and configuration
- Cleanup primary and unique key handling
0.9.1 - 2017-08-30
- Support list, set, map, and tuple data types
- Update to the php driver 1.3 version interface
0.9.0 - 2017-08-17
- Reworking API doc usage and generation
- Bug fixes for service caching
- Set config-based cache prefix
0.8.0 - 2017-07-27
- Cleanup service config usage
0.7.0 - 2017-06-05
- Cleanup - removal of php-utils dependency
0.6.1 - 2017-04-25
- Fixed upsert response
0.6.0 - 2017-04-21
- DF-1077 Fixed support for UUID and Timestamp data types
0.5.1 - 2017-04-11
- Updated to better handle native types
0.5.1 - 2017-04-11
- Updated to better handle native types
0.5.0 - 2017-03-03
- Major restructuring to upgrade to Laravel 5.4 and be more dynamically available
0.4.0 - 2017-01-16
- Adhere to refactored df-core, see df-database
- Cleanup schema management issues
0.3.0 - 2016-11-17
- DF-888 Adding support for offset (allows pagination)
- DB base class changes to support field configuration across all database types.
0.2.0 - 2016-10-03
- DF-826 Protecting secret key using service config rework from df-core
First official release of this library.