Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Latest commit

 

History

History
94 lines (60 loc) · 7.94 KB

RELEASES.md

File metadata and controls

94 lines (60 loc) · 7.94 KB

1.2.0 (27 February 2015)

  • #43 - Add the "UpdateAccessTokenClaimsOnRefresh" flag on Client
  • #41 - Add the "AllowClientCredentialsOnly" flag on Client
  • #36 - ExpiredTokenCollector gone?
  • #44 - Fixed concurrency issues contributed by Michel van den Berg (promontis)
  • #40 - Where is the Consent table?
  • #39 - Upgrade database from Beta3 to v3
  • #33 - Support for other RDBMS than SQL Server
  • #25 - Add helper to init DB for standard scopes
  • #16 - Allow setting schema

Commits: e3c8b22895...a8118d6d5d

1.0.0 (24 January 2015)

  • #38 - EF Async
  • #37 - Consider migration extensibility
  • #34 - IdServer APIs and "Lite" classes for serialization
  • #18 - reconstruct contributed by (loning)
  • #7 - Added default constructor for CoreDbContext to allow Code First Migrations contributed by Michel van den Berg (promontis)
  • #5 - Think about how we deal with schema changes
  • #4 - Internalize dependencies

Commits: 83436b34aa...9bb9639b6d

rc (12 January 2015)

  • #35 - Extending Idv3 Models
  • #31 - Model Names Too long
  • #30 - Entities not being initialized
  • #29 - Expand SaveChanged to contain more detailed information when DbEntityValidationException occurs contributed by (jerackista)
  • #28 - Automapper Configuration invalid +fix
  • #27 - Client schema changes
  • #26 - Upgrade database with migrate.exe tool
  • #23 - Entities in a seperate nuget +enhancement
  • #22 - AsyncHelper performs unnecessary thread context switches.
  • #21 - Data Serialization functionality should be injected into BaseTokenStore.

Commits: effd82227a...0c8d70b19d

beta4 (14 December 2014)

  • #24 - What/where is Thinktecture IdentityServer v3 - Entity Framework Async?

Commits: 3bbc8b2127...908b92defd

beta3-1 (30 October 2014)

  • #20 - Use entity framework code first migrations
  • #17 - PostLogoutRedirectUris is missing from IdentityServer.v3.EntityFramework

Commits: dea88f2bcb...dea88f2bcb

beta3 (28 October 2014)

  • #19 - Support for Users in EF
  • #14 - Are there code first migrations available for the latest entitiy changes?
  • #13 - Convert Entities.Scope to Models.Scope Error
  • #10 - enable CoreDbContext can merge into other db contributed by heavenwing (heavenwing)
  • #9 - Development branch contributed by Michel van den Berg (promontis)
  • #6 - Hard coded to use Scope and Client Service

Commits: d4b53c803d...0528758317

beta2 (07 October 2014)

  • #15 - Schema differs from Scope Model
  • #11 - Depend core via sourcecode instead of Nuget

Commits: 08623e91e9...020d003546

beta1-2 (25 September 2014)

  • #12 - Admin page for managing persistence layer
  • #8 - Remove redundant LINQ method call contributed by Chin Bae (cb55555)
  • #3 - ExpiredTokenCollector removed from sample

Commits: 2d23cbcacd...158281d544

beta1 (31 July 2014)

  • #2 - CoreDbContext: Allow for specifying a default schema
  • #1 - Update EF-Client-Model to latest version of IdentityServer Client-Model contributed by Christian Endter (cendter)

Commits: 0a90713253...3fd7199120