Skip to content

Latest commit

 

History

History
453 lines (314 loc) · 36.2 KB

CHANGELOG.md

File metadata and controls

453 lines (314 loc) · 36.2 KB

2.1.0-develop.18 (2024-10-10)

Bug Fixes

  • data asset naming convention (c14a613)

Features

  • sui: added sui wallet and fixed minor changes (9c7b73e)

2.1.0-develop.17 (2024-10-02)

Features

  • simple validation and some minor changes (febd13c)

2.1.0-develop.16 (2024-10-02)

Bug Fixes

Features

  • added generate signature using wallet (1c09aea)
  • added jwt, private key on sdk creation (b2ae195)
  • refactored data assets, acl, auth methods and test (6d0df4d)

2.1.0-develop.15 (2024-09-20)

Bug Fixes

Features

  • added create,update data assets methods (d839296)

2.1.0-develop.14 (2024-09-12)

Bug Fixes

  • added enum support to script (9fd1483)
  • added types.ts to eslintignore (acdc241)
  • removed config from account class (8c53d2f)
  • removed model prefix from types (f18c913)
  • updated types as per swagger (3f9a8bd)

Features

  • added setup for unit test (52f62c2)

2.1.0-develop.13 (2024-09-09)

Bug Fixes

Features

2.1.0-develop.12 (2024-07-11)

Bug Fixes

2.1.0-develop.11 (2024-07-10)

Features

  • made crypto service as public (fccb672)

2.1.0-develop.10 (2024-07-09)

Bug Fixes

  • removed namespace from build script (a5d452b)

2.1.0-develop.9 (2024-07-08)

Features

  • added js docs and strict did validation (2cddc29)

2.1.0-develop.8 (2024-07-08)

Bug Fixes

2.1.0-develop.7 (2024-07-08)

Bug Fixes

  • fixed build path settings (adb7e65)

2.1.0-develop.6 (2024-07-08)

Features

2.1.0-develop.5 (2024-07-05)

Features

  • added file upload as pda and tests related to it (c88de17)

2.1.0-develop.4 (2024-07-04)

Bug Fixes

  • fixed generate script (ea76738)
  • solana signature generation (a94db30)

Features

  • Add constants for string validation length, test default timeout, and default take limit (34a2b3b)
  • Add enums for sign cipher, user identifier type, PDA status, organization identifier type, organization role, auth type, and chain (732f232)
  • Add error handling and try-catch blocks for method validation and protocol errors (1688738)
  • Add types for configuration and wallet confirmation input (01505cd)
  • added login user method (ac4ce47)
  • added signature generation using wallet service (88a91d2)
  • added solana and etherum services (520fa57)
  • added solana wallet test cases (8083974)
  • added tests (ee0e5ca)
  • changed naming to camel case for all modules (0867755)
  • completed data model and auth tests (a89906c)
  • Refactor GatewayV3 class and initialize modules (b41efbf)

Reverts

2.1.0-develop.3 (2024-06-28)

Bug Fixes

2.1.0-develop.2 (2024-06-28)

Bug Fixes

Features

  • added crypto test and upload file as pda (1e20416)
  • added signature based validations for PDA (8ab5101)
  • added signature validation to orgs (45a47da)
  • added signatures to data model and org (200fddd)
  • refactored pda class and added crypto methods (0c471a0)

2.1.0-develop.1 (2024-05-13)

Features

  • added pda v3 class,tests,mocks,stubs (a0e4ced)
  • auth: finished auth class methods and tests (36113fe)
  • changed folder structure for v2 and v3 queries and mutations (60959be)
  • GatewayV3: added gateway v3 class (1bb6ddc)
  • organization: finished organization class methods and tests (d6445ca)
  • pda: finished pda methods and tests (a99497b)
  • started process of adding v3 queries and mutations (d3338d0)
  • tests for data-model class (878b0ba)
  • user: finished user class methods and tests (549e539)
  • v3 datamodel class (ce60e7b)

2.0.0 (2024-03-14)

Bug Fixes

  • commitlint config for github message (83a703b)

  • error probelm in user (b76fdb9)

  • user stub for test (bb7e443)

  • Merge pull request #47 from Gateway-DAO/develop (2f48413), closes #47

  • Merge pull request #43 from Gateway-DAO/feat/remove-mesh (0380c59), closes #43

