Skip to content

Releases: fmjsjx/libcommon

Version 2.6.2

14 Feb 02:50
Compare
Choose a tag to compare

Upgraded Dependencies

netty     4.1.73.Final > 4.1.74.Final
junit     5.7.0        > 5.8.2
slf4j     1.7.32       > 1.7.36

Full Changelog: v2.6.1...v2.6.2

Version 2.6.1

27 Jan 06:41
Compare
Choose a tag to compare

Fixed Bugs

libcommon-collection

  1. Add package visible class ListSet12

Full Changelog: v2.6.0...v2.6.1

Version 2.6.0

27 Jan 04:44
Compare
Choose a tag to compare

New Features

libcommon-collection

  1. Add ListSet interface.
  2. Add ArrayListSet class.

Full Changelog: v2.5.5...v2.6.0

Version 2.5.5

18 Jan 03:32
Compare
Choose a tag to compare

Upgrade dependencies

netty      4.1.72.Final  -> 4.1.73.Final
lettuce    6.1.5.RELEASE -> 6.1.6.RELEASE
mongodb    4.4.0         -> 4.4.1
snakeyaml  1.29          -> 1.30
log4j      2.17.0        -> 2.17.1

Full Changelog: v2.5.4...v2.5.5

Version 2.5.4

27 Dec 07:07
Compare
Choose a tag to compare

Upgrade dependencies

netty    4.1.70.Final -> 4.1.72.Final
jackson  2.13.0       -> 2.13.1
mongodb  4.3.4        -> 4.4.0
jruby    9.3.1.0      -> 9.3.2.0
log4j2   2.14.0       -> 2.17.0

Full Changelog: v2.5.3...v2.5.4

Version 2.5.3

29 Nov 05:53
Compare
Choose a tag to compare

Upgraded dependencies

netty       4.1.69.Final  -> 4.1.70.Final

Version 2.5.2

09 Nov 06:08
Compare
Choose a tag to compare

Upgraded dependencies

netty       4.1.67.Final  -> 4.1.69.Final
jackson     2.12.4        -> 2.13.0
rocketmq    4.9.1         -> 4.9.2
logback     1.2.5         -> 1.2.6
dsl-json    1.9.8         -> 1.9.9
aliyun-ons  1.8.8.1.Final -> 2.0.0.Final
mongodb     4.3.1         -> 4.3.4
jruby       9.2.19.0      -> 9.3.1.0

Version 2.5.1

08 Oct 07:36
Compare
Choose a tag to compare

New Features

libcommon-bson

  • Add libcommon-function.

Full Changelog: v2.4.3...v2.5.1

Version 2.5.0

08 Oct 07:25
48f46e7
Compare
Choose a tag to compare

New Features

libcommon-function

  • Provides additional functional interfaces.

libcommon-util

  • Add forEach(...), forEachUnless(...), forEachUntil(...) on ArrayUtil.

Deprecated

libcommon-bson

  • libcommon-bson was deptecated since 2.5 and may be removed on higher version(e.g. 3.x), please use bson-model instead.

Full Changelog: v2.4.3...v2.5.0

Version 2.4.3

25 Aug 08:26
Compare
Choose a tag to compare

New Features

libcommon-bson

  • Provides public bname constants by code generator.