Lazier LazyLoad
The new feature in this release is the "lazier" LazyLoad attribute. Before, the LazyLoad attribute was required to state the type of object it loaded, but now if there's a return type on the class itself, the type annotation in the attribute is not mandatory.
Along with this feature, the development dependencies have been set to a hard version constraint to help with predictable builds.