Skip to content

Conversation

@Tehsmash
Copy link
Member

Description

Type of Change

  • Bugfix
  • New Feature
  • Breaking Change
  • Refactor
  • Documentation
  • Other (please describe)

Checklist

  • I have read the contributing guidelines
  • Existing issues have been referenced (where applicable)
  • I have verified this change is not present in other open pull requests
  • Functionality is documented
  • All code style checks pass
  • New code contribution is covered by automated tests
  • All new and existing tests pass

sancyx and others added 30 commits January 21, 2026 12:55
Signed-off-by: Magyari Sandor Szilard <[email protected]>
Signed-off-by: Magyari Sandor Szilard <[email protected]>
Signed-off-by: Magyari Sandor Szilard <[email protected]>
Signed-off-by: Magyari Sandor Szilard <[email protected]>
Signed-off-by: Magyari Sandor Szilard <[email protected]>
Signed-off-by: Magyari Sandor Szilard <[email protected]>
Signed-off-by: Magyari Sandor Szilard <[email protected]>
Signed-off-by: Magyari Sandor Szilard <[email protected]>
Signed-off-by: Magyari Sandor Szilard <[email protected]>
Signed-off-by: Magyari Sandor Szilard <[email protected]>
Signed-off-by: Magyari Sandor Szilard <[email protected]>
Signed-off-by: Magyari Sandor Szilard <[email protected]>
* main:
  feat(session): Add direction to slim app to control message flow (#1121)
  chore: remove simple example (#1123)
  build(deps): bump k8s.io/kubernetes from 1.34.1 to 1.34.2 in /internal/tools (#1119)
  refactor(Taskfile): move zig installation to global tools (#1120)
  feat: Migrate Rust MCP proxy to its own repo (#1100)
* origin/main:
  fix: add missing routes to participants (#1131)
  chore: refactor bindings github workflows (#1103)
  docs: add semantic versioning specification (#1126)
  build: (x)build the slimctl tool with zig (#1114)
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
@Tehsmash Tehsmash force-pushed the python_slimrpc_examples branch 2 times, most recently from cfc08cf to aa597a6 Compare January 30, 2026 10:50
* origin/main:
  fix: remove obsolete release-please components (#1157)
  feat: add support of gRPC using the uds for the local communication (#1060)
  fix(bindings): automatically convert internal errors to exposed errors (#1154)
  chore: release (#1011)
  fix: revert release SLIM 1.0.0-rc.0 (#1153)
  ci: release SLIM 1.0.0-rc.0 (#1151)
  ci: drop slim-bindings-libs- tag and move to slim-bindings- (#1150)
  feat: add reference count to subscription table (#1143)
@Tehsmash Tehsmash force-pushed the python_slimrpc_examples branch 2 times, most recently from 2d21e1d to 0760bde Compare January 30, 2026 14:18
@Tehsmash Tehsmash force-pushed the python_slimrpc_examples branch from 0760bde to 56369a3 Compare February 4, 2026 11:57
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
* origin/main:
  fix: code and image scan config files (#1199)
  build(deps): bump protobuf from 6.32.1 to 6.33.5 in /data-plane/python/integrations (#1177)
  refactor: remove integration folder (#1195)
  build(data-plane): upgrade to rust 1.93 (#1190)
  docs: 1.0.0 release notes (#1175)
  ci: remove unused go tools (#1172)
  fix: async methods in go bindings (#1149)
  chore(main): release helm-slim-control-plane 1.0.0 (#1173)
  feat(control-plane-helm): upgrade cp to 1.0.0 (#1167)
  fix: controller dockerfile (#1169)
  chore(main): release helm-slim 1.0.0 (#1105)
  feat(slim-helm): upgrade SLIM to 1.0.0 (#1166)
  chore: update slimctl cask to latest version (#1165)
  chore(main): release slimctl 1.0.0 (#1010)
  chore(main): release control-plane 1.0.0 (#994)
  chore(slimctl): upgrade slim-bindings to 1.0.0 (#1164)
  chore: release (#1156)
  chore(slim): release 1.0.0 (#1160)
  fix(ci): test-installation path (#1161)
  feat: support for configuring the locally started slim instance (#1139)
Signed-off-by: Mauro Sardara <[email protected]>
@msardara msardara force-pushed the slimrpc-rust2 branch 2 times, most recently from fb3dd3a to 631f366 Compare February 4, 2026 19:55
@Tehsmash Tehsmash force-pushed the python_slimrpc_examples branch from 56369a3 to 22e5a87 Compare February 5, 2026 13:25
msardara and others added 3 commits February 5, 2026 16:17
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
This removes the old slimrpc python integration in favor of the new
slimrpc code which is integrated into the rust bindings and exposed
through the FFI interface.

The slimrpc-compiler is updated according to the new API and the example
code from the old integration is copied over and also refactored.

Signed-off-by: Sam Betts <[email protected]>
@Tehsmash Tehsmash force-pushed the python_slimrpc_examples branch from 22e5a87 to 2152a3c Compare February 6, 2026 14:28
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 6, 2026

Base automatically changed from slimrpc-rust2 to main February 6, 2026 14:50
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.

3 participants