Conversation
🦋 Changeset detectedLatest commit: 55a9168 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
| # 0.9.120 added Ruby 4.0 to the list of supported version | ||
| spec.add_dependency "rb_sys", "~> 0.9.120" | ||
|
|
||
| spec.add_dependency "logger", "~> 1.6" |
There was a problem hiding this comment.
logger is no longer a built-in gem and needs to be installed separately
|
4.0.0-preview3 passing in CI: https://github.com/Eppo-exp/eppo-multiplatform/actions/runs/20459980786/job/58790318814?pr=380 |
| @@ -14,9 +14,9 @@ crate-type = ["cdylib"] | |||
| env_logger = { version = "0.11.3", features = ["unstable-kv"] } | |||
| eppo_core = { version = "=9.3.0", features = ["magnus", "event_ingestion"] } | |||
There was a problem hiding this comment.
If you want to take the path of releasing a new eppo_core, then you bump this?
There was a problem hiding this comment.
Yeah, the bumping is automated. Once we merge this PR, the CI will open a pull request with the necessary bumps in eppo_core and ruby sdk (edit: #381)
|
Hello, 👋 when can we expect this to be released? It's still preventing to upgrade to Ruby 4.0 |
|
@byroot I'm going to release it today. I want to make sure that our CI produces ruby 4.0 binaries before I publish it |
|
Thank you! |
|
@byroot eppo-server-sdk 3.8.0 is out now 🫡 |
🎟️ Fixes issue
📜 Design Doc: link if applicable
Motivation and Context
Ruby 4.0 release is around the corner.
Description
Add support for the upcoming Ruby 4.0 with the test against ruby 4.0.0-preview3
How has this been documented?
How has this been tested?
Tested with 4.0.0-preview3 locally and added it to CI.