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

chore: bump versions #106

Merged
merged 1 commit into from
Dec 4, 2024
Merged

chore: bump versions #106

merged 1 commit into from
Dec 4, 2024

Conversation

rasendubi
Copy link
Collaborator

Would like to push a bunch of releases

@@ -1,6 +1,6 @@
[package]
name = "eppo_core"
version = "4.1.1"
version = "4.2.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Main change here was removing reqwest::blocking and introducing tokio for async handling. Do you think this helps/hurts any threading stability? Any additional improvements for handling exceptions in tokio?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should make no difference as we're just doing what reqwest::blocking did under the hood

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, just found that we included breaking changes in 4.1.1, so we need a major bump: #107

@rasendubi rasendubi merged commit 5a8bf01 into main Dec 4, 2024
26 checks passed
@rasendubi rasendubi deleted the chore-bump-versions branch December 4, 2024 18:23
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