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
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"flipt-java": "1.2.0",
"flipt-node": "1.2.0",
"flipt-python": "1.4.1",
"flipt-rust": "1.1.1",
"flipt-java": "1.3.0",
"flipt-node": "1.3.0",
"flipt-python": "1.5.0",
"flipt-rust": "1.2.0",
"flipt-php": "1.2.0",
"flipt-csharp": "0.1.0"
"flipt-csharp": "0.1.1"
}
7 changes: 7 additions & 0 deletions flipt-csharp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-csharp-v0.1.0...flipt-csharp-v0.1.1) (2025-09-22)


### Features

* **php:** add ablity to set arbitrary headers ([#457](https://github.com/flipt-io/flipt-server-sdks/issues/457)) ([d252e8f](https://github.com/flipt-io/flipt-server-sdks/commit/d252e8f67895bf4ba1778d46f855c0a915fa024a))

## [0.1.0](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-csharp-v0.0.2...flipt-csharp-v0.1.0) (2025-03-01)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion flipt-csharp/src/Flipt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<PackageId>Flipt</PackageId>
<!-- x-release-please-start-version -->
<Version>0.1.0</Version>
<Version>0.1.1</Version>
<!-- x-release-please-end -->
<Authors>Joseph Washington Jr. (vgwizardx), Flipt Devs ([email protected])</Authors>
<Company>Flipt.io</Company>
Expand Down
7 changes: 7 additions & 0 deletions flipt-java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.0](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-java-v1.2.0...flipt-java-v1.3.0) (2025-09-22)


### Features

* **php:** add ablity to set arbitrary headers ([#457](https://github.com/flipt-io/flipt-server-sdks/issues/457)) ([d252e8f](https://github.com/flipt-io/flipt-server-sdks/commit/d252e8f67895bf4ba1778d46f855c0a915fa024a))

## [1.2.0](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-java-v1.1.2...flipt-java-v1.2.0) (2024-12-23)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion flipt-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

group = 'io.flipt'
// x-release-please-start-version
version = '1.2.0'
version = '1.3.0'
// x-release-please-end
description = 'Flipt Server SDK'

Expand Down
7 changes: 7 additions & 0 deletions flipt-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.0](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-node-v1.2.0...flipt-node-v1.3.0) (2025-09-22)


### Features

* **php:** add ablity to set arbitrary headers ([#457](https://github.com/flipt-io/flipt-server-sdks/issues/457)) ([d252e8f](https://github.com/flipt-io/flipt-server-sdks/commit/d252e8f67895bf4ba1778d46f855c0a915fa024a))

## [1.2.0](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-node-v1.1.0...flipt-node-v1.2.0) (2024-05-10)

### Features
Expand Down
18 changes: 9 additions & 9 deletions flipt-node/package-lock.json

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

2 changes: 1 addition & 1 deletion flipt-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flipt-io/flipt",
"version": "1.2.0",
"version": "1.3.0",
"description": "Flipt Server SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions flipt-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.0](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-python-v1.4.1...flipt-python-v1.5.0) (2025-09-22)


### Features

* **php:** add ablity to set arbitrary headers ([#457](https://github.com/flipt-io/flipt-server-sdks/issues/457)) ([d252e8f](https://github.com/flipt-io/flipt-server-sdks/commit/d252e8f67895bf4ba1778d46f855c0a915fa024a))

## [1.4.1](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-python-v1.4.0...flipt-python-v1.4.1) (2024-12-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion flipt-python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flipt"
version = "1.4.1"
version = "1.5.0"
description = "Flipt Server SDK"
authors = ["Flipt Devs <[email protected]>"]
license = "MIT"
Expand Down
7 changes: 7 additions & 0 deletions flipt-rust/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-rust-v1.1.1...flipt-rust-v1.2.0) (2025-09-22)


### Features

* **php:** add ablity to set arbitrary headers ([#457](https://github.com/flipt-io/flipt-server-sdks/issues/457)) ([d252e8f](https://github.com/flipt-io/flipt-server-sdks/commit/d252e8f67895bf4ba1778d46f855c0a915fa024a))

## [1.1.1](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-rust-v1.1.0...flipt-rust-v1.1.1) (2024-04-24)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion flipt-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "flipt"
description = "Flipt Server SDK"
version = "1.1.1"
version = "1.2.0"
edition = "2021"
authors = ["Flipt Devs <[email protected]>"]
license = "MIT"
Expand Down
Loading