Skip to content

Latest commit

 

History

History
150 lines (79 loc) · 10.6 KB

File metadata and controls

150 lines (79 loc) · 10.6 KB

Changelog

All notable changes to this project will be documented in this file.

0.1.0-alpha.12 (2026-04-20)

Added

Changed

0.1.0-alpha.11 (2026-02-17)

Changed

0.1.0-alpha.10 (2026-02-16)

Changed

  • stop enforcing SCONE as unique TEE framework for orders (#97) (6864435)

0.1.0-alpha.9 (2025-12-03)

Changed

  • disable lifecycle scripts for contributors and CI (49dfe33)
  • security hardening (#94) (49dfe33)
  • update dependencies (49dfe33)
  • use ethers methods from umbrella (49dfe33)

0.1.0-alpha.8 (2025-11-20)

Changed

  • enable campaigns on arbitrum-mainnet (#92) (43c9067)

0.1.0-alpha.7 (2025-11-13)

Changed

  • add dealId to sendTelegram response to allow tracking uninitialized tasks by dealId (#87) (46c1a19)
  • improve campaign methods interfaces (#89) (c62d51d)

0.1.0-alpha.6 (2025-11-10)

Added

0.1.0-alpha.5 (2025-10-14)

Added

  • Migrate arbitrum-sepolia-testnet from experimental to non-experimental network (#78) (1d2ee65)

Changed

  • update dependencies and remove experimental flag from config (1d2ee65)

0.1.0-alpha.4 (2025-08-07)

Added

  • add support arbitrum mainnet (7cf7580)

0.1.0-alpha.3 (2025-07-31)

Added

  • add name, accessPrice and remainingAccess properties to Contact (#66) (a89bc58)

Changed

  • stop exporting internal types (a89bc58)

0.1.0-alpha.2 (2025-07-30)

Added

  • add multi-chain configuration and experimental networks support (#46) (26715d1)
  • dapp address resolution from compass (#53) (9895a48)

Changed

  • add .js extensions to ES module imports (#56) (0a63891)
  • move to latest arbitrum-sepolia-testnet deployment (#61) (d83605e)
  • prevent fetchUserContacts error when user has no contact (#64) (261dcb1)

0.1.0-alpha.1 (2025-07-23)

Added

  • add deployment-dapp CI workflow and remove dapp-deployment-default from drone.yml (cad1c39)
  • add release-please workflow for automated releases (18782b4)
  • config: add CHAIN_CONFIG for multichain support (206292b)
  • migrate to GitHub Actions and enhance deployment workflow (7bab3dc)
  • utils: add getChainIdFromProvider util (ab33c42)

Changed

  • correct release-please manifest format to resolve version parsing error (3ee5244)
  • dapp version: correct version to 0.0.2 (acff8f1)
  • ipfs: remove default node/gateway, use SDK config (af97aab)
  • migrate from develop branch to trunk-based development (abe4896)
  • migrate from develop branch to trunk-based development (ccaafab)
  • remove sdk-default and dapp-default pipelines from drone.yml (24b08f5)
  • rollback debug logging changes from develop branch (404ce33)
  • sdk: IExecWeb3telegram uses async config and chain detection (4cc2b8e)
  • simplify release-please config to single package and remove invalid versioning field (e4c7e36)
  • types: update Web3TelegramConfigOptions for multichain (67cae09)
  • update error message for encryption failure (f4cb2a7)
  • update kubo-rpc-client to version 4.1.3 (#45) (5d63f6e)
  • update test:e2e script to run only e2e tests and fix test-utils configuration (8b6734c)

[0.0.3-alpha] - 2025-04-04

Changed

  • Migrated the iApp codebase to ES Modules (ESM).
  • Migrated Bellecour subgraph URL to https://thegraph.iex.ec.

[0.0.2-alpha] - 2025-03-11

Changed

  • Renamed chatId field to telegram_chatId in protected data.

[0.0.1-alpha] Initial release