Skip to content

Releases: WinterFramework/winter

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 <Lumax.rus@gmail.com>

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)

Reorganize structure

13 Jul 11:33
3addbbf
Compare
Choose a tag to compare
  • winter.pagination classes (Page, PagePosition, Order, Sort, SortDirection) moved to winter.data.pagination
  • winter.json_encoder things (e.g. register_encoder) moved to winter.core.json
  • winter.json_renderer.JSONRenderer moved to winter.django.drf.renderers.JSONRenderer
  • winter.converters moved to winter.core.json.decoder
  • argument_resolver, controller, output_processor are now part of winter.web. Import paths are preserved.
  • winter.routing moved to winter.web.routing
  • winter.exceptions moved to winter.web.exceptions
  • PositiveInteger moved to winter.code.utils
  • Move type_utils to winter.core.utils.typing
  • Extract winter.schema to winter_openapi (winter_openapi.setup should be called manually now)
  • Extract winter.drf and winter.django to winter_django (JSONRenderer moved to winter_django.renderers.JSONRenderer)

Fixed throttling for multiple workers

28 Jan 07:10
ff2c2ab
Compare
Choose a tag to compare

Made throttling scope (if not set) based on a method full name.
Removed throttling for controller classes.

Add support python3.8

17 Nov 13:54
66bed4f
Compare
Choose a tag to compare
Add support python3.8 (#141)

* Add support python3.8

Fixed checking request body

09 Sep 04:09
b906376
Compare
Choose a tag to compare
Fixed checking request body type (#139)

* Fixed checking request body type

* Updated version

Handled default factory in converters

24 Jul 12:15
a61c488
Compare
Choose a tag to compare
1.14.1

Handle default factory in convert_dataclass (#128)