Skip to content

3.81.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 15 Jan 14:19
· 14 commits to master since this release

Included commits: 3.80.0...3.81.0

Improvements

  • Added null safety checks in GlobalContainer with RuntimeException to prevent errors when the container is accessed before initialization, improving error diagnostics during testing.
  • Introduced strict return type declarations for has() and get() methods to enforce type safety across the container interface.