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

Release v1.10.2 - Major package bumps, various error corrections. #479

Merged
merged 1 commit into from
Mar 9, 2024

Conversation

echoboomer
Copy link
Owner

@echoboomer echoboomer commented Mar 9, 2024

Describe your changes

  • Bumps several out of date packages that were put off forever.
  • Removes limit on password column for users table. This will require a database migration or table recreation. This fixes a bug in a much older version of werkzeug.

Note: This requires a database migration and updates to the configuration. Please see all notes.

DATABASE MIGRATION REQUIRED

You can run make run_migrations from the root of this project, OR you can simply drop the users table and the application will recreate it. This obviously deletes the users you've created. You can optionally just set the password column of the users table to varchar with no char limit.

@echoboomer echoboomer merged commit 0cede73 into main Mar 9, 2024
6 checks passed
@echoboomer echoboomer deleted the v1.10.2 branch March 9, 2024 01:25
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.

None yet

1 participant