Skip to content

Releases: cefoler/databases

MySQL - (4.2.2)

12 Jan 13:01
f346a8c
Compare
Choose a tag to compare

Fixed MySQL problem using Lists
Fixed Jitpack compilation issues

Security - (4.2.1)

14 Dec 13:34
Compare
Choose a tag to compare

SECURITY

Updated dependencies due to the log4j security patch

Most Abstraction - (4.2.0)

19 Jul 20:23
b781889
Compare
Choose a tag to compare

Improved Abstraction.

Flat - (4.1.9)

09 Jul 01:42
Compare
Choose a tag to compare

Fixed error where H2 started instead of SQLite.
Fixed an error where saving by H2 was not working correctly.
Changed some modifiers to protected.

CompletableFuture - (4.1.8)

02 Jul 00:18
6771352
Compare
Choose a tag to compare
  • Added CompletableFuture methods at StorageDao.
  • Added Multi-threading support for the methods above.
  • Added increment and expire methods.
  • Fixed UUID representation error.

List - (4.1.7)

02 Jul 00:15
4f2a2b0
Compare
Choose a tag to compare
  • Fixed non-compatibility with List, Set, Collection and Array.

Enum - (4.1.6)

18 Jun 00:41
1b3aa35
Compare
Choose a tag to compare
  • Fixed bug error it was not possible to save entities containing enuns as fields.
  • Fixed some lines of code that were not in accordance with CheckStyle.

Some changes - (4.1.5)

13 Jun 06:59
Compare
Choose a tag to compare
  • Added list saving support.
  • Fixed CheckStyle errors.

MongoDB deserialization - (4.1.4)

01 Jun 21:07
Compare
Choose a tag to compare
  • Fixed a bug that MongoDB deserialization didn't support non-standard java class.

Little changes - (4.1.3)

30 May 11:10
Compare
Choose a tag to compare
  • Removed json keys support.
  • Changed limit for JSON serializations from 256 characters to 65,535 characters.