Skip to content

feat: Major v0.2.0 release - Complete modernization#12

Merged
CuriousLearner merged 3 commits intomasterfrom
v0.2.0-release
Oct 17, 2025
Merged

feat: Major v0.2.0 release - Complete modernization#12
CuriousLearner merged 3 commits intomasterfrom
v0.2.0-release

Conversation

@CuriousLearner
Copy link
Owner

This is a comprehensive rewrite of the API stub generator with modern Python tooling and significantly expanded functionality.

New Features

  • CLI interface with 'api-stub-gen' command (generate, watch, serve)
  • FastAPI support with async and auto-generated Swagger docs
  • Watch mode for auto-regeneration on file changes
  • YAML configuration file support
  • OpenAPI 3.0 specification generation
  • Built-in CORS support for both Flask and FastAPI
  • Template-based code generation using Jinja2
  • Comprehensive endpoint validation with helpful error messages
  • Docker and docker-compose support
  • Full type hints throughout codebase
  • Extensive test coverage (21 tests, 50% coverage)

Technical Improvements

  • Upgraded to Python 3.10+ with modern type hints
  • Migrated from Travis CI to GitHub Actions
  • Added pyproject.toml (PEP 621)
  • Replaced flake8 with Ruff for faster linting
  • Updated all dependencies to latest versions
  • Added health check endpoint
  • Improved error handling and validation

Breaking Changes

  • Minimum Python version now 3.10 (was 3.7)
  • Direct module execution deprecated (use CLI instead)
  • Pipenv deprecated in favor of pip

Documentation

  • Complete README rewrite with examples and comparisons
  • Added CHANGELOG with detailed release notes
  • Added DEPRECATED.md with migration guide
  • Example configuration file included

All tests passing. Linting clean. Ready for production use.

CuriousLearner and others added 3 commits October 9, 2025 07:21
This is a comprehensive rewrite of the API stub generator with modern
Python tooling and significantly expanded functionality.

## New Features
- CLI interface with 'api-stub-gen' command (generate, watch, serve)
- FastAPI support with async and auto-generated Swagger docs
- Watch mode for auto-regeneration on file changes
- YAML configuration file support
- OpenAPI 3.0 specification generation
- Built-in CORS support for both Flask and FastAPI
- Template-based code generation using Jinja2
- Comprehensive endpoint validation with helpful error messages
- Docker and docker-compose support
- Full type hints throughout codebase
- Extensive test coverage (21 tests, 50% coverage)

## Technical Improvements
- Upgraded to Python 3.10+ with modern type hints
- Migrated from Travis CI to GitHub Actions
- Added pyproject.toml (PEP 621)
- Replaced flake8 with Ruff for faster linting
- Updated all dependencies to latest versions
- Added health check endpoint
- Improved error handling and validation

## Breaking Changes
- Minimum Python version now 3.10 (was 3.7)
- Direct module execution deprecated (use CLI instead)
- Pipenv deprecated in favor of pip

## Documentation
- Complete README rewrite with examples and comparisons
- Added CHANGELOG with detailed release notes
- Added DEPRECATED.md with migration guide
- Example configuration file included

All tests passing. Linting clean. Ready for production use.
@CuriousLearner CuriousLearner merged commit ae76f1d into master Oct 17, 2025
9 checks passed
@CuriousLearner CuriousLearner deleted the v0.2.0-release branch October 17, 2025 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant