-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: logtide-dev/logtide-python
base: v0.8.5
head repository: logtide-dev/logtide-python
compare: v0.9.0
- 11 commits
- 23 files changed
- 3 contributors
Commits on May 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 8560909 - Browse repository at this point
Copy the full SHA 8560909View commit details -
feat: structlog processor, tests: structlog processor
Also changed pyproject.toml, to use dependency groups while testing. Also generated uv.sync file (for those who use uv) Fixed pytest asyncio mode to a normal one
Configuration menu - View commit details
-
Copy full SHA for ffc1ff5 - Browse repository at this point
Copy the full SHA ffc1ff5View commit details -
fix: use default while calculating the json payload
Downsides: users might see unwantanted class names (python class names) Upsides: users can now set non JSONable objects as metadata, and be fine.
Configuration menu - View commit details
-
Copy full SHA for f0c4e92 - Browse repository at this point
Copy the full SHA f0c4e92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b436f5 - Browse repository at this point
Copy the full SHA 0b436f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a77962 - Browse repository at this point
Copy the full SHA 0a77962View commit details
Commits on May 26, 2026
-
feat: json encoder, tests: refactor client, client uses json encoder
Took json encoder with inspiration to logfire, Added pytest-mock package and shortened some tests boilerplate, Custom json encoder (both on size calc and send)
Configuration menu - View commit details
-
Copy full SHA for c83c5a9 - Browse repository at this point
Copy the full SHA c83c5a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4059f0d - Browse repository at this point
Copy the full SHA 4059f0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1198d3c - Browse repository at this point
Copy the full SHA 1198d3cView commit details -
Merge pull request #5 from apelsynca/structlog-processor
Structlog processor
Configuration menu - View commit details
-
Copy full SHA for 569f77c - Browse repository at this point
Copy the full SHA 569f77cView commit details -
- structlog integration (LogTideProcessor) and robust JSON encoder - drop Python 3.8/3.9 support (minimum is now 3.10) - update CHANGELOG and README
Configuration menu - View commit details
-
Copy full SHA for 7bcfb32 - Browse repository at this point
Copy the full SHA 7bcfb32View commit details -
fix: release workflow installs test deps explicitly
The `dev` optional-dependency extra was removed in favor of `[dependency-groups]`, so `pip install -e ".[dev,async]"` no longer installed pytest. Match ci.yml: install extras + test tools explicitly.
Configuration menu - View commit details
-
Copy full SHA for ac50280 - Browse repository at this point
Copy the full SHA ac50280View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.8.5...v0.9.0