Authentik Release 2024.4.2 Release

요약

이번 릴리즈에서 수정된 내용은 다음과 같습니다:

  • sources/oauth: OAuth 클라이언트가 토큰 요청을 잘못 보내던 문제를 수정했습니다. (#9474)
  • flows: execute API 엔드포인트 오류를 수정했습니다. (#9478)
  • events: 모든 모델의 'str'을 추가로 조회하지 않고 호출할 수 있도록 보장했습니다. (#9480)
  • web/flows: 플로우 로고에 누락된 fallback을 추가했습니다. (#9487)
  • core: 필요한 경우에만 관련된 객체를 미리 가져오도록 수정했습니다. (#9476)
  • web: package-lock.json에 누락된 무결성 해시를 추가했습니다. (#9527)
  • lifecycle: 마이그레이션 후 데이터베이스 연결을 종료하도록 수정했습니다. (#9516)
  • providers/saml: ecdsa 지원을 수정했습니다. (#9537)
  • web/flows: 연속적으로 여러 개의 WebAuthn 장치를 등록할 때 오류를 수정했습니다. (#9545)
  • providers/scim: time_limit 설정이 잘못되던 문제를 수정했습니다. (#9546)
  • enterprise/audit: m2m 관계에서의 감사 로깅을 수정했습니다. (#9571)
  • core: 소스 플로우 관리자에 사용자-소스 연결을 너무 일찍 저장되는 문제를 수정했습니다. (#9559)
  • providers/scim: SCIM ID가 잘못 사용되던 문제를 수정했습니다. (#9557)
  • tenants: 기본 테넌트에서 예약된 작업이 실행되지 않던 문제를 수정했습니다. (#9583)
  • core: task clean_expiring_models에서 유효한 세션을 데이터베이스 스토리지를 사용할 때 제거하던 문제를 수정했습니다. (#9598)
  • core: task clean_expiring_models의 조건을 수정했습니다. (#9603)
  • sources/scim: 중복된 그룹과 유효하지 않은 스키마를 수정했습니다. (#9466)
  • website/docs: 2024.4.2 릴리즈 노트를 준비했습니다. (#9555)

전체 변경 내역: version/2024.4.1...version/2024.4.2

원문 내용

See https://docs.goauthentik.io/docs/releases/2024.4#fixed-in-202442

What's Changed

  • sources/oauth: fix OAuth Client sending token request incorrectly (cherry-pick #9474) by @gcp-cherry-pick-bot in #9475
  • flows: fix execute API endpoint (cherry-pick #9478) by @gcp-cherry-pick-bot in #9481
  • events: ensure all models' str can be called without any further lookups (cherry-pick #9480) by @gcp-cherry-pick-bot in #9485
  • web/flows: fix missing fallback for flow logo (cherry-pick #9487) by @gcp-cherry-pick-bot in #9492
  • core: only prefetch related objects when required (cherry-pick #9476) by @gcp-cherry-pick-bot in #9510
  • web: Add missing integrity hashes to package-lock.json by @jvanbruegge in #9527
  • lifecycle: close database connection after migrating (cherry-pick #9516) by @gcp-cherry-pick-bot in #9531
  • providers/saml: fix ecdsa support (cherry-pick #9537) by @gcp-cherry-pick-bot in #9544
  • web/flows: fix error when enrolling multiple WebAuthn devices consecutively (cherry-pick #9545) by @gcp-cherry-pick-bot in #9547
  • providers/scim: fix time_limit not set correctly (cherry-pick #9546) by @gcp-cherry-pick-bot in #9553
  • enterprise/audit: fix audit logging with m2m relations (cherry-pick #9571) by @gcp-cherry-pick-bot in #9572
  • core: fix source_flow_manager saving user-source connection too early (cherry-pick #9559) by @gcp-cherry-pick-bot in #9578
  • providers/scim: fix SCIM ID incorrectly used as primary key (cherry-pick #9557) by @gcp-cherry-pick-bot in #9579
  • tenants: fix scheduled tasks not running on default tenant (cherry-pick #9583) by @gcp-cherry-pick-bot in #9586
  • core: fix task clean_expiring_models removing valid sessions with using database storage (cherry-pick #9598) by @gcp-cherry-pick-bot in #9601
  • core: fix condition in task clean_expiring_models (cherry-pick #9603) by @gcp-cherry-pick-bot in #9604
  • sources/scim: fix duplicate groups and invalid schema (cherry-pick #9466) by @gcp-cherry-pick-bot in #9606
  • website/docs: prepare 2024.4.2 release notes (cherry-pick #9555) by @gcp-cherry-pick-bot in #9624

Full Changelog: version/2024.4.1...version/2024.4.2

링크 : https://github.com/goauthentik/authentik/releases/tag/version%2F2024.4.2