Skip to content

1.0.3

Latest

Choose a tag to compare

@benym benym released this 01 Feb 09:36
· 1 commit to master since this release
54242c7

🎉Chainlet v1.0.3 Release Notes

Core Features

🐛 Bug fix

  • Modified the InstanceOfCache caching mechanism to use a concatenated string of class names as the cache key, avoiding cache overwriting.
  • Optimized the fallback method check in FallbackResolver, adding a null name check and throwing an exception.
  • Prevents execution from continuing when the fallback method is null, improving the stability of fallback calls.
  • Added exception imports to support the chain exception throwing mechanism.

🧪 Test enhancement

  • Add a large number of unit tests to cover the core class of chain processing.