Skip to content

v0.9.3 — Deprecation Stub (use @fozikio/cortex-engine)

Choose a tag to compare

@idapixl idapixl released this 19 Mar 22:05
· 155 commits to master since this release
5330cf6

Deprecation Notice

This version was published to the old cortex-engine npm package as a deprecation stub.

If you installed cortex-engine (unscoped), v0.9.3 redirects you to the new scoped package:

npm uninstall cortex-engine
npm install @fozikio/cortex-engine

The real, actively maintained package is @fozikio/cortex-engine.

This release also includes security hardening and CI improvements:

  • Resolved all 7 GitHub code scanning security alerts (path traversal, ReDoS, info leakage)
  • Docker onboarding (Dockerfile, docker-compose, GHCR publish workflow)
  • REST server with bundled dashboard
  • Dependabot dependency updates

Full Changelog: v0.9.2...v0.9.3