2.66.0-rc.1 (2024-11-27)
Bug Fixes
- actions: preserve order of execution (#8895) (85bdf01)
- cache: unset client and user names in defaults (#8901) (b77901c)
- console: bug fixes for ListProjectRoles and general pagination (#8938) (33bff5a), closes #8460 #8460 #8460
- eventstore: cleanup org fields on remove (#8946) (ccef67c)
- eventstore: correct database type in
PushWithClient
(#8949) (7714af6) - eventstore: set application name during push to instance id (#8918) (522c828)
- fix slice init length (#8707) (69e9926)
- milestones: use previous spelling for milestone types (#8886) (a062fd7), closes #8788
- mirror: Fix instance_id check for tables without (#8852) (a09c772), closes #8558
- oidc: do not return access token for response type id_token (#8777) (778b404)
- saml: provide option to get internal as default ACS (#8888) (374b9a7)
- setup: improve search query to use index (#8898) (ecbf0db)
- translations: typo in VerifyEmail body (#8872) (0c046de)
- typo in defaults.yaml where ExternalPort should be ExternalDomain (#8923) (48ffc90)
- use correct check for user existing on import (#8907) (7ba797b)
Features
- cache: organization (#8903) (c165ed0), closes #8865 #8902
- cache: redis circuit breaker (#8890) (3b7b0c6), closes #8864
- eventstore: accept transaction in push (#8945) (1ee7a1a)
- eventstore: add row locking option (#8939) (d4389ab)
- eventstore: exclude aggregate IDs when event_type occurred (#8940) (ff70ede)
- notification: use event worker pool (#8962) (8537805), closes #8931