Skip to content

Latest commit

 

History

History
70 lines (53 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

70 lines (53 loc) · 2.2 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Added

Changed

Fixed

[2.1.1] - 2016-03-14

Added

  • More env config option in setup command
  • Now allowing login with JWT passed as URL parameter
  • Added log level support, see DF_LOG_LEVEL in .env-dist for options

Changed

  • Upgraded Laravel framework to 5.2
  • File Manager app is now standalone composer pulled app

Fixed

2.1.0 - 2016-01-29

Changed

  • MAJOR Updated code base to use OpenAPI (fka Swagger) Specification 2.0 from 1.2
  • Replacing old swagger UI with fork of latest Swagger 2.0 UI

2.0.4 - 2016-01-06

Fixed

  • Bug fixes for df-core dependencies
  • FileManager app to include OpenStack Object Storage

2.0.3 - 2015-12-22

Added

  • Laravel Homestead setup for quick launch of testing environment.
  • More environment changes for managed instances, including limit tracking.

Changed

  • Using 'AES-256-CBC' as default Cipher in config/app.php, mirroring Laravel 5.1. For older installs, see DF_CIPHER in .env or .env-dist for more details.

Fixed

  • SQLite storage location for managed instances.

2.0.2 - 2015-11-30

Added

  • New migration check for upgrade scenarios.
  • AD enhancements.
  • This changelog!

Changed

  • Rework AccessCheck middleware, move AuthCheck to global for easier usage in enterprise scenarios.
  • Email templates back to original html/text based instead of blade.
  • Composer additions.

2.0.1 - 2015-10-28

Fixed

  • A bug that prevented proper logout when token is invalid.

2.0.0 - 2015-10-27

First official release of the new open-source DreamFactory project.