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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.1"
".": "0.5.2"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.5.2](https://github.com/PrivateAIM/node-hub-api-adapter/compare/v0.5.1...v0.5.2) (2026-04-09)


### Features

* **auth:** keep internal token fetch within cluster ([7f999e5](https://github.com/PrivateAIM/node-hub-api-adapter/commit/7f999e5fc7c07292af5f16ab2fb148e1fb99ad07))
* **kong:** add kong ep to delete orphaned services ([e6efc2b](https://github.com/PrivateAIM/node-hub-api-adapter/commit/e6efc2b77055bbe193f4b6d54a95372ecb327285))


### Bug Fixes

* **kong:** have kong delete service if route fails during initialize ([e13ad2e](https://github.com/PrivateAIM/node-hub-api-adapter/commit/e13ad2e0b87e1edf992cb47960a3141a8d045499))

## [0.5.1](https://github.com/PrivateAIM/node-hub-api-adapter/compare/v0.5.0...v0.5.1) (2026-03-18)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "hub-adapter"
version = "0.5.1"
version = "0.5.2"
description = "API gateway interface for the Node UI to interact with the other node services and the hub."
authors = [{ name = "Bruce Schultz", email = "bruce.schultz@uk-koeln.de" }]
readme = "README.md"
Expand Down