Skip to content

Latest commit

 

History

History
979 lines (364 loc) · 43 KB

File metadata and controls

979 lines (364 loc) · 43 KB

1.8.205 (2026-02-21)

Bug Fixes

  • ac: added type safety features (ab2da32)
  • ac: typo error (fc89bfe)
  • cli-builder: added correct generation of system file (1b082d5)
  • cli-builder: added executable environment variable (a0737fc)
  • cli-builder: added handler for error uncaughtException since the workers are stopping for some reason (e20fbfc)
  • cli-builder: added label fix (b7b7da9)
  • cli-builder: added separated module for subscriptions @rxdi/graphql-pubsub-test instead directly exported from @gapi/core this reduces space on the main platform (1b5c2bf)
  • cli-builder: correct adds environment variables to service worker (8d60169)
  • cli-builder: correct subscription service imported (0fa9785)
  • cli-builder: data added to params (b2c205d)
  • cli-builder: exported ProcessReturn since it is private property (a57f156)
  • cli-builder: fallback to empty string instead of true (ad39d57)
  • cli-builder: modified GenericEnum type to be any instead of predefined types (a44c699)
  • cli-builder: registerWorker command now has label or machne hash but not requred (3b738ec)
  • cli-builder: removed default runner type (c6c5c39)
  • cli-builder: system executable filename added to empty string since it was braking (6c9eee6)
  • cli-builder: when we have authorization and init query we need to drop authorization for this particular query (835172d)
  • cli: added headers field to schema introspection in order to put authorization token (e64d34d)
  • cli: added ipfs services to daemon server using it (0c41d45)
  • cli: builded gcli in order to reflect new changes (49bb567)
  • cli: collect fragments when generating schema was hitting wrong endpoint (00812fe)
  • cli: enums was not exported inside index.ts (441daa3)
  • cli: humps added to dependencies updated rxdi to 136 (4457ca1)
  • cli: if it is windows use set to set env variables instead of export (8ef00a6)
  • cli: if not defined headers property it throws error and intrupting previews flow without headers (178d5a6)
  • cli: lint removed from generated files (8a75cf4)
  • cli: removed daemon service from @gapi/cli and @gapi/core as a dependency (3b7c655)
  • cli: yaml parsing is broken in the new version 20.19 of nodejs (5e82d52)
  • commander: bumped to latest version (0b03e40)
  • core: added export for graphql-subscriptions (7c6e42f)
  • core: enum-to-graphql enum (9a96b32)
  • core: federation replacer annoying error log removed (4c87a07)
  • core: graphql added to dependencies since 15.0.0 is broken (7f740bf)
  • eslint: bumped eslint to latest version leading to many many things... (728b58a)
  • federation: full headers are resend to the appropriate service (c62d273)
  • federation: readme (da4d035)
  • federation: rebuilded module and re-deployed (e4fe17e)
  • gcli: added additional options (dd4958a)
  • gcli: added config extraction from the current api url (1afdf6f)
  • gcli: added secrets instead of secret due to api change in lamb forge (9b4b2fe)
  • gcli: async code refactored to rxjs [ci-skip] (42cf603)
  • gcli: authorization token passed also to upload lambda logic (26e5126)
  • gcli: builded again the package with namespace import from all (f655951)
  • gcli: decompress logs (705241b)
  • gcli: default export of form data and stream to buffer (94800cb)
  • gcli: documentation fix [ci-skip] (8fd6a46)
  • gcli: environment update (b1815c5)
  • gcli: esbuild marked as external but installable inside dependencies (e8d6b72)
  • gcli: esbuild was not included into the npm package (3e30711)
  • gcli: load spec file default export fix (1d1c71f)
  • gcli: login to gcli using integration ci/cd pipeline (56c2bdd)
  • gcli: mcp start function changes [ci-skip] (46c615a)
  • gcli: re-build (fc68cee)
  • gcli: removed console.log (2889fb3)
  • gcli: removed packages from dependencies since we don't want them when installing (3efb328)
  • gcli: reverted back logic for gcli (7591194)
  • gcli: reverted logic without options request (f37f092)
  • gcli: spread operator was breaking plugin initialization (f2e6745)
  • gcli: token authentication after expire fixed (fc099eb)
  • gcli: upload lambda was not working due to attempt to use native node fetch but it does not handle very well multipart form data... (9652c3b)
  • InitQuery: reverted (09a93da)
  • login: added method which converts number to string (f3ca052)
  • network: added ability to specify lambda purpose publicly exposed or privately exposed (5bcb6bc)
  • new api introduced with small changes (f893e44)
  • package.json: added @rxdi/core dependency (76ee663)
  • release: added new job for releasing binary in gcli (8e9f181)
  • removal of many things that are not needed (270dbe5)
  • rxdi: graphql was not checking when method is GET if payload exists which is for POST requests (efc3984)
  • rxdi: reverted back changes (a10be18)
  • rxdi: reverted back old logic (1cabde3)
  • sendgrid: added partial data to options (a68473e)
  • sendgrid: fixed wrong async assignment (41ff781)
  • sendgrid: html property removed from type and re assigned like it needs to be (a579e24)
  • subscriptions: bumped rxdi subscriptions packages to fix memory leak error (b25cbb0)
  • SystemdDaemon: removed export from helpers (bf53d92)
  • tests: missing tests script (b9f5cf5)
  • versions: mismatched versions 140 instead ot 142 (14e4d90)

