Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Second release candidate which fixes a couple of bugs and has some performance enhancements.
There are no schema changes yay!
There is one small api change in hook_ds_fields_info(). The $bundle and $view_mode parameters are gone and
you can limit fields from the Field ui with a new key called 'ui_limit', see ds.api.php for the information.
You'll have to clear the cache to make the new caching techniques working (You might see notices otherwise).