A quick browse of the Beta APEX 18.1 documentation
Noticed a few additions, one one omission.
-
- APEX_EXPORT – new package with supported methods for exporting APEX applications and other scripts into a CLOB: get_application, get_workspace_files, get_feedback, get_workspace
- APEX_JWT – new package for JSON Web Tokens – encode, decode, validate
- APEX_SESSION – new procedures: create_session, delete_session, attach, detach
- Missing documentation: Legacy JavaScript APIs – not sure if anyone will miss this, they could just refer to the 5.1 documentation for this
- I should mention also the new format for the APEX Javascript API reference. Lots of TODO’s 🙂
What I’m particularly looking for is a good reference for the interactiveGrid API. Hopefully they’ll add this soon. There is a reference for a “grid” widget but that is not the API for interactive grids. I notice there are APIs for actions and model which are relevant to interactive grids.
Any other changes I’ve missed?