Features

  • ac: validator is now a separated entity type so it can be referenced from outside of the library scope (b9ccb94)
  • altair: added new module replacing graphiql called altair (27c1632)
  • AsyncTemplate: added async template with parameters (cec4799)
  • bump: graphql and other version bumps removed microservices since it is replaced by federation (d567b82)
  • cli-builder: added console.log on subscriptions (0394837)
  • cli-builder: introduced ip behind NAT can be specified (cfd5ba7)
  • cli-builder: notifiy result based on label in order to track machine with label (5796b6e)
  • cli: added more options for parcel in order to customize behaviour (52d0a4d)
  • cli: compressed documents exported in order to reduce bundle size using lzw codec and json-url library (ad0b43a)
  • context7: added ownership for context7 readme [ci-skip] (28ededf)
  • dev: added lambda logs commands (905b9bf)
  • dev: decompress the result from logs (f33a6ab)
  • dev: loaded spec on single place and used all over the functions (ab73876)
  • dev: refresh token authentication added (0262bc1)
  • dev: test command introduced with few parameters (f08078e)
  • falkordb: added new module to import falkordb client into the gapi system (e82a4cc)
  • federation: added missing apollo server configs (cc6edfe)
  • federation: added willSendRequest and context lambdas in order to manage authentication outside the scope of the library (5f597ab)
  • Federation: removed _service and status from schema sdl when processing _service graph, removed ethereum, ipfs related modules with packages (cd4d74d)
  • gcli: added esbuild as a script with decorators (35148c7)
  • gcli: added exit strategies for the child process and added configuration for build scripts unified (ea75254)
  • gcli: added global auth token using a environment variable GCLI_AUTH_TOKEN (511dd02)
  • gcli: added hasOptionsRequest to lambda creation (a4f6d9c)
  • gcli: added ignore folders so we can safely execute commands changing files without interrupting the server to restart for example for schema introspection of the graphql queries (a5da7ba)
  • gcli: added multiple scaling options and some documentation inside the cli itself (0efec0f)
  • gcli: added package command and prepared for rxjs migration by removing toPromise() and throwError accepts function () => error (84c2cad)
  • gcli: build script added outfile (1bea705)
  • gcli: bundle binary (e4ad1a0)
  • gcli: environment crud operations added (5c4bde8)
  • gcli: logging is now on a single place introduced new configuration lambforge.yaml and start bundling capabilities using esbuild really amazing commitgit add .! (064cd2a)
  • gcli: npm ignore file added (15530eb)
  • gcli: readme.md added correct link [ci-skip] (ff79521)
  • gcli: removed archiver as default export (7ea3f62)
  • gcli: scaling options added to yml file (3c01cdc)
  • gcli: single executable (8697dc6)
  • gcli: time triggers tools implemented (8cbf633)
  • gcli: updated mcp server to be with rxjs instead of imperative code (4337cad)
  • geojson: removed package geojson and instead re-exported from the library itself one less library for @gapi/core (5d76d0f)
  • graphql-pubsub: added compatibility between graphql v15 and graphql v16 we want to use v16 but subscriptions are not stable enough (b94d7a7)
  • GraphqlCli: init graphql-server cli (9819b46)
  • Lambda: generation and deploy for lambda (900e7dc)
  • openai: added more input parameters for the graphql endpoint (9fdee60)
  • openai: added new version of openai and modified a little bit the code to fit new api (44f606b)
  • openai: added open ai module with simple graphql mutation (ec660f9)
  • openai: created chat completion node (e5f9635)
  • removed every occurency for graphiql and replacement with altair (5db6974)
  • removed some more modules and altair (e9fdcff)
  • rxdi: bumped many versions of rxdi infrastructure (56cf598)
  • rxdi: bumped rxdi for new feature AMQPSusbscribe decorator for complex dead letter queue scenarios (ef0b247)
  • rxdi: bumped rxdi versions due to recent ai changed with description field exposed to graphql query mutation and subscription better schema generation (c6a4c35)
  • rxdi: bumped version of rxdi (9abf554)
  • rxdi: bumped version of rxdi (d998039)
  • rxdi: bumped version with many removed unused functionalities (637d781)
  • rxdi: global prefetch count for rabbitmq pubsub (95657c7)
  • rxdi: introduced options for altair (b85ebb7)
  • rxdi: whole infrastructure bumped (0a5c1c7)
  • sandgrid: added options to last parameter in order to create attachment for the email and add s missing functionalities which restrict this library to be used as a extender of original sendgrid library (63dc5bf)
  • Sendgrid: added default email from injection (59b8abf)
  • Sendgrid: added sendgrid module to stack (98f7d0a)
  • withFilter: added re exported withFilter since it was with messed typings not reflecting the actual framework (83e1c45)
  • zip: added zip upload (1c240c0)

