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

v0.5.0 #36

Merged
merged 64 commits into from
Mar 4, 2024
Merged

v0.5.0 #36

merged 64 commits into from
Mar 4, 2024

Conversation

hannesrichter
Copy link
Member

@hannesrichter hannesrichter commented Jun 4, 2023

These changes are included:

  • updated dependencies to use sqlalchemy2
  • reworked test fixtures and removed xprocess
  • use SQLite in memory if nothing is configured
  • replaced usage of uuid4 with uuid1
  • adding files is now handled by the caller, not the persistence abstraction
  • cleaned up how dates are formatted throughout the API. now everything is an iso string and not any date time objects with implicit cast.
  • do not start the process if the database connection cannot be established. This helps when orchestrating docker setups with compose.
  • increased the default body request body size of waitress to 8gigs

@hannesrichter hannesrichter self-assigned this Jun 4, 2023
@hannesrichter hannesrichter linked an issue Jun 4, 2023 that may be closed by this pull request
Adding files is now the callers task and not handled by persistence;
@hannesrichter hannesrichter changed the title Modernize dependencies v0.5.0 Mar 4, 2024
@hannesrichter hannesrichter marked this pull request as ready for review March 4, 2024 17:23
@hannesrichter hannesrichter merged commit 7b3d2f7 into main Mar 4, 2024
5 checks passed
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.

Consider upgrading SQLAlchemy and FLASK
1 participant