Skip to content

Releases: jfreed-dev/n8n-codex

v1.1.1

28 Dec 04:06
v1.1.1
47f61aa

Choose a tag to compare

What's Changed

Features

  • Add license badge to README (47f61aa)
  • Add release badge to README (9eb5127)

Bug Fixes

Other Changes

Dependencies

Full Changelog: v1.1.0...v1.1.1

v1.1.0

28 Dec 04:03
v1.1.0
9583d08

Choose a tag to compare

What's Changed

Features

  • Add Docker pull instructions to README (c0cf537)

Bug Fixes

Other Changes

  • Use ghcr.io image for claude-agent in docker-compose (9583d08)

Dependencies

Full Changelog: v1.0.1...v1.1.0

v1.0.1

28 Dec 04:00
v1.0.1
f8d3291

Choose a tag to compare

What's Changed

Features

  • Add packages:write permission to release workflow (f8d3291)

Bug Fixes

Other Changes

  • Make Docker publish non-blocking in release workflow (315edb5)

Dependencies

Full Changelog: v1.0.0...v1.0.1

v1.0.0

28 Dec 03:56
v1.0.0
822854d

Choose a tag to compare

What's Changed

Features

  • Add release workflow with changelog (822854d)
  • Add contributing guidelines and code of conduct (5859ad9)
  • Add issue and PR templates (0e83749)
  • Add Dependabot for dependency updates (f79b1de)
  • Add CI badge to README (73f8245)
  • Add GitHub Actions CI (bad6912)
  • Add Duo MFA environment variables to .env.example (07a7a03)
  • Add architecture diagrams with Mermaid (d5bb0e5)
  • Add AI instruction files to gitignore (a87ebcb)
  • Add project reviews and consolidated recommendations (73d61b2)
  • Add N8N_ENCRYPTION_KEY rotation plan (b2528b8)
  • Add admin capabilities and Duo MFA to Slack bot (dffdcb2)
  • Add Claude Agent service for UniFi network intelligence (1964c80)
  • Add Unifi credentials to n8n environment (0d04ada)

Bug Fixes

  • Fix lint errors and update ruff configuration (7ca1dbb)
  • Fix UniFi API 403 Forbidden on write operations (03867cd)
  • Fix claude-agent build and chromadb healthcheck (27c017e)
  • Fix workflow to run API calls sequentially (742b02f)
  • Fix Merge node error in Best Practices Audit workflow (9349cf0)
  • Fix workflow JSON format for n8n import (995f9ac)

Other Changes

  • Make mypy type check non-blocking in CI (dbccc66)
  • Prepare repository for public release (61162e8)
  • Link architecture diagrams from README (b7bfd79)
  • Update session notes with admin tools and CSRF fix (d06e424)
  • Update session notes with post-cleanup test results (0814bb1)
  • Remove OpenAI Codex references, replace with Claude Agent (4f00e9f)
  • Update README to reflect Claude Agent replacing OpenAI Codex (739352b)
  • Update session notes with testing results (8a02a92)
  • Apply best practices improvements and add session documentation (74db817)
  • Schedule Best Practices Audit to run daily at 8 AM (e0eb792)
  • Recreate Unifi Best Practices Audit workflow (fec182e)

Dependencies

Full Changelog: 1495912...v1.0.0