Skip to content

Commit cfc08cf

Browse files
committed
feat: remove old python slimrpc integration
1 parent 2b2036b commit cfc08cf

23 files changed

+411
-2242
lines changed

.github/release-config.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@
3535
"data-plane/python/bindings/examples": {
3636
"package-name": "slim-bindings-examples",
3737
"release-type": "python"
38-
},
39-
"data-plane/python/integrations/slimrpc": {
40-
"package-name": "slimrpc",
41-
"release-type": "python"
4238
}
4339
}
4440
}

.github/release-manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
"control-plane/control-plane": "0.7.1",
77
"charts/slim-control-plane": "0.7.0",
88
"data-plane/python/bindings/examples": "0.7.1",
9-
"data-plane/python/integrations/slimrpc": "0.2.1"
109
}

.github/workflows/python-integrations.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/release-python.yaml

Lines changed: 0 additions & 24 deletions
This file was deleted.

data-plane/bindings/python/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Python interface that wraps the high-performance Rust implementation.
2020
- **MLS Encryption**: End-to-end encryption for sessions
2121
- **Delivery Confirmation**: Optional completion handles for reliable messaging
2222
- **Flexible Authentication**: Shared secrets, JWT, SPIRE integration
23+
- **slimrpc Support**: Protocol Buffers RPC over SLIM - see [SLIMRPC.md](SLIMRPC.md) for details
2324

2425
## Architecture
2526

@@ -473,6 +474,7 @@ Apache-2.0 - See [LICENSE.md](../../../LICENSE.md) for details
473474

474475
## See Also
475476

477+
- [slimrpc Documentation](SLIMRPC.md) - Protocol Buffers RPC over SLIM
476478
- [Go Bindings](../go/README.md)
477479
- [UniFFI Adapter](../adapter/src/)
478480
- [SLIM Documentation](../../../README.md)

0 commit comments

Comments
 (0)