REST
2.4.0
30 Jan 2025
Supports OpenAPI 3.1
Add the "Handle Redirects" property
Lessen noise in file diffs
2.3.0
16 Oct 2024
Updated to .NET 8
In the Designer, changed SimpleRESTHost operations property from JSON to (Collection)
Fixed:
BeforeOperation
andAfterOperation
events threw an "Object reference not set to an instance of an object" exception in the service.
2.2.2
29 Aug 2024
Validations are now shown in the API Definition Editor. Previously, invalid definitions seemed valid in the editor due to the lack of validations. This fix also prevents saving an invalid definition.
2.2.1
20 May 2024
Save button in the RESTHost API Definition Editor is now disabled when there are validation errors
2.2.0
3 Nov 2023
Changed the plugin from Windows-specific to be platform-independent
Added coroutine support (async-await). This vastly improves the handling of concurrent requests by CallRestEndpoint, the RESTHost, and SimpleRESTHost.
2.1.0
21 Aug 2023
In the CallRESTEndpoint function, any type objects are now JSON serialized to string when assigned to a string property
Fixed issue where RESTHost interpreted free-form objects as lists
2.0.0
11 May 2023
Fixed issue where Multipart form did not receive binary file contents
Fixed base64 format option did not work in a multi-part form
1.2.1
11 Apr 2023
Fixed malalignment issue of the validation icon in the Name and Path property of SimpleRestHost
1.2.0
17 Feb 2023
Added API Base URL and Docs URL to the Debug Output
REST now returns 200 status code by default if none is specified
Fixed issue where SimpleRESTHost dropped event functions when renaming operations
Fixed issue where unneeded Return was required after CallRESTEndpoint
1.1.1
25 Oct 2022
When the body format on CallRESTEndpoint is set to Stream, set the body ContentType in the request to 'application/octet-stream'
1.1.0
27 Jul 2022
Support OPTIONS method in HTTP client
Resolved 'Cannot access a closed stream' exception in SimpleREST host
Resolved issue where result type with variant property sent the object through as a string
1.0.3
6 Apr 2022
Reduced the amount of data saved for REST functions and services
1.0.2
18 Mar 2022
First release
Last updated