Please enable JavaScript to view this site.

A-Shell 7.0 Release Notes

Navigation: Notes by Version and Date

1959 -- In Progress

Scroll Prev Top Next More

 

 

A-Shell Release Notes Version 7.0.1759.1 (21 May 2024)  

1759.1

EIR

Xcall aliasing refinement:  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

EIR

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

EIR

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.