Features

  • added encoding package (871be32)
  • added graphql->sdk script (574488a)
  • changed commit lint config (955e22d)
  • custom script to generate sdk init (5bc97c2)
  • improved generation script (437ce6a)
  • migrated build files from ts->js (1113285)
  • proofs,data models, requests testing done (0aba14f)
  • removed changelog generation (c4fb14b)
  • removed husky temporary (963d6b6)
  • revered husky (c52940f)
  • test: fix test (773cf36)
  • tests passed for pda,organization (6378fd7)
  • updated docs according to v2 (25c9413)
  • user test also done (26214ab)

BREAKING CHANGES

  • Removed mesh added custom script to generate sdk
  • remove mesh

1.1.1 (2024-02-23)

Bug Fixes

1.1.0 (2024-02-23)

Features

1.0.0 (2024-02-23)

Bug Fixes

  • actions nodet setup version upgraded (e99f1ba)
  • build: changed lib-> dir (6c7faa2)
  • build: generated output location (e6811f0)
  • ci pipline and added pre-release for beta branch (b21dd18)
  • ci: github actions configs (12d1712)
  • deleted user test (b1628fa)
  • lock-file: configs (5620b1d)
  • minior fixes for git release (e306c60)
  • package lock (564cffa)
  • pnpm direct installation (c041af1)
  • ran linter on code (dda46c1)
  • test: file location (b3ee582)
  • tracking: for output dirs (583ca4b)
  • tracking: refresh .gitignore (03317a8)

Features

  • added all auth related queries and mutations and test cases (2f4f6ee)
  • added code coverage (3700e55)
  • added data request template queries and mutations and unit test (d1c12a6)
  • added default values for all getters very imp! (c6bf58d)
  • added error hanlder and fixed tests (87c3c49)
  • added gitignore file (3eef738)
  • added lint staged (3314f34)
  • added mocks,stubs for auth class (38a604f)
  • added org related mutations (09c668f)
  • added prettier and eslint (c06a800)
  • added remaining documentations (ef7b1b9)
  • added remaining queries/mutations (b0b5e7c)
  • added testing workflow (b298a98)
  • added types for unregister auth method (bcea6de)
  • added unit test for organizations (60bee1d)
  • added user related methods and test (66f800b)
  • added user related methods and test (2d9ad57)
  • added validators to check objects (09d1ac0)
  • adding eslint to ci (037e957)
  • build: minified the build size from 1.08 MB => 580 KB (d09abfd)
  • ci: versioning for package (fa43f38)
  • completed all pda query and test cases for same (d3602fa)
  • completed remaining methods for pda class (c17a95b)
  • completed user mocks and stubs (bc9fed2)
  • done with user,data request template mocks and stubs (25e2a58)
  • making sure we get a release (776a7b5)
  • modified compression algo (42c7158)
  • removed d.ts compress (055091e)
  • test: added for users (3520570)
  • testing env on gh actions (90cf3a3)
  • working on adding types everywhere possible (2cc363d)

Reverts

  • custom fetch file deleted (e719af5)

1.0.0 (2024-02-02)

Bug Fixes

  • actions nodet setup version upgraded (e99f1ba)
  • build: changed lib-> dir (6c7faa2)
  • build: generated output location (e6811f0)
  • ci pipline and added pre-release for beta branch (b21dd18)
  • ci: github actions configs (12d1712)
  • deleted user test (b1628fa)
  • lock-file: configs (5620b1d)
  • minior fixes for git release (e306c60)
  • package lock (564cffa)
  • pnpm direct installation (c041af1)
  • ran linter on code (dda46c1)
  • test: file location (b3ee582)
  • tracking: for output dirs (583ca4b)
  • tracking: refresh .gitignore (03317a8)

