Skip to content

v2.0.0-preview-01

Pre-release
Pre-release

Choose a tag to compare

@stratosblue stratosblue released this 29 Sep 15:01
· 27 commits to master since this release
  • 重写ExecutingLock机制,移除了旧的执行锁定locker机制;现在ActionFilter和ResourceFilter提供更一致的执行逻辑;
  • 重写拦截器机制,现在拦截器可以嵌套;
  • 现在使用更灵活的Metadata接口模式来配置缓存选项,而不是把配置信息全部放到ResponseCachingAttribute中;
  • 其它细节优化;