- Breaking change to Resource module. All
_pivot()
andassociations()
methods now take a instance of Resource and return a copy of the current Resource instance. Other methods such assecurity_label()
andtags()
now return a copy of the current Resource instance.
- Added Tag Resource class.
- Added resource() method to get instance of Resource instance.
- Added DataStore Resource class to the Resource module.
- Updated Jobs module for changes in the Resource module.