Skip to content

1.1.0-SNAPSHOT

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Dec 02:35
· 53 commits to master since this release
b20c41d

New API

  • Add DB control APIs
    • Start Tsurugi DB API
    • Shutdown Tsurugi DB API
    • Show Tsurugi DB status API
  • Add Download multipul files as zip API

enhancement

  • preserve stdout/stderr output in the tmp direcotry when tgctl executed.

breaking changes

  • webapi/src/main/resources/application.properties

    - webapi.cli.cmd.online=${webapi.tsurugi.home}/bin/tgctl status --monitor %s --conf %s
    + webapi.cli.timeout=1
    + webapi.cli.cmd.start=${webapi.tsurugi.home}/bin/tgctl start --monitor %s --conf %s --timeout ${webapi.cli.timeout}
    + webapi.cli.cmd.shutdown=${webapi.tsurugi.home}/bin/tgctl shutdown --monitor %s --conf %s --timeout ${webapi.cli.timeout}
    + webapi.cli.cmd.status=${webapi.tsurugi.home}/bin/tgctl status --monitor %s --conf %s

misc changes

  • Misc changes in #10
  • fix: Resolved a "Dependabot alert" by a module for e2e testing.
  • Enable to change tsubakuro version via project property

full Changelog

1.0.1...1.1.0-SNAPSHOT