Releases: andre-simplifica/oracle-apex-echarts
Release list
Oracle APEX ECharts 1.0.1
Oracle APEX ECharts 1.0.1
Patch release for distribution and linked-skill maintenance. The Oracle APEX
plug-in, PK_APEX_ECHARTS, browser runtime, ChartSpec, and project-profile
contracts remain at their 1.0.0/1.0 versions.
Fixes
- Resolve annotated Git tags to the commit they reference, preventing a false
update notification immediately after installing a tagged release. - Normalize ZIP creation to UTC so the macOS and Linux builds are byte-identical.
Included versions
- Oracle APEX ECharts project 1.0.1
- skill 1.0.1
- Apache ECharts 6.1.0
- APEX plug-in 1.0.0
PK_APEX_ECHARTS1.0.0- browser runtime 1.0.0
- ChartSpec 1.0
- project profile 1.0
- plug-in
FILES_VERSION1
The supported contract is Oracle APEX >=24.2 <25.0 and Oracle Database
>=23ai; the exact evidence and empty live-runtime validation arrays are in
the attached compatibility.json.
Quick installation
- Download and verify
SHA256SUMS. - For an agent skill, extract
oracle-apex-echarts-skill-1.0.1.zipand run
scaffold_consumer.pyfirst without, then with,--apply. - For APEX, run
audit-installation.sql <application_id>read-only. - Only in an authorized environment, run
install.sql <application_id>and
thenvalidate-installation.sql <application_id>, or compile the matching
package and importplugin.sqlmanually in Shared Components.
Verify SHA256SUMS before installation. No database compilation, plug-in
import, or authenticated APEX runtime validation was performed for this
release. This project is not affiliated with or endorsed by Oracle Corporation
or the Apache Software Foundation.
Oracle APEX ECharts 1.0.0
Oracle APEX ECharts 1.0.0
First public, project-neutral release of the self-contained Apache ECharts integration for Oracle APEX.
Included versions
- Apache ECharts 6.1.0
- APEX plug-in 1.0.0
PK_APEX_ECHARTS1.0.0- browser runtime 1.0.0
- ChartSpec 1.0
- project profile 1.0
- plug-in
FILES_VERSION1
The repository contract is validated for Oracle APEX 24.2 and Oracle Database 26ai. No browser or authenticated Oracle APEX runtime was claimed as validated in this release; see compatibility.json.
Quick installation
- Verify
SHA256SUMS. - Run the read-only
audit-installation.sqlwith the explicit Application ID. - Compile
pk_apex_echarts.pksandpk_apex_echarts.pkbin the application's parsing schema. - Import
plugin.sqlin Shared Components > Plug-ins > Import. - Run
validate-installation.sqlwith the explicit Application ID.
For SQLcl, use the fail-safe install.sql entry point documented in docs/installation/sqlcl.md. It creates no pages, regions, or application data.
Runtime and provenance
The APEX plug-in export embeds the exact vendored echarts-6.1.0.min.js, integration runtime, CSS, provenance, licenses, and checksums. There is no CDN or network fallback at application runtime. ECHARTS-SOURCE.json records the verified npm SRI and the Apache source-checksum filename inconsistency observed on 2026-07-22; the inconsistent Apache source archive was rejected as provenance evidence.
This project is not affiliated with or endorsed by Oracle Corporation or the Apache Software Foundation.