3.81.0
·
14 commits
to master
since this release
Included commits: 3.80.0...3.81.0
Improvements
- Added null safety checks in
GlobalContainerwithRuntimeExceptionto prevent errors when the container is accessed before initialization, improving error diagnostics during testing. - Introduced strict return type declarations for
has()andget()methods to enforce type safety across the container interface.