Skip to content

Releases: JonPSmith/AuthPermissions.AspNetCore

V3.5.0

18 Oct 08:29
Compare
Choose a tag to compare

Small changes, some of which break existing projects but with very simple rename will fix it.

V3.4.0

20 Sep 12:13
Compare
Choose a tag to compare

Significant changes - see Roadmap for more

V3.3.0

17 Jun 08:09
Compare
Choose a tag to compare

Main focus on the new "invite a user" and "sign up / versioning " features. Also a few fixes. See this article which explains the new services.

NOTE: Some namespaces have changed.

V3.2.1

02 Jun 17:00
Compare
Choose a tag to compare

Bug fix release

V3.2.0

26 Apr 08:28
Compare
Choose a tag to compare

Improvements to sharding: allows production app to change its databases

V3.1.0

11 Apr 16:36
Compare
Choose a tag to compare

Adds support for Postgres database.

V3.0.0

04 Apr 11:13
Compare
Choose a tag to compare

Big change to allow multi-tenant applications to have more that one database for the tenant data - see the Defining the three multi-tenant database arrangements in the docs.

NOTE This contains breaking changes from the version 2.* code - see UpdateToVersion3.md fro full details

V2.3.1

05 Mar 15:24
Compare
Choose a tag to compare

Fixes issue #23

V2.3.0

26 Feb 14:30
Compare
Choose a tag to compare

Couple of small improvements and fixed issue #13 and #15

V2.2.0

10 Jan 09:57
Compare
Choose a tag to compare

Added "Access the data of other tenant" feature - see issue #10