Skip to content

Workflows CDK v0.1.0

Choose a tag to compare

@olivieropinotti olivieropinotti released this 17 Feb 19:18
· 39 commits to dev since this release
1e18db4

Release v0.1.0 - Initial Feature Release

🚀 First feature-complete release of the Workflows CDK

Key Features

  • File-based routing system inspired by Next.js
  • Automatic route discovery and registration
  • Built-in error handling with Sentry integration
  • Standardized request/response handling
  • Environment-aware configuration
  • Type-safe error management
  • CORS support out of the box

Core Components

  • Router: Automatic route discovery and registration
  • Request: Enhanced request handling with data/credentials access
  • Response: Standardized response formatting
  • ManagedError: Structured error handling with Sentry integration

Breaking Changes

  • Initial stable release, establishing API contract

Dependencies

  • Flask 2.0.3
  • Werkzeug 2.2
  • Sentry SDK 2.0.0
  • Pydantic 2.0+
  • PyYAML 6.0+

For detailed usage instructions, see the README.md

Full Changelog: https://github.com/stacksyncdata/workflows-cdk/commits/v0.1.0