Skip to content

Releases: sofastack/sofa-common-tools

v1.3.3

03 Mar 14:26
ab31e20
Compare
Choose a tag to compare

🐞 Bug fixes

  • Fix logger factory lazy initialization problem #133

v1.3.2

29 Jan 03:22
115f325
Compare
Choose a tag to compare

🐞 Bug fixes

  • Fix performance problem related to LogCode2Description

v1.3.1

29 Dec 11:12
e9e6973
Compare
Choose a tag to compare

🐞 Bug fixes

  • fix usage in multi-classloader scenario for compatibility of commons-logging
  • add deprecated methods in SofaThreadPoolExecutor to keep compatible

v1.3.0

25 Dec 06:12
e3cfbb6
Compare
Choose a tag to compare

⭐️New Features

  • Support SofaScheduledThreadPoolExecutor and SofaThreadPoolTaskScheduler
  • Support SofaConfigs to support configuration acquires
  • Support LogCode2Description to support log error code

🔨 Optimize

  • Refactor the sofa thread pool implement
  • Unify the space used in all components

🐞 Bug fixes

  • Fix the function of print the log to console doesn't take effect

v1.2.2

30 Nov 05:26
Compare
Choose a tag to compare

🐞 Bug fixes

  • Fix compatibililty for SOFABoot 3.4.5 and previous version.

v1.2.1

17 Nov 07:54
Compare
Choose a tag to compare

🔨 Optimize

  • Refactor the support for console logging #92
  • Delete the starter and move it to sofa-boot #92

v1.2.0

26 Aug 06:08
6616d0e
Compare
Choose a tag to compare

🐞 Bug fixes

  • Remove the usage of SimpleDateFormat #76
  • Support print stack when executing one runnable in different thread #78

🔨 Optimize

  • Terminate the support of JDK 6 #77

v1.1.2

28 Apr 03:22
64dda70
Compare
Choose a tag to compare

🐞Bug fixes

  • fix bug in SofaThreadPoolTaskExecutor threadPoolName setter #69

v1.1.1

28 Apr 02:24
5abb1cf
Compare
Choose a tag to compare

🐞Bug fixes

  • fix getCallerClassLoader gets wrong classloader #67

v1.1.0

08 Apr 03:02
6ed1747
Compare
Choose a tag to compare

Add SOFA thread pool tools for finer-grain auditing.