Light-Java v2.1.4 Release Notes

Release Date: 2022-11-30 // over 1 year ago
  • 🔀 Merged pull requests:

    • ⬆️ Bump postgresql from 42.4.1 to 42.4.3 #1497 (dependabot)
    • ➕ Added relaxed verification debug flag #1505 (KalevGonvick)
    • Issue1501 #1502 (stevehu)
    • ✅ basic-auth handler test fix #1500 (KalevGonvick)
    • 🛠 Fix flaky test #1469 (anantdahiya8)
    • 🛠 Fix flaky test #1499 (tt0suzy)
    • 🔨 BasicAuthHandler Refactor #1496 (KalevGonvick)
    • 🛠 fixes #1494 update LightProxyHandler to recreate the ProxyHandler aft… #1495 (stevehu)
    • 🛠 fixes #1490 add debug log for handler start and end time for performa… #1493 (stevehu)
    • 🛠 fixes #1491 remove conquest handler from ingress-proxy module #1492 (stevehu)
    • 🛠 fixes #1488 update the register and reload for LimitHandler #1489 (stevehu)
    • 🛠 fixes #1486 update salesforce password grant type multipart form-data… #1487 (stevehu)
    • 🛠 fixes #1494 support header config reload #1485 (stevehu)
    • 🛠 fixes #1482 dummy oauth server support other content type and basic a… #1483 (stevehu)
    • 🛠 fixes #1480 Mras Anonymous authorization header is null #1481 (stevehu)
    • 🛠 fixes #1478 fix the anonymous serviceHost in the MrasHandler #1479 (stevehu)
    • 🛠 fixes #1476 Update middleware handlers to register the module after r… #1477 (stevehu)
    • 🛠 fixes #1474 update PathPrefixServiceHandler config to static to suppo… #1475 (stevehu)
    • 🛠 fixes #1472 update the LimitHandler to use a static RateLimiter object #1473 (stevehu)
    • 🛠 fixes #1470 allow values.yml to be reloaded after config-reload #1471 (stevehu)

Previous changes from v2.1.3

  • 🔀 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)