1.8.28 (2020-04-14)

1.8.27 (2020-04-14)

1.8.24 (2020-04-14)

Bug Fixes

  • cli: added initial object for local and prod environments (e0d1a63)
  • core, cli: important daemon config fix when destructuring object config forRoot (3a1bfb8)
  • Core: core module was decorating values before real implementation thus injecting containers (571be92)
  • Gapi-cli: schema introspection type export (5a4b31e)
  • gapi-cli: unable to work with gapi schema introspection (4c9fdf7)
  • gapi-ipfs-daemon: added ability to start daemon with specific port (c3fe75b)
  • Headers: added default headers (13969ed)
  • ImportantVersionPatch: rxdi graphql was not getting correct this for the resolvers (d644b36)
  • Typo: orbitdb module has typo (89723fc)
  • Voyager: added correct token import from @rxdi/core (c0efc6b)

Reverts

  • rxdi/graphql: not working with new apollo server... (7208669)

1.2.54 (2018-09-02)

1.2.53 (2018-09-02)

1.2.52 (2018-09-02)

1.2.51 (2018-09-02)

1.2.50 (2018-09-01)

1.2.49 (2018-09-01)

1.2.48 (2018-09-01)

1.2.47 (2018-09-01)

1.2.45 (2018-09-01)

1.2.44 (2018-09-01)

1.2.40 (2018-09-01)

1.2.39 (2018-08-31)

1.2.38 (2018-08-31)

1.2.37 (2018-08-31)

1.2.36 (2018-08-19)

1.2.35 (2018-08-19)

1.2.34 (2018-08-15)

1.2.33 (2018-08-15)

Bug Fixes

  • gapi-core: integrity for package-lock.json added (0ee6bd9)
  • peerDependencies: peer dependencies removed due CI build failure from codeship (5dbf12e)
  • siblings: removed peer dependencies (e82a821)

0.7.289 (2018-06-14)

Bug Fixes

  • gapi-ipfs-pubsub: little fix for lazy loading (3104c2a)

0.7.287 (2018-06-14)

0.7.286 (2018-06-14)

0.7.285 (2018-06-14)

0.7.283 (2018-06-14)

0.7.279 (2018-06-12)

0.7.278 (2018-06-11)

0.7.277 (2018-06-11)

0.7.275 (2018-06-11)

0.7.274 (2018-06-10)

0.7.273 (2018-06-10)

0.7.271 (2018-06-10)

0.7.270 (2018-06-09)

0.7.269 (2018-06-09)

0.7.268 (2018-06-09)

0.7.265 (2018-06-09)

0.7.264 (2018-06-09)

0.7.263 (2018-06-08)

0.7.262 (2018-06-08)

0.7.261 (2018-06-08)

0.7.260 (2018-06-08)

0.7.259 (2018-06-08)

0.7.258 (2018-06-08)

0.7.257 (2018-05-26)

0.7.256 (2018-05-26)

0.7.254 (2018-05-24)

0.7.253 (2018-05-24)

0.7.252 (2018-05-24)

0.7.251 (2018-05-24)

0.7.250 (2018-05-23)

0.7.249 (2018-05-23)

0.7.248 (2018-05-23)

0.7.247 (2018-05-23)

0.7.246 (2018-05-23)

0.7.244 (2018-05-23)

Bug Fixes

  • gapi-core: dependency injection fix on forRoot (17a59e4)

0.7.243 (2018-05-22)

0.7.242 (2018-05-22)

0.7.241 (2018-05-22)

0.7.240 (2018-05-22)

0.7.239 (2018-05-22)

0.7.238 (2018-05-22)

0.7.237 (2018-05-22)

0.7.236 (2018-05-22)

0.7.234 (2018-05-21)

Bug Fixes

  • gapi-cli: removed --prod reserved environment (142cef8)

0.7.233 (2018-05-20)

0.7.232 (2018-05-20)

0.7.231 (2018-05-20)

0.7.230 (2018-05-20)

0.7.229 (2018-05-19)

0.7.228 (2018-05-19)

0.7.227 (2018-05-19)

0.7.226 (2018-05-19)

