Skip to content

Releases: goauthentik/client-python

2025.12.0-rc2

18 Dec 00:38

Choose a tag to compare

version/2025.12.0-rc2

Version 2025.12.0-rc2

2025.12.0-rc1

16 Dec 06:24

Choose a tag to compare

version/2025.12.0-rc1

Version 2025.12.0-rc1

2025.10.3

16 Dec 18:24

Choose a tag to compare

version/2025.10.3

Version 2025.10.3

2025.8.5

19 Nov 15:22

Choose a tag to compare

version/2025.8.5

Version 2025.8.5

2025.10.2

19 Nov 15:24

Choose a tag to compare

version/2025.10.2

Version 2025.10.2

2025.10.1

03 Nov 17:22

Choose a tag to compare

version/2025.10.1

Version 2025.10.1

2025.10.0

27 Oct 20:22

Choose a tag to compare

version/2025.10.0

Version 2025.10.0

2025.10.0-rc3

21 Oct 14:22

Choose a tag to compare

version/2025.10.0-rc3

Version 2025.10.0-rc3

v2025.10.0-rc1-1760140185: -e Update API Client

10 Oct 23:50

Choose a tag to compare

-e Update API Client

What's Changed


GET /root/config/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New optional properties:

    • cache_timeout_reputation
    • Deleted property cache_timeout_reputation (integer)

v2025.10.0-rc1-1760107121: -e Update API Client

10 Oct 14:39

Choose a tag to compare

-e Update API Client

What's Changed


GET /tasks/tasks/{message_id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New required properties:

    • logs
    • previous_logs

    New optional properties:

    • messages
    • previous_messages
    • Added property logs (array)

      Items (object):
      > Single log message with all context logged.

      • Property timestamp (string)

      • Property log_level (string)

        Enum values:

        • critical
        • exception
        • error
        • warn
        • warning
        • info
        • debug
        • notset
      • Property logger (string)

      • Property event (string)

      • Property attributes (object)

    • Added property previous_logs (array)

    • Deleted property messages (array)

    • Deleted property previous_messages (array)

GET /tasks/tasks/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):

      New required properties:

      • logs
      • previous_logs

      New optional properties:

      • messages
      • previous_messages
      • Added property logs (array)

      • Added property previous_logs (array)

      • Deleted property messages (array)

      • Deleted property previous_messages (array)