Skip to content

Commit f108a73

Browse files
committed
6.1.15
- [ENHANCEMENT] removed auto version for APP Config and replaced it with version being set as null - [ENHANCEMENT] add distributed configuration for API config with version allowed to be null to get latest DB version - [ENHANCEMENT] moved all cache settings to appsettings.json abd are hot reloadable - [ENHANCEMENT] add version, distributed_config,API_TRACE_ENABLED,API_TRACE_RECORD_IP and refresh to IApiConfiguration interface - [ENHANCEMENT] added refresh and version, and removed auto_version from IAppConfiguration interface - [ENHANCEMENT] refactored appliction dictionary configuration code - [ENHANCEMENT] moved API tracing keys to appsettings.json and are hot reloadable - [ENHANCEMENT] moved pefromance enabled flag to appsettings.json and is hot reloadable - [ENHANCEMENT] moved datatbase tracing flag to appsettings.json and is hot reloadable - [ENHANCEMENT] check if application and api settings needs to be updated once per API request rather than per key request - [ENHANCEMENT] updated consoleconfiguration.cs - [ENHANCEMENT] updated serviceconfiguration.cs - [BUG FIX] bug fix for serializing and deserializing userpincipal object
1 parent 67c46bf commit f108a73

15 files changed

+2562
-31
lines changed

rls/API.Library.dll

4 KB
Binary file not shown.

rls/API.Library.pdb

2.02 KB
Binary file not shown.

rls/APIConfig.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@
33
"CONFIG_VERSION": 1.0,
44
"API_FIREBASE_ENABLED": false,
55
"API_FIREBASE_APP_NAME": "domain.extension",
6-
"API_PERFORMANCE_ENABLED": false,
7-
"API_MEMCACHED_SALSA": "",
8-
"API_MEMCACHED_MAX_VALIDITY": "2592000",
9-
"API_MEMCACHED_MAX_SIZE": "128",
10-
"API_MEMCACHED_ENABLED": true,
11-
"API_CACHE_TRACE_ENABLED": true,
12-
"API_TRACE_ENABLED": true,
13-
"API_TRACE_RECORD_IP": true,
14-
"API_DATABASE_TRACE_ENABLED": true,
156
"API_EMAIL_ENABLED": false,
167
"API_EMAIL_MAIL_NOREPLY": "",
178
"API_EMAIL_MAIL_SENDER": "",

rls/Microsoft.Web.Administration.dll

129 KB
Binary file not shown.

0 commit comments

Comments
 (0)