Skip to content

Releases: WinterFramework/winter

Fix Set openapi generation for python 3.8

20 Jan 14:09
ad16cb3
Compare
Choose a tag to compare
7.0.2

Set version to 7.0.2

Export winter_openapi.global_exception

24 Dec 07:34
ee09a5b
Compare
Choose a tag to compare
Merge pull request #183 from WinterFramework/fix-imports

Fix imports

Remove auto_handle parameter

08 Dec 06:05
980d0c8
Compare
Choose a tag to compare
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

19 Nov 04:36
1769ca4
Compare
Choose a tag to compare
Merge pull request #181 from WinterFramework/auto-handle-not-found

Auto handle not found exception

Stable order of domain event handlers

13 Nov 09:08
Compare
Choose a tag to compare
6.0.1

Update version to 6.0.1

winter_sqlalchemy and winter_ddd integration

10 Nov 08:39
9f3bf46
Compare
Choose a tag to compare

Domain events are now handled upon CRUDRepository.save()

Add problem annotation

26 Oct 10:25
54e2394
Compare
Choose a tag to compare
5.0.0

Add problem annotation (RFC7807) (#175)

Fix create_django_urls for build correct regex pattern

07 Oct 06:32
e444690
Compare
Choose a tag to compare
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

15 Jul 10:41
31781e4
Compare
Choose a tag to compare
Merge pull request #172 from WinterFramework/page-inheritance

Support Page class inheritance

Support Union in domain event handlers

15 Jul 04:29
37f8ae1
Compare
Choose a tag to compare
4.0

Support Union in domain event handlers (#171)