Hello Everyone,
This is a very nice release, which includes some new functionality and fixes
And more important there are lot of people contributed to this update
Thank you
- Added experimental [Pagination support](https://django-ninja.rest-framework.com/tutorial/pagination/) - allows you easely paginate your querysets and customize pages (note - this feature currently in beta and may change a bit in future udpates)
- Added support for streaming responses (149 by ErwinJunge )
- Mixing simple arguments and models arguments in GET parameters (178 by stephenrauch )
- Handle custom exceptions in authentication (174 by dozer133 )
- Added build_absolute_uri on test client (168 by jairhenrique )
- Typing improvements (167, 170 by davidszotten )
- Fix assertion message (175 by igoose1 )
- Resolve 148, missing wraps(), with a better error message. (184 by stephenrauch)
- Improved documentation on forward refs ( 161 by stephenrauch )
- Fixed add_router() to router already attached to API ( 188 by stephenrauch )
- Bumped Swagger UI to 3.51.2 ( 192 by igoose1 )