Fake JSON Server v0.11.0 Release Notes
Release Date: 2022-05-17 // 11 months ago-
- ๐ FIXED: Basic Authentication unauthorized result
- โ ADDED: API key authentication
- ๐ CHANGED: For empty collections return 200 status code instead of 404
- ๐ FIXED: Swagger authentication
- ๐ CHANGED: Target framework to .NET 5
- ๐ CHANGED: PATCH methods to require Content-Type: application/json+merge-patch or merge-patch+json
- โ ADDED: Content negotiation with Accept-header and support for CSV and XML
- โ ADDED: Client Credentials support to token authentication
- ๐ FIXED: Identifiers can be stored in various JSON formats
- ๐ FIXED: Empty collection won't break following datastore operations
- ๐ CHANGED: Target framework to .NET Core 3.1
- ๐ CHANGED: ETag implementation to use ResponseCaching and Marvin.Cache.Headers
Previous changes from v0.10.0
-
- โ ADDED: Token endpoint to support username/password in JSON content
- โ ADDED: Define stored data id-field name
- ๐ CHANGED: Rename Common property from appsettings.json to DataStore
- ๐ CHANGED: Remove authentication.json and add Authentication settings to appsettings.json
- โ ADDED: GraphQL endpoint to support operations in query parameter
- โ ADDED: Configurable response transfrom middleware