Skip to content

Releases: sttk/sabi-java

0.6.0

18 Aug 05:20
ad7eb79

Choose a tag to compare

⚠️ BREAKING CHANGES

  • update!: modified run and txn align with Rust implementation by @sttk in #40

Docs

  • doc: modified title and maven central url in README by @sttk in #39

Supports

  • release tasks for 0.6.0 by @sttk in #41

Full Changelog: 0.5.0...0.6.0

0.5.0

15 Jul 11:12
2db8a3d

Choose a tag to compare

⚠️ BREAKING CHANGES

  • new!: complete revision. names and structure of program items was changed by @sttk in #30

Docs

  • doc: modified the section of native build in README.md by @sttk in #28
  • comment,doc: added javadoc comments by @sttk in #35
  • doc: updated README to reflect the complete revision by @sttk in #36

Supports

  • chore: added a task for trace agent in build.sh by @sttk in #27
  • chore: upgraded dependencies and added native a build config file for test by @sttk in #32
  • cicd: changed java versions and timing of javadoc creation by @sttk in #33
  • style,chore: added code format using spotless by @sttk in #34
  • chore: modified configs to publish to maven central by @sttk in #37
  • 0.5.0 by @sttk in #38

Full Changelog: 0.4.0...0.5.0

0.4.0

09 Nov 14:14

Choose a tag to compare

⚠ BREAKING CHANGES

  • update!: changed the whole of APIs by @sttk in #20
  • update!: changed FailToRunLogic's field to a logic class by @sttk in #21

Docs

  • doc,test: modified concepts and sample codes, etc in README.md and added those tests. by @sttk in #22
  • doc: modified README.md by @sttk in #23

Supports

  • deps: upgraded test dependencies (jacoco, junit5, assertj) by @sttk in #17
  • chore,cicd: changed to support only JDK21 or later by @sttk in #18
  • cicd: changed javadoc github actions to use graalvm, too by @sttk in #19
  • cicd: added publishing to github packages, etc. by @sttk in #25

Full Changelog: 0.3.0...0.4.0

0.3.0

13 May 16:22

Choose a tag to compare

⚠ BREAKING CHANGES

  • update!: changed GetDaxConn to cast a returned DaxConn by @sttk in #16

Full Changelog: 0.2.0...0.3.0

0.2.0

04 May 23:48

Choose a tag to compare

⚠ BREAKING CHANGES

  • update!: changed APIs of Err, etc. according with sttk-go/sabi by @sttk in #13
  • update: changed APIs according with sttk-go/sabi by @sttk in #14

Docs

Supports

Full Changelog: 0.1.0...0.2.0

0.1.0

07 Jan 05:18
c51510c

Choose a tag to compare

New

  • new: adds Err class by @sttk in #1
  • new: added notification of Err creations, etc by @sttk in #4
  • new: added main classes of this framework by @sttk in #6

Fixes

  • fix: suppressed warnings of heap pollutions via varargs parameter by @sttk in #7

Full Changelog: https://github.com/sttk-java/sabi/commits/0.1.0