feat: finalize first basis version#1
Merged
flitzpiepe93 merged 21 commits intomainfrom Aug 4, 2025
Merged
Conversation
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment Thanks for integrating Codecov - We've got you covered ☂️ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a set of improvements across the codebase, documentation, and CI configuration. The most notable change is the migration from thread.local to contextvars for context management, enabling proper support for asynchronous applications. Additionally, a Dependabot configuration has been added to automate dependency updates.
The documentation has been significantly revised: the README was restructured and updated, quickstart examples were added to improve onboarding, icons were removed from enumerations for a cleaner look, and a reference to structlog was included for users looking to integrate with structured logging tools.
On the maintenance side, the obsolete junit.xml file was removed from the repository, and the codebase was reformatted for consistency. A security policy and a code of conduct were also introduced to align with best practices for open source projects.
Lastly, the CI pipeline was updated, including adjustments to the test job and some experimentation with slug handling, which was ultimately reverted.