Skip to content

v0.3.4

Compare
Choose a tag to compare
@mr3 mr3 released this 09 Jun 12:06
· 240 commits to main since this release
14d038f

⭐ Features

🐞 Bug fixes

  • fix: change dynamic class status to UNCHANGED after first install by @mr3 in #190
  • fix: gson date deserialize error by @YongwuHe in #181
  • fix: copy body to resposne after record by @mr3 in #180
  • fix: NPE by WeakCache put null value by @mr3 in #177
  • fix: servlet clear traceId by @lucas-myx in #176
  • fix: remove previous request trace context by @mr3 in #173
  • fix: ForkJoinTask inner class not transform by @YongwuHe in #168
  • fix: StringUtil join null error by @YongwuHe in #165
  • fix: arex trace context clear by @lucas-myx in #163
  • fix: jdk11 LocalDateTime deserialize error @YongwuHe in #162
  • fix: record servlet request redirect by @mr3 in #161
  • fix: correct health check timeout unit by @lucas-myx in #159
  • fix: optimize dynamic class filtering logic by @YongwuHe in #156
  • fix: apache http client class cast error by @YongwuHe in #155
  • fix: remove unserialized properties with using the tk.myabtis framework by @MentosL in #153
  • fix: strict check config by @lucas-myx in #151
  • fix: dynamic replace method throw null point exception by @YongwuHe in #149
  • fix: dynamic repeat transform override method by @YongwuHe in #147
  • fix: guava SingletonImmutableList class deserialize error by @YongwuHe in #141

🔧 Optimization

🛠️ Dependency Upgrade

  • build: bump project version from 0.2.0 to 0.3.0 by @mr3 in #158

Contributors

AREX would like to thank the following contributors for their contributions to this release:
@mengqcc @lucas-myx @YongwuHe @MentosL @mr3

New Contributors