Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 0.41.0 #725

Merged
merged 1 commit into from
Sep 7, 2023
Merged

chore: release 0.41.0 #725

merged 1 commit into from
Sep 7, 2023

Conversation

Milouu
Copy link
Contributor

@Milouu Milouu commented Sep 5, 2023

Added

  • New SECRET_KEY optional environment variable (#671)
  • /api-token-auth/ and the associated tokens can now be disabled through the EXPIRY_TOKEN_ENABLED environment variable and server.allowImplicitLogin chart value (#698)
  • Tokens issued by /api-token-auth/ can now be deleted like other API tokens, through a DELETE request on the /active-api-tokens endpoint (#698)

Changed

  • Increase the number of tasks displayable in frontend workflow #697
  • BREAKING: Change the format of many API responses from {"message":...} to {"detail":...} (#705)

Removed

  • BREAKING: SECRET_KEY_PATH and SECRET_KEY_LOAD_AND_STORE environment variables (#671)
  • Removed logic for storing SECRET_KEY at startup, in order to increase stability; it should be done at a higher level, i.e. the chart (#671)

Fixed

  • /api-token-auth/ sometimes handing out tokens that are about to expire (#698)

@Milouu Milouu requested a review from a team as a code owner September 5, 2023 09:01
@Milouu Milouu merged commit 9a7259d into main Sep 7, 2023
10 checks passed
@Milouu Milouu deleted the chore/release-0.41.0 branch September 7, 2023 08:18
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.

2 participants