Skip to content

lib: use msgspec json decoder for requests Session - #24894

Open
BeryJu wants to merge 3 commits into
lib/evaluator/lazy-sessionfrom
lib/http/requests-json-msgspec
Open

lib: use msgspec json decoder for requests Session #24894
BeryJu wants to merge 3 commits into
lib/evaluator/lazy-sessionfrom
lib/http/requests-json-msgspec

Conversation

@BeryJu

@BeryJu BeryJu commented Aug 7, 2026

Copy link
Copy Markdown
Member

the last one

@BeryJu
BeryJu requested a review from a team as a code owner August 7, 2026 22:42
@netlify

netlify Bot commented Aug 7, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 6b2686c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6a765f6865f09e000717d607
😎 Deploy Preview https://deploy-preview-24894--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov

codecov Bot commented Aug 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.37%. Comparing base (44ed01c) to head (47aa3a6).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@                      Coverage Diff                       @@
##           lib/evaluator/lazy-session   #24894      +/-   ##
==============================================================
+ Coverage                       86.70%   91.37%   +4.67%     
==============================================================
  Files                            1137     1138       +1     
  Lines                           71644    71702      +58     
  Branches                         3875     3875              
==============================================================
+ Hits                            62119    65521    +3402     
+ Misses                           9490     6146    -3344     
  Partials                           35       35              
Flag Coverage Δ
conformance 34.81% <32.20%> (-0.01%) ⬇️
e2e 39.52% <37.28%> (-0.01%) ⬇️
integration 31.38% <27.11%> (-0.01%) ⬇️
rust 38.89% <ø> (ø)
unit 93.03% <100.00%> (+5.24%) ⬆️
unit-migrate 93.06% <100.00%> (+5.23%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@BeryJu BeryJu changed the title lib: use msgspec decoder for requests Session lib: use msgspec json decoder for requests Session Aug 7, 2026
@BeryJu
BeryJu force-pushed the lib/http/requests-json-msgspec branch from dba51a9 to 4449b43 Compare August 7, 2026 23:41
@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-47aa3a6eef1fad76b0751f4269fd690c6b0602fc
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-47aa3a6eef1fad76b0751f4269fd690c6b0602fc

Afterwards, run the upgrade commands from the latest release notes.

BeryJu added 3 commits August 8, 2026 13:41
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu
BeryJu force-pushed the lib/http/requests-json-msgspec branch from 4449b43 to 47aa3a6 Compare August 8, 2026 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant