1.0.4.2
-
Improve cache fetch SAS logs. (VOLTE-5957)
-
Update the Diameter dependency to Diameter 3.1.1.1
1.0.4.0
-
First release of the 1.0.4.x series
-
Updated the Diameter dependency to the Diameter 3.1.1 series
1.0.3.3
-
Bug fixes on MBean management interface:
-
Fix an issue that meant LOCATION_INFORMATION data reference cache failed to invalidate. (VOLTE-4696)
-
Correct javadoc for ShCacheAccessMbean interface. (VOLTE-4655)
-
Add IMS_USER_STATE data reference to the default access key. (VOLTE-4700)
-
-
Bug fix to set a maximum cache size of 100 million when CacheEvictionStrategy NoEviction is chosen. (VOLTE-4707)
-
Bug fix to allow the proper identity type to be used for invalidating LOCATION_INFORMATION and USER_STATE caches. (VOLTE-4774)
1.0.3.2
-
Fixed a bug that allowed RA entity properties to be set to invalid values in some cases. (DIA-551)
1.0.3.1
-
Add better log message when validating configuration.
-
Throws IlegalArgumentException for when requesting a new cache configuration with empty default profile.
-
Set the standard poll time to 40 seconds.
1.0.3.0
-
First release of the 1.0.3.x series
-
Add new configuration to better handle HSS subscriptions. See Caching strategy
-
Add cache invalidation across the cluster. See Cache invalidation
-
Add a operations API interface to operate on caches (including invalidation) See Management interface and MBean management interface
-
Deprecate the CacheRetentionStrategy in the API and provide a clear split between the cache retention and eviction behaviours. See Caching strategy.
-
Moved documentation for the Sh Cache RA into its own book. Previously it was included as pages in the Sentinel VoLTE documentation.
-
Updated the Diameter dependency to the Diameter 3.1 series