Update dependency django-ninja to v1.6.2#1540
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
Member
|
Needs to be handled manually, see #1492 . |
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.4.5→==1.6.2Release Notes
vitalik/django-ninja (django-ninja)
v1.6.2: 1.6.2Compare Source
What's Changed
"app_label.ModelName"format for ModelSchemamodelby @andreasnuesslein in #1590New Contributors
Full Changelog: vitalik/django-ninja@v1.6.1...v1.6.2
v1.6.1: 1.6.1Compare Source
What's Changed
Full Changelog: vitalik/django-ninja@v1.6.0...v1.6.1
v1.6.0: 1.6.0Compare Source
What's New
Idempotent Router(s)
Routers are now reusable and can be mounted to multiple APIs or multiple times within the same API. Decorators, auth, tags, and throttle settings are fully isolated between mounts.
Cursor Pagination
New
CursorPaginationclass for stable pagination over frequently changing datasets. Uses base64-encoded cursor tokens instead of offsets, ensuring consistent results even when items are added or removed.Status Return
New
Statusclass for explicitly returning HTTP status codes. Replaces the old tuple syntax(status_code, body)which is now deprecated.Skip Re-validation
When returning a Pydantic model instance that already matches the response schema, Django Ninja now skips redundant validation and directly serializes — a nice performance boost.
Streaming Responses (JSONL & SSE)
First-class streaming support with automatic schema validation for each chunk. Supports both JSONL and Server-Sent Events formats.
Details
New Contributors
Full Changelog: vitalik/django-ninja@v1.5.3...v1.6.0
v1.5.3: 1.5.3Compare Source
Fixed swagger css #1648
v1.5.2Compare Source
A minor update
What's Changed
New Contributors
Full Changelog: vitalik/django-ninja@v1.5.1...v1.5.2
v1.5.1: 1.5.1Compare Source
What's Changed
Misc
New Contributors
Full Changelog: vitalik/django-ninja@v1.5.0...v1.5.1
v1.5.0: 1.5.0Compare Source
What's New
^+Fix issues with nested default dicts by @HeyHugo in #1582Changes
PathExwithAnnotatedtypes by @jceipek in #1574Misc
New Contributors
Chances since Beta1
Full Changelog: vitalik/django-ninja@v1.5.0b1...v1.5.0b2
Configuration
📅 Schedule: (UTC)
* 0-3 1 * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.