Release Notes

From DreamFactory
Jump to: navigation, search
DreamFactoryRelease Notes
(Replaced content with "The release notes are available on Github at: https://github.com/dreamfactorysoftware/dreamfactory/releases")
 
(44 intermediate revisions by 5 users not shown)
Line 1: Line 1:
=== Version 2.1.0 (Released January 29, 2016, Retagged February 9, 2016 due to dependency issues) ===
+
The release notes are available on Github at: https://github.com/dreamfactorysoftware/dreamfactory/releases
'''Note:''' This release includes some breaking changes, not in the API itself, but with Live API Documentation (i.e. Swagger)!
+
 
+
* Upgraded usage of OpenAPI Specification (fka Swagger) to 2.0 from 1.2. Prior service configuration (i.e. for remote web services) or client dependencies (old swagger-based SDKs) on the previously used 1.2 specification are not compatible and must be changed to comply with the 2.0 specification.
+
* Swagger UI (supporting 2.0 spec) now included as an application and referenced in Admin application.
+
* API Doc (i.e. Swagger UI) view is now Role-based, meaning that the view is based on the allowed services for that Role.
+
* Event Scripting post-process scripts, and custom scripting services (V8Js, NodeJs, and PHP) now can utilize a "event.response" object that allows for custom status code and content type settings directly from script. Using the old-style "return" statements to return data still works and defaults to status code 200 as before.
+
* Event Scripting now supported for File Services and Remote Web Services.
+
* XML to JSON content conversion now handles namespaces (i.e. singular namespaces are used to pull data into JSON format).
+
* Fixed bugs with configuration of Email services.
+
* Fixed bugs for manipulating request content and parameters in pre-process scripts.
+
* Fixed handling for database "read-only" fields like SQL Server rowversion.
+
* SQL Server now supported as an option for the system database.
+
 
+
=== Version 2.0.3 (Released December 22, 2015) ===
+
 
+
* Updating composer to allow PHP >= 5.5, i.e. PHP 7.0 tested and working!
+
* Laravel Homestead configuration setup now part of install for quick testing.
+
* Added ability to update related records on virtual foreign relationships for same or different SQL DB 
+
* Added alias editing via Admin console for Schema relationships
+
* Fixed PostgreSQL, SQL Anywhere and Oracle databases issues with table names
+
* Fixed API DB max records return limit usage
+
* Fixed several DB filtering issues
+
* Remove loading of lodash by default on V8js scripting, use require() instead if desired
+
* Fix stored procedure on MySQL issue when no data sets returned
+
* Fixing CORS config entries when using SQLite as system database
+
* Added 'computer' resource for AD/LDAP services
+
* Added LinkedIn OAuth 2.0 support
+
 
+
=== Version 2.0.2 (Released November 30, 2015) ===
+
 
+
* Added ability to create virtual foreign keys across two tables on same or different SQL DB 
+
* Added aliases for virtual fields and relationships 
+
* Added ability to create virtual fields for db-supported functions, e.g., concat(field1, field2) 
+
* Added ability to create virtual fields for aggregation by field name 
+
* Added support for assigning AD users to DreamFactory roles based on AD group assignments
+
 
+
<br/>
+
For details please see the relevant change logs on [https://github.com/dreamfactorysoftware GitHub].
+
 
+
[https://github.com/dreamfactorysoftware/dreamfactory/blob/master/CHANGELOG.md dreamfactory/dreamfactory] 
+
[https://github.com/dreamfactorysoftware/df-core/blob/master/CHANGELOG.md dreamfactory/df-core] 
+
[https://github.com/dreamfactorysoftware/df-sqldb/blob/master/CHANGELOG.md dreamfactory/df-sqldb]
+

Latest revision as of 17:05, 6 April 2023

The release notes are available on Github at: https://github.com/dreamfactorysoftware/dreamfactory/releases