Skip to content

Releases: andre-simplifica/oracle-apex-echarts

Oracle APEX ECharts 1.0.1

Choose a tag to compare

@github-actions github-actions released this 22 Jul 22:11

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_ECHARTS 1.0.0
  • browser runtime 1.0.0
  • ChartSpec 1.0
  • project profile 1.0
  • plug-in FILES_VERSION 1

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

  1. Download and verify SHA256SUMS.
  2. For an agent skill, extract oracle-apex-echarts-skill-1.0.1.zip and run
    scaffold_consumer.py first without, then with, --apply.
  3. For APEX, run audit-installation.sql <application_id> read-only.
  4. Only in an authorized environment, run install.sql <application_id> and
    then validate-installation.sql <application_id>, or compile the matching
    package and import plugin.sql manually 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

Choose a tag to compare

@github-actions github-actions released this 22 Jul 22:04

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_ECHARTS 1.0.0
  • browser runtime 1.0.0
  • ChartSpec 1.0
  • project profile 1.0
  • plug-in FILES_VERSION 1

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

  1. Verify SHA256SUMS.
  2. Run the read-only audit-installation.sql with the explicit Application ID.
  3. Compile pk_apex_echarts.pks and pk_apex_echarts.pkb in the application's parsing schema.
  4. Import plugin.sql in Shared Components > Plug-ins > Import.
  5. Run validate-installation.sql with 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.