You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ENHANCEMENT] updated code to allow application pool to start if memcache is unavailable
- [ENHANCEMENT] removed ApplicationLoaded flag from api as if there is no API config loaded on application startup then let an exception be thrown that is not caught
- [ENHANCEMENT] updated ICacheConfig to allow API_MEMCACHED_ENABLED to be set in Code
- [ENHANCEMENT] updated MemCacheD constructor to have the stats query within try catch Block
- [ENHANCEMENT] updated ConsoleConfiguration.cs to remove ApplicationLoaded flag
- [BUG FIX] updated ReadJSONSettings to return null if the version that is being looked for is not there
- [LIBRARY UPDATE] upgraded microsoft.data.sqlclient to 5.2.2
20
+
- [ENHANCEMENT] updated code to allow application pool to start if memcache is unavailable
21
+
- [ENHANCEMENT] removed ApplicationLoaded flag from api as if there is no API config loaded on application startup then let an exception be thrown that is not caught
22
+
- [ENHANCEMENT] updated ICacheConfig to allow API_MEMCACHED_ENABLED to be set in Code
23
+
- [ENHANCEMENT] updated MemCacheD constructor to have the stats query within try catch Block
24
+
- [ENHANCEMENT] updated ConsoleConfiguration.cs to remove ApplicationLoaded flag
25
+
- [BUG FIX] updated ReadJSONSettings to return null if the version that is being looked for is not there
0 commit comments