12 hours ago
Activiti
18 hours ago
ip2region

v3.8.1

ip2region 3.8.1 版本主要是一些 binding 的标准或者低版本支持,具体更新如下:

  1. c binding 支持 c99 标准并且 Makefile 默认添加了 -std=c99 编译选项。
  2. lua_c binding 支持 c99 标准同时完成了 lua >= 5.1 版本的兼容,Makefile 默认也添加了 -std=c99 编译选项,例如编译 Lua 5.1 版本的扩展:
# cd lua_c binding
make LuaVersion=5.1
  1. python binding 完成了 Python >= 3.7 版本的兼容,Pypi 版本号更新为 3.0.2
1 days ago
spring-security

7.0.0-RC2

⭐ New Features

  • EnableGlobalMultiFactorAuthentication->EnableMultiFactorAuthentication #18127
  • MFA Should Require Opt In #18126

🪲 Bug Fixes

  • Jackson 3 Support Renders Proxy callbacks property #18077
  • MFA should not merge Authentication instances with different Principal.getName() #18112
  • OAuth2AuthorizationServerJacksonModule should not override type validator configuration in SecurityJacksonModules #18102