Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/july-2026-security-deps.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/lazy-hats-battle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stale-melons-eat.md

This file was deleted.

8 changes: 8 additions & 0 deletions elixir-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# elixir-sdk

## 0.2.5

### Patch Changes

- [#420](https://github.com/Eppo-exp/eppo-multiplatform/pull/420) [`9c813d4`](https://github.com/Eppo-exp/eppo-multiplatform/commit/9c813d45679921d87b9142a454492c15c70a33c4) Thanks [@aarsilv](https://github.com/aarsilv)! - Update `serde_with` 3.20 → 3.21.

- [#410](https://github.com/Eppo-exp/eppo-multiplatform/pull/410) [`c080b7c`](https://github.com/Eppo-exp/eppo-multiplatform/commit/c080b7ceb5ec9bed6d1fde5f683836c565c4f1f2) Thanks [@dd-oleksii](https://github.com/dd-oleksii)! - Sanitize sdkKey from logs on non-200 responses.

## 0.2.4

### Patch Changes
Expand Down
6 changes: 2 additions & 4 deletions elixir-sdk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion elixir-sdk/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule EppoSdk.MixProject do
def project do
[
app: :eppo_sdk,
version: "0.2.4",
version: "0.2.5",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
description: "Elixir SDK for Eppo's feature flagging and experimentation platform",
Expand Down
4 changes: 2 additions & 2 deletions elixir-sdk/native/sdk_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sdk_core"
version = "0.2.4"
version = "0.2.5"
authors = []
edition = "2021"

Expand All @@ -10,7 +10,7 @@ crate-type = ["cdylib"]

[dependencies]
rustler = { version = "0.36.1", features = ["serde"] }
eppo_core = { version = "=10.0.0", features = ["rustler"] }
eppo_core = { version = "=11.0.0", features = ["rustler"] }
serde_json = "1.0.148"
tokio = { version = "1.49.0", default-features = false, features = ["time"] }
log = "0.4.29"
2 changes: 1 addition & 1 deletion elixir-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "elixir-sdk",
"version": "0.2.4",
"version": "0.2.5",
"dependencies": {},
"devDependencies": {},
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions eppo_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# eppo_core

## 11.0.0

### Major Changes

- [#422](https://github.com/Eppo-exp/eppo-multiplatform/pull/422) [`bee3e1c`](https://github.com/Eppo-exp/eppo-multiplatform/commit/bee3e1c7c22a862ad36315aaa91ff9fa9190c704) Thanks [@dd-oleksii](https://github.com/dd-oleksii)! - Update pyo3 from 0.27 to 0.29. Raises MSRV to 1.83.

### Patch Changes

- [#410](https://github.com/Eppo-exp/eppo-multiplatform/pull/410) [`c080b7c`](https://github.com/Eppo-exp/eppo-multiplatform/commit/c080b7ceb5ec9bed6d1fde5f683836c565c4f1f2) Thanks [@dd-oleksii](https://github.com/dd-oleksii)! - Sanitize sdkKey from logs on non-200 responses.

## 10.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion eppo_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eppo_core"
version = "10.0.0"
version = "11.0.0"
edition = "2021"
description = "Eppo SDK core library"
repository = "https://github.com/Eppo-exp/rust-sdk"
Expand Down
2 changes: 1 addition & 1 deletion eppo_core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "eppo_core",
"version": "10.0.0",
"version": "11.0.0",
"dependencies": {},
"devDependencies": {},
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions python-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# python-sdk

## 4.4.2

### Patch Changes

- [#410](https://github.com/Eppo-exp/eppo-multiplatform/pull/410) [`c080b7c`](https://github.com/Eppo-exp/eppo-multiplatform/commit/c080b7ceb5ec9bed6d1fde5f683836c565c4f1f2) Thanks [@dd-oleksii](https://github.com/dd-oleksii)! - Sanitize sdkKey from logs on non-200 responses.

- [#422](https://github.com/Eppo-exp/eppo-multiplatform/pull/422) [`bee3e1c`](https://github.com/Eppo-exp/eppo-multiplatform/commit/bee3e1c7c22a862ad36315aaa91ff9fa9190c704) Thanks [@dd-oleksii](https://github.com/dd-oleksii)! - Update pyo3 from 0.27 to 0.29. Raises MSRV to 1.83.

## 4.4.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions python-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "eppo_py"
version = "4.4.1"
version = "4.4.2"
edition = "2021"
publish = false

[lib]
crate-type = ["cdylib"]

[dependencies]
eppo_core = { version = "=10.0.0", path = "../eppo_core", features = ["pyo3", "ahash"] }
eppo_core = { version = "=11.0.0", path = "../eppo_core", features = ["pyo3", "ahash"] }
log = "0.4.22"
pyo3 = "0.29"
pyo3-log = "0.13.4"
Expand Down
2 changes: 1 addition & 1 deletion python-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "python-sdk",
"version": "4.4.1",
"version": "4.4.2",
"dependencies": {},
"devDependencies": {},
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions ruby-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ruby-sdk

## 3.8.1

### Patch Changes

- [#420](https://github.com/Eppo-exp/eppo-multiplatform/pull/420) [`9c813d4`](https://github.com/Eppo-exp/eppo-multiplatform/commit/9c813d45679921d87b9142a454492c15c70a33c4) Thanks [@aarsilv](https://github.com/aarsilv)! - Update `serde_with` 3.20 → 3.21.

- [#410](https://github.com/Eppo-exp/eppo-multiplatform/pull/410) [`c080b7c`](https://github.com/Eppo-exp/eppo-multiplatform/commit/c080b7ceb5ec9bed6d1fde5f683836c565c4f1f2) Thanks [@dd-oleksii](https://github.com/dd-oleksii)! - Sanitize sdkKey from logs on non-200 responses.

## 3.8.0

### Minor Changes
Expand Down
6 changes: 2 additions & 4 deletions ruby-sdk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ruby-sdk/ext/eppo_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "eppo_client"
# TODO: this version and lib/eppo_client/version.rb should be in sync
version = "3.8.0"
version = "3.8.1"
edition = "2021"
license = "MIT"
publish = false
Expand All @@ -12,7 +12,7 @@ crate-type = ["cdylib"]

[dependencies]
env_logger = { version = "0.11.3", features = ["unstable-kv"] }
eppo_core = { version = "=10.0.0", features = ["magnus", "event_ingestion", "ahash"] }
eppo_core = { version = "=11.0.0", features = ["magnus", "event_ingestion", "ahash"] }
log = { version = "0.4.29", features = ["kv_serde"] }
magnus = { version = "0.8.2" }
serde = { version = "1.0.203", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion ruby-sdk/lib/eppo_client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# TODO: this version and ext/eppo_client/Cargo.toml should be in sync
module EppoClient
VERSION = "3.8.0"
VERSION = "3.8.1"
end
2 changes: 1 addition & 1 deletion ruby-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "ruby-sdk",
"version": "3.8.0",
"version": "3.8.1",
"dependencies": {},
"devDependencies": {},
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions rust-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# rust-sdk

## 5.2.2

### Patch Changes

- [#410](https://github.com/Eppo-exp/eppo-multiplatform/pull/410) [`c080b7c`](https://github.com/Eppo-exp/eppo-multiplatform/commit/c080b7ceb5ec9bed6d1fde5f683836c565c4f1f2) Thanks [@dd-oleksii](https://github.com/dd-oleksii)! - Sanitize sdkKey from logs on non-200 responses.

## 5.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions rust-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eppo"
version = "5.2.1"
version = "5.2.2"
edition = "2021"
description = "Eppo SDK for Rust"
homepage = "https://docs.geteppo.com/sdks/server-sdks/rust"
Expand All @@ -11,7 +11,7 @@ categories = ["config"]
rust-version = "1.80.0"

[dependencies]
eppo_core = { version = "=10.0.0", path = "../eppo_core" }
eppo_core = { version = "=11.0.0", path = "../eppo_core" }
log = { version = "0.4.21", features = ["kv", "kv_serde"] }
serde_json = "1.0.116"
tokio = { version = "1.34.0", default-features = false, features = ["time"] }
Expand Down
2 changes: 1 addition & 1 deletion rust-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "rust-sdk",
"version": "5.2.1",
"version": "5.2.2",
"dependencies": {},
"devDependencies": {},
"scripts": {
Expand Down