In this second alpha release of Ubercart Addresses 7.x-1.0, lots of features have been added, though the "base" features (address book, checkout, order administration) did not change much. Ubercart Addresses now integrates with Entity API, which means you can access addresses from Rules and Panels and a lot of other modules that provide Entity related functionality. The other great addition is extended Views integration. In 7.x-1.0-alpha1 you already had "basic" Views integration, meaning you could create a view of addresses using fields. The 7.x-1.0-alpha2 version brings much more, especially access related features. This are the new features:
Create a View using the address row style, allowing you to create an address listing themed just like in the address book;
When using fields: view, edit and delete links;
Filter the View by address access;
In arguments/contextual filters: validators for address access;
Address access checks for Views displays;
A View to replace the address book page (this View is disabled by default).
Changes since 7.x-1.0-alpha1
API changes
Issue #1894858 by MegaChriz: made API change in UcAddressesPermissions to be able to check access for other users.