Skip to content

Releases: sttk/sabi-java

0.4.0

09 Nov 14:14
Compare
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
Compare
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
Compare
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
Compare
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