Releases: eadwinCode/django-ninja-extra
Releases · eadwinCode/django-ninja-extra
0.31.5
What's Changed
- Bump ruff from 0.15.4 to 0.15.8 by @dependabot[bot] in #363
- Bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #362
- Update mkdocs requirement from <2.0.0,>=1.1.2 to >=1.6.1,<2.0.0 by @dependabot[bot] in #371
- Bump ruff from 0.15.8 to 0.15.12 by @dependabot[bot] in #370
- Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 by @dependabot[bot] in #367
- Update ninja-schema requirement from >=0.14.1 to >=0.14.3 by @dependabot[bot] in #368
- Update mkdocs-markdownextradata-plugin requirement from <0.3.0,>=0.1.7 to >=0.2.6,<0.3.0 by @dependabot[bot] in #369
- fix(docs): replace legacy django-ninja.rest-framework.com links with django-ninja.dev by @angryfoxx in #365
- feat: add Python 3.13 and Django 6 support by @angryfoxx in #366
- Bump pytest-asyncio from 1.3.0 to 1.4.0 by @dependabot[bot] in #375
- Update flit-core requirement from <4,>=2 to >=3.12.0,<4 by @dependabot[bot] in #374
- Update mdx-include requirement from <2.0.0,>=1.4.1 to >=1.4.2,<2.0.0 by @dependabot[bot] in #373
- Bump ruff from 0.15.12 to 0.15.15 by @dependabot[bot] in #372
- fix: support streaming in controllers by @EricGadbin in #376
- Fix: mypy type checking issues by @eadwinCode in #377
New Contributors
- @angryfoxx made their first contribution in #365
- @EricGadbin made their first contribution in #376
Full Changelog: 0.31.4...0.31.5
0.31.4
What's Changed
- Fix tag inheritance in APIController and add tests by @eadwinCode in #359
- Improve return types for ModelService CRUD methods by @kennyhei in #360
New Contributors
Full Changelog: 0.31.3...0.31.4
0.31.3
What's Changed
- Support assigning TestClient headers and cookies via initializer by @n-shay in #354
- fix: inherit API-level auth in controller routes by @saschabuehrle in #355
- Add tests for controller auth and throttle inheritance in NinjaExtraAPI by @eadwinCode in #356
- Add clone method to Operation class for coroutine property preservation by @eadwinCode in #357
New Contributors
- @n-shay made their first contribution in #354
- @saschabuehrle made their first contribution in #355
Full Changelog: 0.31.2...0.31.3
0.31.2 with Ninja v1.6.0
What's Changed
- Bump ruff from 0.14.10 to 0.14.14 by @dependabot[bot] in #342
- Replace deprecated get_api_controller() with api_controller property by @kolanos in #343
- Bump ruff from 0.14.14 to 0.15.4 by @dependabot[bot] in #344
- Support queryset overrides in ModelService.get_one by @Allexik in #349
- Adapt ninja_extra to django-ninja 1.6.0b1 BoundRouter architecture by @eadwinCode in #348
New Contributors
Full Changelog: 0.31.0...0.31.2
0.31.0
What's Changed
- fix: Controller Endpoint API Resolution Order by @eadwinCode in #341
Full Changelog: 0.30.9...0.31.0
0.30.9
What's Changed
- Migrate from pydantic v1 config to pydantic v2 config by @eike-fokken in #334
- Bump ruff from 0.14.7 to 0.14.10 by @dependabot[bot] in #337
- Relax django-ninja dependency version by @fabianlange in #339
- Update django-ninja version to 1.5.3 by @eadwinCode a9e18f9
New Contributors
- @eike-fokken made their first contribution in #334
- @fabianlange made their first contribution in #339
Full Changelog: 0.30.8...0.30.9
0.30.8 with Ninja v1.5.1
What's Changed
- upgrade ninja support to 1.5.1(for django 6 support) by @mercelino in #325
- Bump pytest-asyncio from 1.2.0 to 1.3.0 by @dependabot[bot] in #322
- Bump ruff from 0.14.3 to 0.14.7 by @dependabot[bot] in #321
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #320
- fix: Ability To Disable Pagination In ModelControllers by @eadwinCode in #328
- Revert "fix: Ability To Disable Pagination In ModelControllers" by @eadwinCode in #329
- Added docs on how to disable pagination by @eadwinCode in #330
- refactor: migrate controller metadata to reflect-based storage by @eadwinCode in #331
- chores: Django V6.0 CI Tests by @eadwinCode in #333
New Contributors
- @mercelino made their first contribution in #325
Full Changelog: 0.30.6...0.30.8
0.30.6
What's Changed
- Revert controller url namespace by @eadwinCode in #318
Full Changelog: 0.30.5...0.30.6
0.30.5 with Ninja v1.5.0
What's Changed
- Bump ruff from 0.13.2 to 0.14.3 by @dependabot[bot] in #305
- implement urls namespace for APIController by @anentropic in #311
- Optional unique operation ID suffixes by @Ivan-Feofanov in #313
- chores: Refactored Url Namespace and Unique Route Operation Id by @eadwinCode in #315
- chores: Ninja v1.5.0 Upgrade by @eadwinCode in #316
- feat: Added Django Ninja FilterSchema support to Pagination Decorator And Model Controller by @eadwinCode in #317
New Contributors
- @anentropic made their first contribution in #311
- @Ivan-Feofanov made their first contribution in #313
Full Changelog: 0.30.2...0.30.5
0.30.2 with Ninja v1.4.5
What's Changed
- Bump pytest-asyncio from 0.26.0 to 1.0.0 by @dependabot[bot] in #283
- Bump ruff from 0.11.12 to 0.12.1 by @dependabot[bot] in #282
- fix: Mypy CI Errors by @eadwinCode in #289
- ModelService: in update(), exclude_unset instead of exclude_none by @Tatsh in #288
- Bump ruff from 0.12.1 to 0.12.11 by @dependabot[bot] in #292
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #291
- Bump pytest-asyncio from 1.0.0 to 1.2.0 by @dependabot[bot] in #298
- Bump ruff from 0.12.11 to 0.13.2 by @dependabot[bot] in #297
- Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 by @dependabot[bot] in #296
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #295
- fix response type for ModelController DELETE by @hamishfagg in #299
- docs(testing): Expand testing guide with TestClient/TestAsyncClient and prefix examples by @eadwinCode in #301
- fix: Refactored CSRF And Upgraded To Ninja v1.4.5 by @eadwinCode in #302
New Contributors
- @hamishfagg made their first contribution in #299
Full Changelog: 0.30.1...0.30.2