Features

  • added all auth related queries and mutations and test cases (2f4f6ee)
  • added code coverage (3700e55)
  • added data request template queries and mutations and unit test (d1c12a6)
  • added default values for all getters very imp! (c6bf58d)
  • added error hanlder and fixed tests (87c3c49)
  • added gitignore file (3eef738)
  • added lint staged (3314f34)
  • added mocks,stubs for auth class (38a604f)
  • added org related mutations (09c668f)
  • added prettier and eslint (c06a800)
  • added remaining documentations (ef7b1b9)
  • added remaining queries/mutations (b0b5e7c)
  • added testing workflow (b298a98)
  • added types for unregister auth method (bcea6de)
  • added unit test for organizations (60bee1d)
  • added user related methods and test (66f800b)
  • added user related methods and test (2d9ad57)
  • added validators to check objects (09d1ac0)
  • adding eslint to ci (037e957)
  • build: minified the build size from 1.08 MB => 580 KB (d09abfd)
  • ci: versioning for package (fa43f38)
  • completed all pda query and test cases for same (d3602fa)
  • completed remaining methods for pda class (c17a95b)
  • completed user mocks and stubs (bc9fed2)
  • done with user,data request template mocks and stubs (25e2a58)
  • making sure we get a release (776a7b5)
  • modified compression algo (42c7158)
  • removed d.ts compress (055091e)
  • test: added for users (3520570)
  • testing env on gh actions (90cf3a3)
  • working on adding types everywhere possible (2cc363d)

Reverts

  • custom fetch file deleted (e719af5)

1.0.0-develop.11 (2024-01-31)

Bug Fixes

1.0.0-develop.10 (2024-01-30)

Features

  • modified compression algo (42c7158)

1.0.0-develop.9 (2024-01-30)

Features

1.0.0-develop.8 (2024-01-30)

Features

  • making sure we get a release (776a7b5)

1.0.0-develop.7 (2024-01-29)

Features

  • build: minified the build size from 1.08 MB => 580 KB (d09abfd)

1.0.0-develop.7 (2024-01-29)

Features

  • build: minified the build size from 1.08 MB => 580 KB (d09abfd)

1.0.0-develop.6 (2024-01-23)

Bug Fixes

  • tracking: refresh .gitignore (03317a8)

1.0.0-develop.5 (2024-01-23)

Bug Fixes

  • minior fixes for git release (e306c60)

1.0.0-develop.4 (2024-01-22)

Bug Fixes

  • tracking: for output dirs (583ca4b)

1.0.0-develop.3 (2024-01-22)

Bug Fixes

  • build: changed lib-> dir (6c7faa2)
  • build: generated output location (e6811f0)

1.0.0-develop.2 (2024-01-22)

Features

1.0.0-develop.1 (2024-01-22)

Bug Fixes

  • actions nodet setup version upgraded (e99f1ba)
  • ci pipline and added pre-release for beta branch (b21dd18)
  • ci: github actions configs (12d1712)
  • deleted user test (b1628fa)
  • lock-file: configs (5620b1d)
  • pnpm direct installation (c041af1)
  • ran linter on code (dda46c1)
  • test: file location (b3ee582)

Features

  • added all auth related queries and mutations and test cases (2f4f6ee)
  • added code coverage (3700e55)
  • added data request template queries and mutations and unit test (d1c12a6)
  • added default values for all getters very imp! (c6bf58d)
  • added error hanlder and fixed tests (87c3c49)
  • added lint staged (3314f34)
  • added mocks,stubs for auth class (38a604f)
  • added org related mutations (09c668f)
  • added prettier and eslint (c06a800)
  • added remaining queries/mutations (b0b5e7c)
  • added testing workflow (b298a98)
  • added types for unregister auth method (bcea6de)
  • added unit test for organizations (60bee1d)
  • added user related methods and test (66f800b)
  • added user related methods and test (2d9ad57)
  • added validators to check objects (09d1ac0)
  • adding eslint to ci (037e957)
  • ci: versioning for package (fa43f38)
  • completed all pda query and test cases for same (d3602fa)
  • completed remaining methods for pda class (c17a95b)
  • completed user mocks and stubs (bc9fed2)
  • done with user,data request template mocks and stubs (25e2a58)
  • test: added for users (3520570)
  • testing env on gh actions (90cf3a3)
  • working on adding types everywhere possible (2cc363d)

Reverts

  • custom fetch file deleted (e719af5)