Releases: progress/iceberg
2023-January
Provided updates to usage instructions to correctly reflect required parameter for tasks (eg. -Dwebapp for trimhttp).
2022-November
Primarily refactors common code across all procedures into new OOABL classes. This creates a new "OEManager Connection" for each procedure to reuse for all HTTP requests. The resulting changes now require the OpenEdge folder to be present in the PROPATH for execution, which has already been adjusted for the latest release.
Terminating sessions will now produce a stack output file to record what (if anything) was executing when the termination took place. All trim actions now support the 3 available terminate options: graceful, forced, or finish + stop.
2022-October
Corrects some descriptions on the usage instructions for the PROANT utilities and adds a new "trimsingle" for terminating an ABL Session on a specific agent and session. As part of the released code comes the note that when trimming active sessions it is encouraged to use the "trimhttp" task to terminate Client HTTP Sessions, which in turn will terminate their context (an ABL Session).