Skip to content

v3.17.0

Compare
Choose a tag to compare
@sjanel sjanel released this 11 Nov 22:21
· 304 commits to main since this release

What's Changed

  • Increase maximum number of characters of currency code to 10 by @sjanel in #331
  • Customize fmt formatter of MonetaryAmount, Market for easier logs by @sjanel in #333
  • Copy certificates in the final build image from scratch instead of embedding alpine OS by @sjanel in #335
  • Wallet fmt::format by @sjanel in #336
  • ExchangeName format support by @sjanel in #337
  • Format exception - part 1 by @sjanel in #338
  • Migrate exception to formatting in src/tools by @sjanel in #339
  • Simplify some exception creation with format by @sjanel in #340
  • Exception formatting with all changes by @sjanel in #334
  • Fix incorrect parsing of MonetaryAmount built with single string when currency starts with a digit by @sjanel in #341
  • Addition of MonetaryAmount::appendStr, MonetaryAmount::appendAmountStr by @sjanel in #342
  • Activate deep merge for exchange info config from default by @sjanel in #343
  • Fixed bug in MonetaryAmount::appendAmountStr. Added unit tests by @sjanel in #344
  • Dust sweeper feature implementation by @sjanel in #268
  • Support of configurable spdlog multi sink logging, in files and console by @sjanel in #345
  • Make output print of tables and json as logger, to be synchronized with console logger by @sjanel in #346
  • Allow addition / subtraction of default MonetaryAmount with any other (neutral element) by @sjanel in #348
  • Fix parsing of Kraken opened orders price by @sjanel in #347
  • New option balance in use by @sjanel in #349
  • Code management - implementation of ExchangeInfo constructor in the src file by @sjanel in #350
  • Support fmt::format for OrdersConstraints by @sjanel in #351
  • Fix Bithumb parsing units for withdraw receival by @sjanel in #353
  • Factorize timestamp code to enhance readability by @sjanel in #354
  • Fix invalid signature of Huobi when launching withdraw with a currency tag by @sjanel in #355
  • Get recent deposits implementation by @sjanel in #352

Full Changelog: v3.16.1...v3.17.0