Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Feb 12:56
· 78 commits to main since this release

[1.4.0] - 2024-02-14

Bug Fixes

  • fix logging - (87fabd2)
  • replace int field with big int field - (92f067d)
  • use exact name match - (9d7ead6)
  • Fix uvicorn running error - (507da69)
  • Fix pre commit file name - (4b2eb3c)

Continuous Integrations

Features

  • use postgresql - (1032866)
  • handle error when stock is not found - (c5ad47b)
  • allow searching stock by name - (b61a830)
  • return 404 if stock with name not found - (3721213)
  • support tpex stocks - (2134f23)
  • Add support for filtering TPEX stocks only - (c7401db)
  • Run uvicorn programmatically - (7d5fd6a)
  • Print num of total created entries - (e997897)

Miscellaneous Chores

  • (deps) add asyncpg - (d1fdc00)
  • (deps) Migrate to poetry - (b0e7487)
  • (deps) Add ruff and seria-library - (f1b76b9)
  • (deps) Update dependencies - (4d8dc7e)
  • (pm2) Add pm2 config file - (5348bf6)
  • Add pre-commit - (057c04b)

Refactoring

  • optimize update db logic - (10692cf)
  • order history trades by date desc - (c778976)
  • convert string to float not int - (fef361f)
  • Change data type of price fields to float. - (bc308c0)
  • Improve logging - (f7f7af2)
  • Improve loggings - (63e59bc)
  • Improve roc_to_western_date - (2d5ecf9)
  • Use seria library's model - (6ff97df)
  • Use better create method - (eac395f)