Releases: openkfw/TruBudget
Releases · openkfw/TruBudget
v2.0.0
Changed
- Replaced the master branch name and image tag with main #1098
- Replaced master and slave terminology with alpha and beta #1098
- All services use
PORT
environment variable to describe their own service port #999 - All services use
[SERVICE_NAME]_ENABLED=true
to describe an enabled service #999 - Renamed
RPC...
environment variables toMULTICHAIN_RPC...
e.g.RPC_PORT
toMULTICHAIN_RPC_PORT
#999 - All services serve a liveness and readiness endpoint [#1122] (#1122)
- Add stricter validation for strings, ids and passwords #1029
- Additional check for backup version in backup endpoint #1076
- Group.addUser supports more than one user #725
- Remove test/prod environment from frontend including environment variables
TEST_API_HOST
/TEST_API_PORT
changed toAPI_HOST
/API_PORT
#954
Deprecated
- Remove v1 of history endpoints #1152
Removed
v1.30.0
v1.29.0
v1.28.1
v1.28.0
v1.27.0
v1.26.0
Added
- Optional blockchain network configuration so user can sign transactions with their own address #943.
Changed
- The email-notificaiton-service environment variable MODE changed to AUTHENTICATION. The values are
jwt
for JWT-authentication andnone
to ignore authentication #928.
Fixed
- Fixed a bug where it was possible to create users and groups with the same id. This will not be allowed in the future. However, if a user and a group with the same id already exist in the same network the permission system will not work correctly, so the user should be disabled by the admin #943.
- Fixed penetration-test results #943.
v1.25.0
v1.24.0
v1.23.1
Added
- Trubudget's documentation is now available on our website
- Trubudget boards including the roadmap and easy to follow sprint boards which shows the current development.
Changed
- The document id passed by the user on document creation in older versions may not be specified anymore. The filename of the uploaded document is used instead. #837
- The change above also affects previously uploaded documents. Only the file's names are shown not the passed ids.
Deprecated
- We move our communication from gitter to github discussions
Fixed
- Fixed a bug where it was not possible to upload files bigger than ~10MB (current limit: 50MB)#843