2.1.32 (2024-02-27)
Merged pull requests:
- fixes #2159 HandlerConfig supports additionalHandlers, additionalChai… #2160 (stevehu)
- fixes #2157 stop server or use the backup to start the server on conf… #2158 (stevehu)
- fixes #2154 we need to load both decryped yaml and undecryped yaml fr… #2156 (stevehu)
- fixes #2153 return 415 error if config server not return yaml and jso… #2155 (stevehu)
- rollback to application/yaml #2152 (stevehu)
- fixes #2149 change the content type to application/x-yaml for yaml #2150 (stevehu)
- fixes #2147 update DefaultConfigLoader to support YAML response from … #2148 (stevehu)
- fixes #2145 update ContentType to add application/yaml #2146 (stevehu)
- fixes #2142 Update GenericDataSource to handle integer environment va… #2144 (stevehu)
- fixes #2124 use the client.timeout for the config server timeout #2143 (stevehu)
- fixes #2140 update mras, salesforce and external service config to su… #2141 (stevehu)
- fixes #2138 Handle empty string when loading typed value in Config #2139 (stevehu)
- fixes #2136 update pathPrefixAuth to support JSON string in ApiKeyConfig #2137 (stevehu)
- fixes #2134 change the config server timeout to startup.yml and defau… #2135 (stevehu)
- fixes #2132 support JSON string for serviceIdAuthServers for ClientCo… #2133 (stevehu)
- fixes #2130 update ExternalServiceConfig to support JSON string for u… #2131 (stevehu)
- fixes #2128 update RouterConfig to support stringified JSON values #2129 (stevehu)
- fixes #2126 remove the values.yml from config module #2127 (stevehu)
- fixes #2124 use the client.timeout for the config server timeout #2125 (stevehu)
- fixes #2122 limit.yml does not support JSON string for address, clien… #2123 (stevehu)
- [pre-commit.ci] pre-commit autoupdate #2119 (pre-commit-ci)
- fixes #2120 add acceptHeader to support YAML properties from config s… #2121 (stevehu)
- fixes #2117 skip quoteReplacement only for backslash and dollar compb… #2118 (stevehu)
- fixes #2115 Add ServerInfoUtil to be shared with light-aws-lambda #2116 (stevehu)
- fixes #2113 split the ServerInfoConfig to a info-config module #2114 (stevehu)
- fixes #2111 split the HealthConfig to a health-config module #2112 (stevehu)
- fixes #2109 update basic, apikey and simple web token security handle… #2110 (stevehu)
- fixes #2107 update a cient test case that fails on a slow computer #2108 (stevehu)
- fixes #2104 cache the undecryped and decrypted values.yml maps in Con… #2105 (stevehu)
- fixes #2102 support decrypt or not for values.yml and env injection #2103 (stevehu)
- fixes #2099 Update ModuleRegistry to add back isMaskConfigProperties #2100 (stevehu)
- fixes #2097 need a new way to load config file without decryption for… #2098 (stevehu)
- fixes #2095 use the environment from the startup.yml if light-env env… #2096 (stevehu)
- fixes #2087 AuditHandler Not Writing Entries at the End of the Exchan… #2088 (stevehu)
- fixes #2085 Add keysToNotSort in info.yml to skip the string array so… #2086 (stevehu)
- Audit Logging - Replace over putIfAbsent #2084 (KalevGonvick)
- fixes #2082 update HandleUtils and refactor ServiceDictHandler #2083 (stevehu)
- ExternalServiceHandler logging fix #2080 (KalevGonvick)