Releases: networknt/light-4j
Releases · networknt/light-4j
2.1.19
2.1.19 (2023-06-05)
Merged pull requests:
- fixes #1185 disable a nagative test case for client module #1786 (stevehu)
- fixes #1782 update metrics handlers to output an error message if aud… #1783 (stevehu)
- fixes #1779 fix the endpoint for ExternalServiceHandler metrics #1780 (stevehu)
- fixes #1777 rollback the ProxyHandler copy headers #1778 (stevehu)
- fixes #1775 use the passed in endpoint if auditInfo is null if endpoi… #1776 (stevehu)
- fixes #1773 update the abstract metrics handler to send metics even i… #1774 (stevehu)
- fixes #1771 make request and response body interceptors to log the fu… #1772 (stevehu)
- Issue1769 #1770 (stevehu)
- Response Buffer Leak #1762 (KalevGonvick)
- fixes #1766 add one more test case for StringUtils matchPathToPattern #1767 (stevehu)
- fixes #1764 add trace loggings from metrics for some external handlers #1765 (stevehu)
- Creating 2nd HTTP2Client object for MRAS Microsoft token #1763 (DiogoFKT)
- fixes #1758 add loopback configuration for gpg sign plugin #1759 (stevehu)
2.1.18
2.1.18 (2023-05-05)
Merged pull requests:
2.1.16
2.1.16 (2023-04-28)
Merged pull requests:
- fixes #1747 add test cases for header encode and ignore lists #1748 (stevehu)
- fixes #1745 update request body injection to output more trace info #1746 (stevehu)
- fixes #1739 Sanitizer handler is ignoring list of headers to apply #1742 (stevehu)
- fixes #1743 Add trace info for the metrics common tags and tags #1744 (stevehu)
- fixes #1740 add a new test case in Http2ClientTest to ensure an excep… #1741 (stevehu)
- fixes #1737 fixed a NPE detected during the auto build in ProxyHandler #1738 (stevehu)
- Issue1735 #1736 (stevehu)
- fixes #1733 endpoint is null in the metrics collection on gateway som… #1734 (stevehu)
2.1.15
2.1.15 (2023-04-19)
Merged pull requests:
- fixes #1731 update BodyHandler to accept null body as get and delete … #1732 (stevehu)
- fixes #1729 update BodyHandler to return if attach JSON fails #1730 (stevehu)
- fixes #1727 switch the microsoft token to one-way TLS in MRAS handle #1728 (stevehu)
- shorten long comment #1722 (jelgun)
- remove beautification comment #1726 (jelgun)
- remove commented out code #1725 (jelgun)
- fix misleading comment #1724 (jelgun)
- remove obvious comment #1723 (jelgun)
- remove task comment #1719 (jelgun)
2.1.12
2.1.12 (2023-04-14)
Merged pull requests:
- fixes #1717 reimplement MRAS two-way TLS createSSLContext method #1718 (stevehu)
- fixes #1715 update basic handler to return immediately if there is an… #1716 (stevehu)
- fixes #1712 Reimplement ClientX509ExtendedTrustManager and CompositeX… #1713 (stevehu)
- fixes #1710 rollback loadDefaultTrustStore in client.yml #1711 (stevehu)
- added changes for azuread token api service response compatibility #1709 (SONALJAIN0904)
- fixes #1707 update client.yml to remove the defaultGroupKey and enabl… #1708 (stevehu)
2.1.11
2.1.11 (2023-04-10)
Merged pull requests:
- fixes #1705 update the client.restore to avoid passing in uri #1706 (stevehu)
- fixes #1703 integrate Http2Client with Simple Pool #1704 (stevehu)
- fixes #1701 simple connection pool ports from the 1.6.x #1702 (stevehu)
- fixes #1699 verifyHostname stop working with 2.1.10 client #1700 (stevehu)
- fixes #1697 check cache configuration first before creating CacheMana… #1698 (stevehu)
2.1.10
2.1.10 (2023-04-06)
Merged pull requests:
- fixes #1695 update db-provider to have the default implementation #1696 (stevehu)
- fixes #1693 disable one client test case as it fails after upgrade to… #1694 (stevehu)
- fixes #1690 add cache-manager module for centralized cache #1691 (stevehu)
- fixes #1688 refactor YAML constructors to singleton to avoid create m… #1689 (stevehu)
- fixes #1686 remove less secure decryptor to favor long key and salt ones #1687 (stevehu)
- fixes #1684 update basic auth handler to return WWW-Authenticate head… #1685 (stevehu)
2.1.9
2.1.9 (2023-03-30)
Merged pull requests:
- fixes #1680 update basic auth handle to add more trace info #1683 (stevehu)
- fixes #1681 add maskHalfString to StringUtils for logging sensitive info #1682 (stevehu)
- fixes #1677 remove requestBody and responseBody from audit in audit.yml #1678 (stevehu)
- fixes #1675 make the common tag in sync between parent metrics and ap… #1676 (stevehu)
- fixes #1672 update the AutoAESSaltDecryptor to support upper case env… #1673 (stevehu)
- fixes #1670 update the default decryptorClass in config.yml in config… #1671 (stevehu)
- fixes #1668 control the common tags with metrics.yml and add the issuer #1669 (stevehu)
- fixes #1666 add jwt token iss to the audit info and subseqently metri… #1667 (stevehu)
- fixes #1664 support proxy, router and external handlers config reload… #1665 (stevehu)
- fixes #1662 update status.yml to add showMessage, showDescription and… #1663 (stevehu)
- fixes #1660 update the RequestTransformerInterceptor to add queryString #1661 (stevehu)
- fixes #1658 Add a new test case for password with back slash in encry… #1659 (stevehu)
- fixes #1654 add productName to the metrics.yml to define the top cate… #1655 (stevehu)
- fixes #1652 pass the metric name and allow proxy, router and external… #1653 (stevehu)
- fixes #1650 update JwtVerfier to skip SWT token introspection config … #1651 (stevehu)
- fixed test case issues #1649 (GavinChenYan)
- fixes #1647 add jwt vs swt identification and swtServiceIds to SwtVer… #1648 (stevehu)
- fixes #1645 upgrade snakeyaml to 2.0 #1646 (stevehu)
- fixes #1643 add APM metrics handler and capture metrics for router, p… #1644 (stevehu)
- fixes #1640 #1642 (GavinChenYan)
1.6.45
2.1.8
2.1.8 (2023-03-06)
Merged pull requests:
- fix merge error/build error #1638 (GavinChenYan)
- Issue 1663 2 #1637 (GavinChenYan)
- fixes #1633 #1636 (GavinChenYan)
- fixes #1634 do not call the next handler in the chain if any intercep… #1635 (stevehu)
- fixes #1631 update request transformer to do some validation logic #1632 (stevehu)
- fixes #1629 Make error message clear if serviceId is missing from the… #1630 (stevehu)
- fixes #1627 null pointer check for security config pass through claims #1628 (stevehu)
- fixes #1625 update the security.yml to add passThroughClaims #1626 (stevehu)
- fixes #1623 add simple web token introspection to client and security #1624 (stevehu)
- fixes #1621 move removal serviceId and serviceUrl from exchange heade… #1622 (stevehu)
- fixes #1619 add maxQueueSize to egress-router and ingress-proxy #1620 (stevehu)