Skip to content

Releases: future-architect/uroborosql

v1.0.3 🌟 Enhancements release

30 Oct 13:09
Compare
Choose a tag to compare

What's Changed

  • Changed the internal field that SqlInfo has from a Path type to a URL type in #345

Full Changelog: uroborosql-1.0.2...uroborosql-1.0.3

🌟 Enhancements release

28 Oct 14:41
Compare
Choose a tag to compare

What's Changed

  • Add contextAttrs api for SqlEntity in #343

Full Changelog: uroborosql-1.0.1...uroborosql-1.0.2

🐛Bugfixes release

20 Oct 07:53
Compare
Choose a tag to compare

What's Changed

  • Fix SqlKind specification error in #341

Full Changelog: uroborosql-1.0.0...uroborosql-1.0.1

🎉Major version released!

25 Sep 17:59
Compare
Choose a tag to compare

uroborosql v1.0.0 Major version released.

🎁 What's Changed

  • Added constructor that can specify multiple loadPath to SqlManagerImpl.java and NioSqlManagerImpl.java #270
  • Java version update 8 to 11 #275
  • Cleanup code. #277
  • Rename Some Class Names and remove deprecated methods. #278
  • change travis-ci to github actions #291
  • merge v0.x changes to master #310
  • add paramIfNotEmpty method #318
  • refactoring api #311
  • change EvnetSubscriber implementation class log level. #323
  • add sqlId() api to SqlEntity interfaces. #324
  • Remove entityhandler configuration API from uroboroSQL.builder interface #325
  • change ossrh url #327
  • Add getEventSubscribers method to get the EventSubscriber instance to pass to the removeEventSubscriber method. #326
  • revert plugin versions #328
  • unmanagedConnection can not use savepoint. #329
  • Fixed to use Optional#orElseThrow() instead of Optional#get() #330
  • Enable per-SQL-ID log suppression (#322) #332
  • Moved the process of logging Repl Command when SQL is issued to EventSubscriber. #333
  • Refactoring SqlResourceManager (breaking change) #335
  • Fixed a bug in sqlAgent#merge, mergeAndReturn that failed to update Entity with @Version annotation. #336
  • add oracle v12-23 and Mariadb 5,10 dialect #334
  • revise log level. #337
  • fix logger name. #338
  • Expression Library priority changed. #339

Full Changelog: uroborosql-0.26.8...uroborosql-1.0.0

🐛Bugfixes release

14 May 16:41
Compare
Choose a tag to compare

Source diff: 0.26.7 -> 0.26.8

🐛 Bugfixes

  • #319 Fixed a bug in sqlAgent#merge, mergeAndReturn that failed to update Entity with @Version annotation.

🐛Bugfixes release

05 Nov 15:29
Compare
Choose a tag to compare

Source diff: 0.26.6 -> 0.26.7

🐛 Bugfixes

  • #316 SqlEntityQuery#sum suports Optional type.
  • #317 Improved performance of comma and AND/OR removal regular expressions.

🐛Bugfixes release

05 Jun 13:15
Compare
Choose a tag to compare

Source diff: 0.26.5 -> 0.26.6

🐛 Bugfixes

  • #314 Argument escaping may be performed with wrong Dialect in SF.startsWith

🐛Bugfixes release

16 Feb 01:30
Compare
Choose a tag to compare

Source diff: 0.26.4 -> 0.26.5

🐛 Bugfixes

  • #313 Fixed retries can be turned off by specifying 0 in the retry method of SqlQuery/SqlUpdate/SqlBatch/Procedure

🌟 Enhancements release

01 Feb 15:11
Compare
Choose a tag to compare

Source diff: 0.26.3 -> 0.26.4

🌟 Enhancements

  • #312 Add timestamp/LocalDateTime/OffsetDateTime/ZonedDateTime OptimisticLocking

🌟 Enhancements release

11 Dec 17:45
Compare
Choose a tag to compare

Source diff: 0.26.2 -> 0.26.3

🌟 Enhancements

  • #309 improve batch insert performance.