Release Notes
From DreamFactory
Toddappleton (Talk | contribs) |
Toddappleton (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | ## Version 2.0.2 (Released November 30, 2015) | + | ### 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 ability to create virtual foreign keys across two tables on same or different SQL db | ||
Line 5: | Line 5: | ||
* Added ability to create virtual fields for db functions like appending two string fields, e.g., concat(field1, field2) | * Added ability to create virtual fields for db functions like appending two string fields, e.g., concat(field1, field2) | ||
* Added ability to create virtual fields for aggregation by field name | * 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]. | For details please see the relevant change logs on [https://github.com/dreamfactorysoftware GitHub]. | ||
[https://github.com/dreamfactorysoftware/df-core/blob/master/CHANGELOG.md df-core] | [https://github.com/dreamfactorysoftware/df-core/blob/master/CHANGELOG.md df-core] | ||
[https://github.com/dreamfactorysoftware/df-sqldb/blob/master/CHANGELOG.md df-sqldb] | [https://github.com/dreamfactorysoftware/df-sqldb/blob/master/CHANGELOG.md df-sqldb] |
Revision as of 20:35, 30 November 2015
- 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 functions like appending two string fields, 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.
For details please see the relevant change logs on GitHub.