Releases: LykkeCity/Lykke.Service.Assets
Releases · LykkeCity/Lykke.Service.Assets
5.0.1-client
IAssetsServiceWithCache is no longer available. Use read-model based on Assets service events, or use the default in-memory implementation.
https://lykkex.atlassian.net/browse/LWDEV-9177
Usages:
- Autofac module
builder.RegisterAssetsClient(_settings.CurrentValue.AssetsServiceClient.ServiceUrl); - CqrsModule
Register.BoundedContext()
.WithAssetsReadModel() - Your code:
IAssetPairsReadModelRepository TryGet, GetAll, TryGetIfEnabled, GetAllEnabled
IAssetsReadModelRepository TryGet, GetAll, TryGetIfEnabled, GetAllEnabled
4.1.0-Client
The client library was migrated to the new Lykke logging system. This is not a breaking change for the old-style client initialization is still supported.
4.0.1
4.0.0
New major version of the cached asset service which by default will keep the assets cache synchronized on the background to prevent call spikes when cache is expired.
Breaking changes
- Service registration now requires a Lykke log as input
- Service registration has optional argument to use auto refresh (default) or expiring cache
- Cache objects have been made internal since they are specific for the assets service