Releases: project-tsurugi/belayer-webapi
Releases · project-tsurugi/belayer-webapi
1.5.1
Change Log
Misc changes
- add the return value into the error messages when show_db_status.sh failed.
Bug fixes
- fix Belayerinitilizer and BelayerShellScriptInitializer in spcified profiles such as authmock, test-group.
- fix stub to use TSURUGI_HOME env variable.
Full Changelog
1.5.0
Change Log
Since ver 1.4.7
Breaking changes
- Some new APIs and extended APIs for multi-node feature.
- [New] Endpoint List API(エンドポイント一覧取得API)
- [New] Db ChangeMode API(DB起動モード変更API)
- [New] Db Sysnc API(DB同期API)
- [Changed] DbStatusAPI(DBステータス確認API): add field item into output.
- belayer-webapi now requires
jqandpython3command. - change default setting for CORS, from all allowed to all deny as default.
- enable to control access log by environment variables.
- enable to output logs when authentication/authorization failed.
- introduce BELAYER_HOME and directory to place config files which includes
endpoint.csvandinstance_info.json. - change JAR name from tsurugi-webapp-xxx.jar to tsurugi-belayer.jar
- organize spring application.properites and profiles.
- introduce springbooot launch script which is automatically included in JAR and the systemd service setting follows it.
- add stub scirpts for tgctl, tgha which provides dummy multi-nodes feature. These script requires
pyton3. - add initilalizer funciton to check Java version and to check requied commands.
- add initializer function to place shell scripts into
procdirectory.
Misc changes
- update dependencies.
- update artifacts for CI/CD.
Full Changelog
1.4.7
1.5.0-SNAPSHOT
1.4.6
Change Log
Since ver 1.4.5
Misc changes
- Bump tsubakuro ver 1.13.0 for Tsurugi 1.8.0.
- add dependabot settings.
Full Changelog
1.4.5
1.4.4
Change Log
Since ver 1.4.3
New features
- Enable tsurugi authentication feature for tsurugidb 1.6.0.
Misc changes
- Bump tsubakuro ver 1.11.0.
Full Changelog
1.4.3
Change Log
Since ver 1.4.2
New features
- Support BINARY, VARBINARY columns in CSV for dump/load.
Misc changes
- Bump tsubakuro ver 1.10.0.
Full Changelog
1.4.2
Change Log
Since ver 1.4.1
Breaking changes
- change default protocol to TsurugiDB from TPC to IPC
- Specify env variable
TSURUGI_URL=tcp://localhost:12345to use TPC.
- Specify env variable
Misc changes
- allow CORS for all origins, methods
Bug Fixes
- Invalid TIME format while dump CSV.