Releases: WinterFramework/winter
Releases · WinterFramework/winter
Fix Set openapi generation for python 3.8
7.0.2 Set version to 7.0.2
Export winter_openapi.global_exception
Merge pull request #183 from WinterFramework/fix-imports Fix imports
Remove auto_handle parameter
Improve exception handling (#182) * Remove auto_handle arg from problem annotation, behave like auto_handle=True * Rename module, function and annotation throws to raises * Add validate_missing_raises_annotations step to openapi setup
Auto handle NotFoundException
Merge pull request #181 from WinterFramework/auto-handle-not-found Auto handle not found exception
Stable order of domain event handlers
6.0.1 Update version to 6.0.1
winter_sqlalchemy and winter_ddd integration
Domain events are now handled upon CRUDRepository.save()
Add problem annotation
5.0.0 Add problem annotation (RFC7807) (#175)
Fix create_django_urls for build correct regex pattern
Fix create_django_urls for build correct regex pattern (#174) * Fix create_django_urls for build correct regex pattern * Change change log. Increment version * Wrap long strint to parentheses Co-authored-by: Maxim Luzin <[email protected]>
Support Page subclasses
Merge pull request #172 from WinterFramework/page-inheritance Support Page class inheritance
Support Union in domain event handlers
4.0 Support Union in domain event handlers (#171)