Skip to content

Latest commit

 

History

History
126 lines (84 loc) · 13.6 KB

File metadata and controls

126 lines (84 loc) · 13.6 KB

2.28.0-beta.0 (2024-10-30)

Features

  • wallet: implement multiple master wallets and clients (5ea00e4), closes #395

2.27.0 (2024-10-30)

2.27.0-beta.1 (2024-10-30)

Bug Fixes

2.27.0-beta.0 (2024-10-29)

Features

  • deployment: implements basic top up handler w/o implementation (a4cd312), closes #395

2.26.0 (2024-10-23)

2.26.0-beta.0 (2024-10-23)

Features

  • deployment: add new endpoint to query filtered bids for trial accounts (3d95615)
  • deployment: refactor trial providers to config file (b18a57a)

Bug Fixes

  • deployment: added provider validation for trial (ae03311)

2.25.0 (2024-10-17)

2.25.0-beta.1 (2024-10-17)

Features

  • billing: update master wallet and enable billing for prod (90e0235)

2.25.0-beta.0 (2024-10-17)

Features

  • wallet: improve fiat payments ux (295e085), closes #411

2.24.0 (2024-10-14)

2.24.0-beta.0 (2024-10-14)

Features

  • add beta env (#326) (855ff4b)
  • add nginx proxying with ssl to api & provider-proxy (#368) (d1fb395)
  • auth: implement anonymous user authentication (fa9de2f), closes #247
  • auth: implements basic anonymous user auth (ca816f5), closes #247
  • billing: add billing module with trial wallet creation (d1ca550), closes #247
  • billing: add wallet trialing flag (e9cc512), closes #247
  • billing: adjust migrations and env for deployment (45656d7), closes #247
  • billing: ensure master wallet sequence is correct (8372f38), closes #247
  • billing: handle tx errors (3430a08), closes #340 #247
  • billing: implement balance refresh (9d54f44), closes #247
  • billing: implement balance wallets refill (fa1f252), closes #247
  • billing: implement managed wallet (164d86b), closes #247
  • billing: implement managed wallet top up (04f5aad), closes #247
  • billing: implement managed wallet top up 1 (bd4c06b), closes #247
  • billing: implement wallet type switch (155113c), closes #247
  • billing: rename POST /v1/wallets to POST /v1/start-trial (b39b057), closes #247
  • billing: use akt for managed wallet fees (41d58e6), closes #247
  • config: setup doppler env for api (ed22ad7)
  • console: add all leap wallets (#346) (f00c367)
  • console: Add config from awesome akash for SSH toggle (#301) (8765a4f)
  • console: managed wallets popup confirmation (#342) (c7d16d6)
  • deployment: implement deployment deposit top up via managed wallet (baa36d3), closes #247
  • env: improve env loading logic for the api (0ec14d7)
  • env: unify app configs for api and indexer, update doc (f3f7df4), closes #313
  • error: add sentry reporter integrated with otl (0378ee4), closes #247
  • finish console rebrand (#259) (ae272e8)
  • implement npm workspaces (#208) (c403dc1)
  • improve provider leases graph (#246) (f5fe74e)
  • indexer: track provider persistent storage (1762ba6)
  • logging: implement fluentd reporter (ffc764b), closes #370
  • logging: replace contextual logger with open telemetry (deca03b)
  • merge "Upload SDL" to "Build your template" and add "Plain Linux" template (#244) (0edf499)
  • pg: disable drizzle to avoid timestamps stringification (6e59b6b)
  • release: implement release with image build (a9fa7e8)
  • shared packages (#237) (bd79006)
  • stats: improve stats app resiliency (34dbbf1)
  • templates logo url (#315) (fd92d15)
  • user: implement anonymous user registration (b58d74a), closes #247
  • user: transfer a wallet from anonymous user to a logged in one (edf3d3a), closes #247

Bug Fixes

  • api: default expiration 10y if not set for deployment deposit (#377) (cab6d16)
  • api: fix body parsing in sentry reporting (df86495)
  • api: improve dseq validation (67f94f2)
  • api: improve template link detection (c19b0e3)
  • api: update staging stripe checkout redirect url (b3dea6e)
  • auth: properly authenticate new endpoints (ce241e1), closes #247
  • billing: ensure billing deps are not included (6f7eef3)
  • deploy-web: fixed error handling for transaction page (#213) (a006e03)
  • ensure apps build consistently in docker and locally (f4dbd88), closes #209
  • env: convert all env vars to SCREAMING_CASE from camelCase (#335) (1e892ee)
  • handle provider active leases graph when no leases or new provider (#253) (a7feeda)
  • hotfix for dashboard-data endpoint (a44ed1f)
  • use string type for message amount & predictedClosedHeight (6aab530)
  • use string type for tx fee (a1a19ff)
  • user: ensure user pages are properly loaded (463bfee), closes #247

Performance Improvements

  • improve gpu endpoint performance + add sorting (5cea782)