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 1.0.4 #180

Merged
merged 10 commits into from
Oct 2, 2023
Merged

Release 1.0.4 #180

merged 10 commits into from
Oct 2, 2023

Conversation

fjork3
Copy link
Contributor

@fjork3 fjork3 commented Oct 2, 2023

No description provided.

fjork3 and others added 9 commits September 29, 2023 17:50
Co-authored-by: Jacob Ginsparg <jacobginsparg@gmail.com>
Co-authored-by: broadband <iambroadband@gmail.com>
Update the behavior of the ScoozeApi in the following ways:
- CardApi is now a collection of async function wrappers around database operations related to cards
- ScoozeApi now uses the asyncio.Runner ContextManager to run each of the CardApi endpoints

This will prevent problems with "Event Loop is Closed" when calling asyncio.run too many times too quickly. Instead we will now rely on asyncio.Runner.run
We messed up during deploy, so I'm tacking this on after the fact. It'll
get cleaned up in the next release.
col_type can potentially be confused for columns rather than collections.
semver on 0.x.x version numbers treats minor updates equivalently to a
bump to 1.x.x; our requirement of fastapi at least 0.100.1 was not
compatible with the current newest version of 0.103.2. This PR changes
that bound to allow newest; we may need to revisit again for other
packages or when other 0.x dependencies update versions.
@fjork3 fjork3 marked this pull request as ready for review October 2, 2023 19:57
@fjork3 fjork3 merged commit 5f0838d into main Oct 2, 2023
@fjork3 fjork3 deleted the release-1.0.4 branch October 2, 2023 20:18
iambroadband added a commit that referenced this pull request Oct 11, 2023
Co-authored-by: Jacob Ginsparg <jacobginsparg@gmail.com>
Co-authored-by: broadband <iambroadband@gmail.com>
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