Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Releases: mulesoft-labs/net-tools-api

2.5.1

03 May 17:43
fa244b1
Compare
Choose a tag to compare
  • Added JS maps
  • Added JS info in readme
  • Added relative path base to index.html (no functional change)
  • Changed header to headers id to avoid name collision in index.html

2.5.0

27 Apr 21:32
a58c88a
Compare
Choose a tag to compare

Added Headers to Curl

  • Added HTTP headers and insecure options to Curl command
  • Updated Spring dependencies

2.4.1

22 Dec 21:23
3387ff8
Compare
Choose a tag to compare

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

14 Feb 22:29
96f1be0
Compare
Choose a tag to compare

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

28 Dec 22:28
Compare
Choose a tag to compare

This release updates the APIKit library used by net tools.

Net Tools API 2.2.0 for Mule 4

03 Jun 11:14
Compare
Choose a tag to compare

Net Tools API 2.1.0 for Mule 4

14 Feb 21:19
Compare
Choose a tag to compare
v2.1.0

version 2.1.0

Net Tools API 2.0.0 for Mule 4

03 Dec 10:01
Compare
Choose a tag to compare
v2.0.0

Change version to 2.0.0

v1.0.1

26 Jul 14:56
Compare
Choose a tag to compare

Minor fixes to v1

  • API calls were not relative so they failed when the app was behind a load balancer.
  • Curl help improved.

v1

25 Jul 22:19
Compare
Choose a tag to compare
v1
  • Upgraded to Mule 3.9.1.
  • Javascript files paths are relative now.
  • Added quick help