Broadleaf Microservices
  • v1.0.0-latest-prod

Release Notes for MicroExtensionCommon

Version 1.4.13

Features/Notable Changes

  • Introduced basic tenant discriminated property support with auto refresh enhancement

  • Added enhancements for streamlined extension experience

  • Introduced support for ModelMapper cache as maven compile lifecycle step

  • Added a library of routes for easy route demarcation configuration

Version 1.4.12

Features/Notable Changes

  • Support resetting the blocking status on a LazyCacheController instance

Version 1.4.11

Bug Fixes

  • Fixed the issue where it’s possible (e.g. during startup) that a data route may not be available when/if a flow is engaged that exercises the LazyCacheController compilation logic

Version 1.4.10

Features/Notable Changes

  • Add more debug logging for why the conditions of lazy full cache expiry are not met

Bug Fixes

  • Fixed the issue where it’s possible (e.g. during startup) that a data route may not be available when/if a flow is engaged that exercises the LazyCacheController compilation logic

Version 1.4.9

Bug Fixes

  • Fixed the issue where the LazyCacheController process is not resetting the cache member TTL upon full cache build

Version 1.4.8

Bug Fixes

  • Fixed CacheStateManager may return incorrect results during cache fetch

Version 1.4.7

Features/Notable Changes

  • Respond with the evicted cache members during an eviction call.