- LT-5842: Update messagepack to 2.x version.
- LT-5756: Add assembly load logger.
- LT-5635: Migrate to .net 8.
- LT-5522: Update rabbitmq broker library with new rabbitmq.client and templates.
The deployment of this version might require deletion of the queue lykke.mt.pricefeed.Lykke.Snow.PriceAlerts.DefaultEnv
since it is not durable.
Please be aware that the provided queue names may include environment-specific identifiers (e.g., dev, test, prod). Be sure to replace these with the actual environment name in use. The same applies to instance names embedded within the queue names (e.g., DefaultEnv, etc.).
- LT-5443: Update packages.
- LT-5281: Step: deprecated packages validation is failed.
- LT-5254: Update lykke.httpclientgenerator to 5.6.2.
- LT-5146: Changelog.md for lykke.snow.pricealerts.
- LT-4494: Read secrets from .json with hyphens.
User secrets will be read from .json configuration file.
OidcSettings section looks the following way:
"OidcSettings":
{
"Api-Authority": "http://bouncer.mt.svc.cluster.local:5005",
"Client-Id": "price_alerts_api",
"Client-Secret": "secret",
"Client-Scope": "meteor_api meteor_api:server",
"Validate-Issuer-Name": false,
"Require-Https": false,
"Renew-Token-Timeout-Sec": 1800
}
Hyphen-styled naming is optional. First of all Pascal-case-styled property (e.g. ApiAuthority
) names will be checked. If not found, we'll fall back to hyphen-styled property names.
- LT-4896: Update nugets.
Full change log: https://github.com/lykkebusiness/lykke.snow.pricealerts/compare/v1.3.0...v1.4.0
- LT-4847: Bump lykke.snow.common -> 2.7.3.
Full change log: https://github.com/lykkebusiness/lykke.snow.pricealerts/compare/v1.2.1...v1.3.0
- LT-4737: [PriceAlerts] upgrade Lykke.MarginTrading.AssetService.Contracts
Full Changelog: https://github.com/LykkeBusiness/Lykke.Snow.PriceAlerts/compare/v1.2.0...v1.2.1
- LT-4407: Do not let the host keep running if startupmanager failed to start.
- LT-4380: Validaterskipandtake implementation replace.
Full change log: https://github.com/lykkebusiness/lykke.snow.pricealerts/compare/v1.0.3...v1.2.0