2.1.3
2.1.3 (2022-11-10)
Merged pull requests:
- fixes #1466 recreate RateLimiter object after the config reload #1467 (stevehu)
- fixes #1464 update path handlers to allow the mapping to be empty #1465 (stevehu)
- fixes #1460 do not skip PathPrefixServiceHandler if server_url is in … #1463 (stevehu)
- fixes #1461 mask bootstrapStorePass in the server config during regis… #1462 (stevehu)
- fixes #1458 implement the password grant_type for salesforce handler #1459 (stevehu)
- fixes #1454 standardize the built-in config files for some modules #1455 (stevehu)
- fixes #1451 add api-key module and dummy OAuth server #1452 (stevehu)
- fixes #1449 udpate the BasicAuthHandler to make the config an instanc… #1450 (stevehu)
- Added shutdownApp method #1447 (fortunadoralph)
- fixes #1445 support multiple rules in the response transformer interc… #1446 (stevehu)
- Fixed Chunked Encoding When writing transformed Payload to SinkConduit (+ some refactor) #1444 (KalevGonvick)
- fixes #1442 resolve NPE in TokenHandler is appliedPathPrefixes missin… #1443 (stevehu)
- fixes #1439 request and response transform interceptors though NPE if… #1440 (stevehu)
- ResponseBodyInterceptor Update #1437 (KalevGonvick)
- fixes #1435 checked content encoding in the response interceptor inje… #1436 (stevehu)
- fixes #1433 update the ModifiableContentSinkConduit to add some trace… #1434 (stevehu)
- fixes #1431 add debug and trace to the ProxyHandler to confirm retry #1432 (stevehu)
- fixes #1429 check the response headers to identify if the response co… #1430 (stevehu)
- fixes #1426 call the interceptors directly if there is no request body #1427 (stevehu)
- fixes #1424 add requestHeaders and responseHeaders to the request res… #1425 (stevehu)