Skip to content

Releases: vendigo/ace-mybatis

0.9.1

29 Nov 20:45
Compare
Choose a tag to compare
  • Removed SimpleStreamSelect
  • Removed Async operations (which returns CompletableFuture)
  • Change operations applied without parallelization by default
  • Fixed statementName determination

0.9.0

13 Sep 10:52
Compare
Choose a tag to compare

Removed dependencies, small refactoring, added tests

0.0.4

22 Jan 11:14
Compare
Choose a tag to compare

Fixed error handling in batch methods

0.0.3

08 Jan 08:13
Compare
Choose a tag to compare
  • Fixed batch inserts
  • Added possibility to pass additional parameters to batched method
  • Changed declaration parsing rules
  • Added @NonBatchedMethod

0.0.2

23 Dec 08:13
Compare
Choose a tag to compare
  • Fixed bug with ReactiveStreamSelect
  • Fixed bug with AceMapperScannerConfigurer
  • Autowiring by type for single SqlSessionFactory

0.0.1

23 Dec 08:11
Compare
Choose a tag to compare

Initial release