Skip to content
GitHub Actions edited this page Jan 22, 2026 · 1 revision

v0.3.3 Release Notes

Release Date: August 14, 2025

Auto-fix by default and Docker resource management.


Overview

This release makes ALWAYS_AUTOFIX the default behavior and adds comprehensive Docker resource management.


Features

Added

ALWAYS_AUTOFIX Mode

  • Automatic fixing is now the default behavior
  • System defaults to ALWAYS_AUTOFIX=true unless explicitly set to false
  • Concise output mode with inline status updates when auto-fix is enabled
  • Up to 30 retry attempts in auto-fix mode for comprehensive resolution
  • Interactive mode still available by setting ALWAYS_AUTOFIX=false

Docker Resource Management

  • New nself clean command for Docker cleanup operations
  • Proper image tagging with project name and environment
  • Support for cleaning containers, images, volumes, and networks
  • Prevents duplicate image buildup with consistent naming conventions

Comprehensive Service Auto-Generation

  • Automatic generation of missing NestJS, BullMQ, Go, and Python services
  • Smart detection of service types from directory structure
  • Complete hello-world implementations with proper Dockerfiles
  • Seamless continuation after service generation without manual intervention

Advanced Port Conflict Resolution

  • Upfront port checking before Docker startup
  • Interactive numbered options for conflict resolution
  • Automatic port reassignment in ALWAYS_AUTOFIX mode
  • Intelligent port mapping for Redis, Mailpit, and other services

Fixed

Build System Robustness

  • Silent build failures now properly report errors
  • Build command is fully idempotent and handles partial builds
  • Validation runs in subshell to prevent script exits
  • Proper handling of existing infrastructure

Service Startup Reliability

  • Automatic recovery from unhealthy services
  • Missing Dockerfile detection and generation
  • Go module dependency resolution
  • Continuous retry mechanism for transient failures

Changed

  • ALWAYS_AUTOFIX is now true by default
  • System auto-fixes issues unless explicitly disabled
  • More automation-friendly for CI/CD environments

Full Changelog: v0.3.2...v0.3.3

Home


Getting Started


Commands


Features


Configuration


Plugins (87 + 10 monitoring)

Free (25)
Pro (62)
Planned (26)
  • plugin-audit
  • plugin-blog
  • plugin-checkout
  • plugin-commerce
  • plugin-drm
  • plugin-export
  • plugin-flow
  • plugin-import
  • plugin-ldap
  • plugin-mailgun
  • plugin-media
  • plugin-oauth-providers
  • plugin-pages
  • plugin-postmark
  • plugin-rate-limit
  • plugin-reports
  • plugin-saml
  • plugin-scheduler
  • plugin-sendgrid
  • plugin-sso
  • plugin-subscription
  • plugin-thumb
  • plugin-transcoder
  • plugin-twilio
  • plugin-waf
  • plugin-watermark

Guides


Architecture


Reference


Licensing


Security


Brand


Operations


Contributing


Admin


Changelog


All commands (52)

Clone this wiki locally