|
|
A-Shell Release Notes Version 7.0.1759.2 (06 June 2024) |
---|---|---|
1759.2.1 |
Fix |
64 bit bug fix: XCALL JSON was crashing with SEGV. |
1759.2.2 |
Fix |
ASHNET.DLL / libashnet.so 1.14.196 update, OAUTH2 bug fix: <\003><redirect> clause in refresh'token$ wasn't working. |
|
|
A-Shell Release Notes Version 7.0.1759.1 (21 May 2024) |
1759.1 |
Xcall aliasing refinement: Using the ALIAS system parameter, you can now redirect an internal Xcall routine to an external (SBX) equivalent of the same name by specifying the same name for both parts of the ALIAS directive, e.g.: ALIAS=ABC123,ABC123 ; redirect XCALL ABC123 (internal) to ABC123.SBX |
|
|
|
A-Shell Release Notes Version 7.0.1759.0 (20 May 2024) |
1759.0.1 |
New |
New MIAMEX function MX_LOCALE queries the native OS locale information. |
1759.0.2 |
Fix |
Minor internal refactoring and consolidation of the string-to-number functions involved in INPUT and expression evaluation. |
1759.0.3 |
Xcall OAUTH2 enhancement: new optional parameter add'param allows specification of additional authorization or token query parameters, which are required by some services. New syntax: xcall OAUTH2, opcode, status, clientid$, clientsecret$, option, auth'endpoint$, token'endpoint$, challenge$, scope$, refresh'token$, response$, handle, stsmsg$ {,file {,add'param}} New parameter add'param (string) [in] should be in the form of a comma-delimited list of name=value pairs, e.g. "token_access_type=offline,foo=bar" Note: requires ashnet 1.14.195 or higher. |
|
1759.0.4 |
ASHNET.DLL / libashnet.so 1.14.195 update: Add optional parameter add'param to OAUTH2. |
|
1759.0.5 |
Fix |
Xcall XENTER: remove complaint if no parameter passed. Problem introduced in 7.0.1754.0. |