0.9.0 (Pre Release)
Upgrading from an earlier version?
If you are upgrading an existing deployment, review the upgrade notes first.
Features (1)
- Audit Logs
Added a new audit log table to make system-wide action monitoring easier.
Upgrade notes
Important: The legacy RepoFlow API is no longer supported. Starting with this version, only API v1 is supported. All package management APIs remain unchanged. Commands such as
docker push,npm publish,nuget push,mvn deploy, and similar package publishing workflows continue to work exactly as before.However, if you previously used the RepoFlow API directly for actions such as uploading packages, managing repositories, or other administrative operations, those requests must now use API v1.
API v1 is very similar to the previous API, and in most cases updating the endpoint URL will be sufficient. At the same time, the API structure has been improved to provide a better developer experience, including clearer organization, more detailed error responses, and improved documentation.
If you have any questions or need help migrating to API v1, feel free to contact us.