Skip to content

Commit a538a15

Browse files
chore: release 0.20.0 (#134)
Co-authored-by: runpod-release-please-bot[bot] <228772213+runpod-release-please-bot[bot]@users.noreply.github.com>
1 parent 83979e7 commit a538a15

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.19.0"
2+
".": "0.20.0"
33
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [0.20.0](https://github.com/runpod/tetra-rp/compare/v0.19.0...v0.20.0) (2026-01-15)
4+
5+
6+
### Features
7+
8+
* add generic handler factory and build integration for Flash ([#130](https://github.com/runpod/tetra-rp/issues/130)) ([8c1e6b8](https://github.com/runpod/tetra-rp/commit/8c1e6b86022a0c5f91dcf1832adf467607004f01))
9+
* add GET /manifest endpoint for mothership service discovery ([#139](https://github.com/runpod/tetra-rp/issues/139)) ([2956f09](https://github.com/runpod/tetra-rp/commit/2956f09318b459183b21a387c10d49bad03f19ee))
10+
* AE-1741 manifest management via gql for flash client ([#144](https://github.com/runpod/tetra-rp/issues/144)) ([83979e7](https://github.com/runpod/tetra-rp/commit/83979e7a80e6789931f555cd882ca77398a43615))
11+
* **build:** Add cross-platform build support and package exclusion ([#135](https://github.com/runpod/tetra-rp/issues/135)) ([68e0539](https://github.com/runpod/tetra-rp/commit/68e05391250a1232d4382baefedea81e45ca2f66))
12+
* complete `[@remote](https://github.com/remote)` support for LoadBalancer endpoints ([#131](https://github.com/runpod/tetra-rp/issues/131)) ([f2f34c0](https://github.com/runpod/tetra-rp/commit/f2f34c07b0d02a7c42c51789cb25c2f5eaaacc41))
13+
* cross-endpoint routing for serverless functions ([#129](https://github.com/runpod/tetra-rp/issues/129)) ([57ff437](https://github.com/runpod/tetra-rp/commit/57ff437f916ffbd0b29ec989a0361d6af674ca58))
14+
* mothership manifest sync and caching ([#140](https://github.com/runpod/tetra-rp/issues/140)) ([20490ea](https://github.com/runpod/tetra-rp/commit/20490ea3a749e93a33daf41cc98cebbc30669b5b))
15+
* **mothership:** implement auto-provisioning with manifest ([#136](https://github.com/runpod/tetra-rp/issues/136)) ([14effd4](https://github.com/runpod/tetra-rp/commit/14effd4ab5ed506206c36153dd9c72485deafa37))
16+
17+
18+
### Bug Fixes
19+
20+
* **drift:** Exclude runtime fields from config hash to prevent false positives ([#132](https://github.com/runpod/tetra-rp/issues/132)) ([13ced50](https://github.com/runpod/tetra-rp/commit/13ced50558be287c235b272f3419babf168b6af1))
21+
22+
23+
### Documentation
24+
25+
* **architecture:** Add deployment architecture specification ([#141](https://github.com/runpod/tetra-rp/issues/141)) ([b1de925](https://github.com/runpod/tetra-rp/commit/b1de9251a5c90dbfdfe7288a161f7bef51b4fa7f))
26+
327
## [0.19.0](https://github.com/runpod/tetra-rp/compare/v0.18.0...v0.19.0) (2025-12-12)
428

529

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tetra_rp"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
description = "A Python library for distributed inference and serving of machine learning models"
55
authors = [
66
{ name = "Marut Pandya", email = "pandyamarut@gmail.com" },

0 commit comments

Comments
 (0)