Bug Fixes

  • gapi-sequelize: important fix with useFactory instead of dependency injected service providing configuration (ee8fce8)

0.7.225 (2018-05-18)

0.7.224 (2018-05-18)

0.7.223 (2018-05-18)

0.7.222 (2018-05-18)

0.7.221 (2018-05-18)

0.7.220 (2018-05-18)

0.7.219 (2018-05-18)

0.7.218 (2018-05-18)

0.7.217 (2018-05-18)

0.7.216 (2018-05-18)

Bug Fixes

  • LittleFixes: gapi-cli gapi-core modules (91e8eea)

0.7.215 (2018-05-16)

0.7.214 (2018-05-16)

0.7.213 (2018-05-16)

0.7.212 (2018-05-16)

0.7.211 (2018-05-15)

0.7.210 (2018-05-15)

0.7.209 (2018-05-11)

0.7.208 (2018-05-11)

0.7.207 (2018-05-11)

0.7.206 (2018-05-11)

0.7.205 (2018-05-11)

0.7.204 (2018-05-11)

0.7.203 (2018-05-09)

0.7.202 (2018-05-09)

0.7.201 (2018-05-01)

0.7.199 (2018-05-01)

0.7.198 (2018-05-01)

0.7.197 (2018-05-01)

0.7.196 (2018-05-01)

0.7.193 (2018-05-01)

0.7.192 (2018-05-01)

0.7.191 (2018-05-01)

0.7.190 (2018-05-01)

0.7.189 (2018-05-01)

0.7.188 (2018-05-01)

0.7.187 (2018-04-30)

0.7.186 (2018-04-30)

0.7.184 (2018-04-27)

0.7.183 (2018-04-27)

0.7.182 (2018-04-27)

0.7.181 (2018-04-27)

0.7.180 (2018-04-27)

0.7.179 (2018-04-27)

0.7.178 (2018-04-27)

0.7.177 (2018-04-27)

0.7.176 (2018-04-27)

0.7.175 (2018-04-27)

0.7.174 (2018-04-27)

0.7.173 (2018-04-25)

0.7.172 (2018-04-25)

0.7.171 (2018-04-25)

0.7.170 (2018-04-25)

0.7.169 (2018-04-24)

0.7.168 (2018-04-24)

0.7.167 (2018-04-24)

0.7.166 (2018-04-24)

0.7.165 (2018-04-24)

0.7.164 (2018-04-24)

0.7.163 (2018-04-24)

0.7.162 (2018-04-24)

0.7.161 (2018-04-09)

0.7.160 (2018-04-09)

0.7.159 (2018-04-07)

0.7.158 (2018-04-07)

0.7.157 (2018-04-07)

0.7.155 (2018-04-07)

Bug Fixes

0.7.123 (2018-04-02)

0.7.122 (2018-04-02)

0.7.121 (2018-04-02)

0.7.120 (2018-04-02)

0.7.119 (2018-04-02)

Bug Fixes

  • gapi-core: effects are fixed and all left is to assign appropriate this (57e5fff)

0.7.118 (2018-04-02)

0.7.117 (2018-04-02)

0.7.115 (2018-04-02)

0.7.114 (2018-04-02)

0.7.113 (2018-04-02)

0.7.112 (2018-04-02)

0.7.111 (2018-04-02)

0.7.110 (2018-04-02)

0.7.108 (2018-04-02)

0.7.107 (2018-04-02)

0.7.106 (2018-04-02)

0.7.105 (2018-04-02)

0.7.104 (2018-04-02)

0.7.103 (2018-04-02)

0.7.102 (2018-04-02)

0.7.101 (2018-04-02)

0.7.100 (2018-04-02)

0.7.95 (2018-04-02)

0.7.94 (2018-04-01)

0.7.91 (2018-04-01)

0.7.90 (2018-04-01)

0.7.82 (2018-04-01)

0.7.81 (2018-04-01)

0.7.80 (2018-04-01)

0.7.70 (2018-04-01)

0.7.64 (2018-04-01)

0.7.63 (2018-04-01)

0.7.62 (2018-03-30)

0.7.60 (2018-03-29)

0.7.52 (2018-03-29)

0.7.51 (2018-03-29)

0.7.44 (2018-03-29)

0.7.43 (2018-03-29)

0.7.41 (2018-03-29)

0.7.40 (2018-03-29)

0.7.32 (2018-03-28)

0.7.31 (2018-03-28)

0.7.29 (2018-03-28)

0.7.28 (2018-03-28)

0.7.27 (2018-03-28)

0.7.26 (2018-03-28)

0.7.25 (2018-03-28)

0.7.22 (2018-03-28)

0.7.21 (2018-03-27)

0.7.20 (2018-03-27)

0.7.19 (2018-03-27)

0.7.18 (2018-03-27)

0.7.17 (2018-03-27)