-
Issue I updated my frontend container to the latest keep-ui:latest version, but I can't find any release notes or changelog specifically for the API changes.
Questions Are the frontend and API maintained in the same repository? Since you have separate Docker images, it's unclear if they're built from the same repo or separate repos. I need to know what API changes were made so I can understand:
Current Problem Updated frontend successfully Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Both the frontend (keep-ui) and backend/API (keep-api) are maintained in the same repository, with separate directories for each component. There isn't a centralized changelog or release notes file specifically for API changes. Instead, API changes—including breaking changes, new endpoints, and migration steps—are typically documented in pull request descriptions. For example, a recent PR introduced breaking changes and new API endpoints, with details provided directly in the PR description (see PR #5002). To track API changes, it's best to monitor recent pull requests that affect the backend/API directory and review their descriptions for any notes on breaking changes or new features. There is currently no dedicated documentation page or changelog for API-specific release notes. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
So, according to https://github.com/keephq/keep/releases , all latest fixes sense Release v0.45.10 related to UI ? |
Beta Was this translation helpful? Give feedback.
-
oh, are there any instructions to handle DB migration when updating keep API container? we are using postgres with Keep |
Beta Was this translation helpful? Give feedback.
-
Thanks @shahargl, Can we rollback migrations just incase we had any issue after update to latest API image ? ( we use docker container ) Is the bot answer correct ? that we have the same repo for keep ui and keep backend ? |
Beta Was this translation helpful? Give feedback.
hey @hopewise - a bit later to the party.
API docs can be found at https://api.keephq.dev/docs
you can also get the full openapi.json - https://api.keephq.dev/openapi.json