Skip to content

Releases: cueapi/cueapi-core

v0.1.2 - Security patch

29 Mar 03:47

Choose a tag to compare

Critical security fix: IPv6-mapped IPv4 SSRF bypass patched. 22 dependency CVEs resolved across aiohttp, pyjwt, cryptography, and starlette. API docs disabled in production. Independent security audit completed: 41/42 tests passed.

v0.1.1

28 Mar 15:25

Choose a tag to compare

Fixed missing migrations 011-014 (critical: prevented fresh installs from starting). Corrected README examples for outcome reporting, one-time schedules, and registration flow. Documented pause/resume and worker heartbeat.

v0.1.0

28 Mar 05:53

Choose a tag to compare

Changelog

All notable changes to cueapi-core will be documented here.

[0.1.0] - 2025-03-28

Added

  • Initial open source release
  • 26 REST API endpoints across 8 resource groups (auth, cues, executions, workers, webhook secrets, usage, health)
  • Transactional outbox pattern for at-least-once delivery
  • Webhook transport with signed payloads (HMAC-SHA256)
  • Worker transport for agents without a public URL
  • Exponential backoff retries (1, 5, 15 min)
  • Email and webhook failure alerts
  • Execution outcome tracking separate from delivery status
  • PostgreSQL 16 + Redis 7 stack
  • Docker Compose for local development
  • Magic link authentication
  • Device code flow for CLI/agent auth
  • Memory block endpoint (GET /v1/memory-block)
  • Usage endpoint with projected limits (GET /v1/usage)
  • 367 automated tests via Argus QA pipeline