8.0.1
Added Bucket refresh capabilities. Now, with the Bucket widget, it is super easy to refresh its contents:
var myBucket = dg.getBucket('my-bucket-id');
myBucket.refresh();
This is very useful after making an API call that adds/removes something. See the Bucket Docs for more details.