Skip to content

Releases: project-tsurugi/belayer-webapi

1.3.2

13 Jun 02:26
Compare
Choose a tag to compare

1.3.1

24 Apr 05:06
Compare
Choose a tag to compare

Change Log

Since ver 1.3.0

Misc changes

  • bump tsubakuro version to 1.3.0

Full Changelog

1.3.0...1.3.1

1.3.0

29 Feb 07:13
Compare
Choose a tag to compare

Change Log

Since ver 1.2.0

New features

Misc changes

  • bump springboot version to 2.7.18
  • bump gradlew version to 8.6
  • Add a document about TLS setting. See tls-setting-ja.md.
  • Fix Log Level Setting. Issue #639

Breaking Changes

logging.level.root=${BELAYER_LOG_LEVEL:WARN}
logging.level.com.tsurugidb=DEBUG
logging.level.org.springframework=INFO
...
webapi.cli.cmd.status=${webapi.tsurugi.home}/bin/tgctl status --monitor %s --conf %s

to

logging.level.root=${BELAYER_LOG_LEVEL:WARN}
logging.level.com.tsurugidb=${BELAYER_LOG_LEVEL:DEBUG}
logging.level.org.springframework=${BELAYER_LOG_LEVEL:INFO}
...
webapi.cli.cmd.db-status=${webapi.tsurugi.home}/bin/tgctl status --monitor %s --conf %s
...
webapi.cli.cmd.session-status=${webapi.tsurugi.home}/bin/tgctl session show :%s --monitor %s --conf %s
webapi.cli.cmd.session-set-var=${webapi.tsurugi.home}/bin/tgctl session set :%s %s %s --monitor %s --conf %s
webapi.cli.cmd.session-kill=${webapi.tsurugi.home}/bin/tgctl session kill :%s --monitor %s --conf %s
#BELAYER_JAVA_OPTS="${BELAYER_JAVA_OPTS} -Xms=512M -Xmx512M -XX:MaxMetaspaceSize=512M"
BELAYER_JAVA_OPTS=${BELAYER_JAVA_OPTS}

$_JAVA_PATH ${BELAYER_JAVA_OPTS} -jar ${JAR} 

to

#JAVA_OPTS="${JAVA_OPTS} -Xms=512M -Xmx512M -XX:MaxMetaspaceSize=512M"
JAVA_OPTS=${JAVA_OPTS}
BELAYER_APP_OPTS=

$_JAVA_PATH ${JAVA_OPTS} -jar ${JAR} ${BELAYER_APP_OPTS}

Full Changelog

1.2.0...1.3.0

1.2.0

01 Feb 00:58
b73d7d3
Compare
Choose a tag to compare

Change Log

Since ver 1.1.1

misc changes

  • bump tsubakuro version to 1.2.0.
  • apply application name and session label to Sessions.

full Changelog

1.1.1...1.2.0

1.1.1

15 Dec 06:24
3970ccd
Compare
Choose a tag to compare

Change Log

Since ver 1.1.0

Bug Fixes

  • Close Load object when load job completed.(eab2149)

1.1.0

08 Dec 01:44
23682a2
Compare
Choose a tag to compare

New API

enhancement

  • preserve stdout/stderr output in the tmp direcotry when tgctl executed.
  • refine csv file name suffix.
  • add job progress field. (progress: 0-100%)
  • Bump up tsubakuro version to 1.1.0.
  • Bump up springboot version to 2.6.15

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

1.1.0-SNAPSHOT

05 Dec 02:35
b20c41d
Compare
Choose a tag to compare
1.1.0-SNAPSHOT Pre-release
Pre-release

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

1.0.1

05 Oct 00:11
Compare
Choose a tag to compare

1.0.0

04 Oct 07:54
Compare
Choose a tag to compare