Stashbox v3.6.1 Release Notes

Release Date: 2021-03-16 // about 3 years ago
  • ๐Ÿ›  Fixed

    • Lifetime validation for scoped services requested from root scope. ๐Ÿ— The validation was executed only at the expression tree building phase, so an already built scoped factory invoked on the root scope was able to bypass the lifetime validation and store the instance as a singleton. Now the validation runs at every request.