Skip to content

Releases: LykkeBusiness/MarginTrading.AccountsManagement

Nova 2. Delivery 43

03 Jun 10:55
Compare
Choose a tag to compare

What's changed

  • LT-5462: An error in the log "string or binary data would be truncated.".

Full change log: v2.20.0...v2.21.0

Nova 2. Delivery 41

29 Mar 12:45
Compare
Choose a tag to compare

What's changed

  • LT-5324: Additional logging for taxes saga.
  • LT-5278: Adjust the iaccountbalancehistoryapi api.

Full change log: v2.19.0...v2.20.0

Nova 2. Delivery 40

28 Feb 20:23
Compare
Choose a tag to compare

What's changed

  • LT-5293: Step: update version number is failed.
  • LT-5290: Step: update version number is failed.

Full change log: v2.18.0...v2.19.0

Nova 2. Delivery 39

26 Jan 12:31
Compare
Choose a tag to compare

What's changed

  • LT-5175: Exclude unconfirmedmargin from disposable.
  • LT-5164: Accounts management service: add history of releases into changelog.md for github.

Full change log: v2.17.2...v2.18.0

Nova 2. Delivery 38

13 Dec 07:48
Compare
Choose a tag to compare

What's changed

  • LT-4956: Modification of comment section in cash movements.

Full change log: v2.16.2...v2.17.2

Nova 2. Delivery 37

17 Oct 15:20
Compare
Choose a tag to compare

What's changed

  • LT-4992: Add and handle new flag shouldshow871mwarning.

Deployment

  • Add new settings to the configuration root:
{
"MeteorServiceClient": 
  {
    "ServiceUrl": "http://<meteor-host-uri>",
    "ApiKey": "<your-api-key>"
  }
}
  • Add new configuration inside MarginTradingAccountManagement section:
{
"OidcSettings": 
    {
      "ApiAuthority": "http://<bouncer-host-uri>",
      "ClientId": "accounts_management_api",
      "ClientSecret": "<your-client-secret>",
      "ClientScope": "meteor_api meteor_api:server",
      "ValidateIssuerName": false,
      "RequireHttps": false,
      "RenewTokenTimeoutSec": 1800
    }
}
  • To configure Bouncer the following command has to be executed:
./auth clients add server accounts_management_api -n "Accounts Management API" -s <your-secret-key> -a openid -a profile -a meteor_api -a meteor_api:server -t Jwt

Full change log: v2.16.1...v2.16.2

Nova 2. Delivery 36. Hotfix 3

10 Oct 15:07
Compare
Choose a tag to compare

What's changed

  • LT-5009: Update GetDisposableCapital endpoint

Full Changelog: v2.16.0...v2.16.1

Nova 2. Delivery 36

31 Aug 10:17
Compare
Choose a tag to compare

What's changed

  • LT-4897: Update nugets.
  • LT-4809: New referenceaccount column.
  • LT-4804: Publish event when tax history is added.

Deployment

Update appsettings.json to include the following section:

{
  "RabbitMq": {
    "AccountTaxHistoryUpdated": {
      "ConnectionString": "[rabbitmq-broker-connection-string]",
      "ExchangeName": "[env].AccountsManagement.events.exchange",
      "IsDurable": true
    }
  }
}

Full change log: v2.15.0...v2.16.0

Nova 2. Delivery 35

12 Jul 11:31
Compare
Choose a tag to compare

What's changed

  • LT-4849: Bump lykke.snow.common -> 2.7.3.

Full change log: v2.14.1...v2.15.0

Nova 2. Delivery 34

02 Jun 12:29
Compare
Choose a tag to compare

What's Changed

  • LT-4733: Upgrade Lykke.MarginTrading.AssetService.Contracts

Full Changelog: v2.13.1...v2.14.1