2.34.0-beta.1 (2024-11-29)
2.34.0-beta.0 (2024-11-23)
2.33.1 (2024-11-23)
2.33.1-beta.0 (2024-11-21)
2.33.0 (2024-11-21)
2.33.0-beta.1 (2024-11-21)
- billing: only resolve with active stripe prices (fa32f37)
2.33.0-beta.0 (2024-11-21)
- billing: enable checkout options with promo codes (0cb439d)
2.32.0 (2024-11-19)
2.32.0-beta.1 (2024-11-19)
- billing: enable promo codes on checkout via env var (18f24f6)
2.32.0-beta.0 (2024-11-19)
- billing: enable promo codes on checkout (de11211)
2.31.0 (2024-11-19)
2.31.0-beta.1 (2024-11-19)
- analytics: add user analytics and refactor analytic related logic (552cd82)
2.31.0-beta.0 (2024-11-18)
- deployment: implement concurrency option for stale deployments cleaner (54cae5d)
- user: implement dry run and summary logging for stale anonymous users cleaner (61752e9), closes #464
2.30.1 (2024-11-15)
2.30.1-beta.0 (2024-11-15)
- observability: bump logger version (b258c63)
2.30.0 (2024-11-15)
2.30.0-beta.0 (2024-11-15)
2.29.1 (2024-11-13)
2.29.1-beta.0 (2024-11-13)
2.29.0 (2024-11-12)
2.29.0-beta.0 (2024-11-12)
- deployment: implement auto top up summary logging (b0a40a2), closes #395
- deployment: implement deployment top up dry run (be1274b), closes #395
- deployment: implement top up message sending (f5d7233), closes #395
2.28.1-beta.0 (2024-11-11)
2.28.0 (2024-11-08)
2.28.0-beta.10 (2024-11-08)
- deployment: properly log clean up on error (99e3c04)
2.28.0-beta.9 (2024-11-08)
- deployment: ensure there's sufficient fees allowance on cleanup (fbbec68)
2.28.0-beta.8 (2024-11-08)
2.28.0-beta.7 (2024-11-06)
2.28.0-beta.6 (2024-11-06)
2.28.0-beta.5 (2024-11-06)
2.28.0-beta.4 (2024-11-06)
- observability: make sure otl data is added to logs (820870d)
2.28.0-beta.3 (2024-11-06)
2.28.0-beta.2 (2024-11-04)
- wallet: init nextPageKey with null when paginating grants (2698b14)
2.28.0-beta.1 (2024-10-31)
2.28.0-beta.0 (2024-10-30)
2.27.0 (2024-10-30)
2.27.0-beta.1 (2024-10-30)
2.27.0-beta.0 (2024-10-29)
2.26.0 (2024-10-23)
2.26.0-beta.0 (2024-10-23)
- deployment: add new endpoint to query filtered bids for trial accounts (3d95615)
- deployment: refactor trial providers to config file (b18a57a)
- deployment: added provider validation for trial (ae03311)
2.25.0 (2024-10-17)
2.25.0-beta.1 (2024-10-17)
- billing: update master wallet and enable billing for prod (90e0235)
2.25.0-beta.0 (2024-10-17)
2.24.0 (2024-10-14)
- 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
- 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
- improve gpu endpoint performance + add sorting (5cea782)