This repository has been archived by the owner on May 4, 2024. It is now read-only.
Releases: mulesoft-labs/net-tools-api
Releases · mulesoft-labs/net-tools-api
2.5.1
2.5.0
Added Headers to Curl
- Added HTTP headers and insecure options to Curl command
- Updated Spring dependencies
2.4.1
Updated to Mule 4.4 and latest Spring versions
- Updated to Mule 4.4
- Updated to latest Spring and other dependency versions
- Changes in HTTP Connector required changing the way we select HTTP or HTTPS as the protocol. Now we must have separate flows and listeners for each protocol. The existing listener flows are set to HTTPS. New HTTP flows are added that reference to the HTTPS flows.
- The HTTP flows can be stopped via property
- Added an ignoreFile list property for resource files a browser asks for that don't exist in the app, like "favicon.ico". Not required but now doesn't put a "resource not found" exception in the flow.
Compatibility
protocol
property was removed due to new solution for handling HTTP and HTTPS protocols required by latest HTTP connector version. See readme for details.
2.4.0
Added usability features and cleanup.
- Added feature to change port through property
- Added feature to use HTTP or HTTPS listener based on property
- Removed Java and Script modules
- Updated dependencies and cleaned pom.xml
- Made password masked in Runtime Manager
- Moved configurations to global.xml
- Updated to Spring Core 5.3 and Security 5.6
- Added Spring auth filter to check for proper role
- Updated DNS endpoint RAML and default value so console works
2.3.0 release
This release updates the APIKit library used by net tools.
Net Tools API 2.2.0 for Mule 4
version 2.2.0
Net Tools API 2.1.0 for Mule 4
v2.1.0 version 2.1.0
Net Tools API 2.0.0 for Mule 4
v2.0.0 Change version to 2.0.0
v1.0.1
Minor fixes to v1
- API calls were not relative so they failed when the app was behind a load balancer.
- Curl help improved.
v1
- Upgraded to Mule 3.9.1.
- Javascript files paths are relative now.
- Added quick help