Skip to content

Latest commit

 

History

History
927 lines (312 loc) · 34.4 KB

CHANGELOG.md

File metadata and controls

927 lines (312 loc) · 34.4 KB

1.8.151 (2024-06-18)

Bug Fixes

  • ac: added type safety features (ab2da32)
  • ac: typo error (fc89bfe)
  • cli-builder: added correct generation of system file (2b3bd5b)
  • cli-builder: added executable environment variable (9352fcb)
  • cli-builder: added handler for error uncaughtException since the workers are stopping for some reason (a846ea4)
  • cli-builder: added label fix (5055bbb)
  • cli-builder: correct adds environment variables to service worker (29c8eff)
  • 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 (f7c3298)
  • 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 (8666ccb)
  • cli-builder: removed default runner type (c6c5c39)
  • cli-builder: system executable filename added to empty string since it was braking (193df28)
  • cli-builder: when we have authorization and init query we need to drop authorization for this particular query (b7b26e9)
  • cli: added headers field to schema introspection in order to put authorization token (17feddf)
  • cli: added ipfs services to daemon server using it (63c65e4)
  • cli: builded gcli in order to reflect new changes (11ecdfb)
  • cli: collect fragments when generating schema was hitting wrong endpoint (dcf7778)
  • cli: enums was not exported inside index.ts (312ddeb)
  • cli: humps added to dependencies updated rxdi to 136 (d6ea8a8)
  • cli: if it is windows use set to set env variables instead of export (bea7473)
  • cli: if not defined headers property it throws error and intrupting previews flow without headers (8518683)
  • cli: lint removed from generated files (8a75cf4)
  • cli: removed daemon service from @gapi/cli and @gapi/core as a dependency (4422836)
  • commander: bumped to latest version (7c0fa34)
  • core: added export for graphql-subscriptions (7c6e42f)
  • core: enum-to-graphql enum (a87b5cf)
  • core: graphql added to dependencies since 15.0.0 is broken (7f740bf)
  • federation: full headers are resend to the appropriate service (c62d273)
  • federation: readme (1d8b2c8)
  • federation: rebuilded module and re-deployed (05da054)
  • gcli: authorization token passed also to upload lambda logic (d606afd)
  • gcli: builded again the package with namespace import from all (9237232)
  • gcli: decompress logs (70d9eea)
  • gcli: default export of form data and stream to buffer (6374259)
  • gcli: load spec file default export fix (63ba724)
  • gcli: login to gcli using integration ci/cd pipeline (0d0b668)
  • gcli: re-build (0a5fb61)
  • gcli: removed packages from dependencies since we don't want them when installing (22af3b7)
  • gcli: reverted back logic for gcli (71feca5)
  • gcli: reverted logic without options request (0c737f2)
  • InitQuery: reverted (f500c5b)
  • login: added method which converts number to string (605fe1d)
  • package.json: added @rxdi/core dependency (2b400a2)
  • sendgrid: added partial data to options (0501b12)
  • sendgrid: fixed wrong async assignment (aca38f6)
  • sendgrid: html property removed from type and re assigned like it needs to be (648d411)
  • SystemdDaemon: removed export from helpers (77a7c1a)
  • versions: mismatched versions 140 instead ot 142 (dad2d4d)

Features

  • ac: validator is now a separated entity type so it can be referenced from outside of the library scope (2d81f15)
  • AsyncTemplate: added async template with parameters (e1643e8)
  • cli-builder: added console.log on subscriptions (a252177)
  • cli-builder: introduced ip behind NAT can be specified (8aa1f12)
  • cli-builder: notifiy result based on label in order to track machine with label (bc837a6)
  • cli: added more options for parcel in order to customize behaviour (ec2b040)
  • cli: compressed documents exported in order to reduce bundle size using lzw codec and json-url library (96d1fd7)
  • dev: added lambda logs commands (576feee)
  • dev: decompress the result from logs (5020165)
  • dev: loaded spec on single place and used all over the functions (4b11d45)
  • dev: refresh token authentication added (2461558)
  • dev: test command introduced with few parameters (f6809d0)
  • federation: added missing apollo server configs (b049560)
  • federation: added willSendRequest and context lambdas in order to manage authentication outside the scope of the library (ea45b5e)
  • Federation: removed _service and status from schema sdl when processing _service graph, removed ethereum, ipfs related modules with packages (7b5781b)
  • gcli: added global auth token using a environment variable GCLI_AUTH_TOKEN (6f9d3e5)
  • gcli: added hasOptionsRequest to lambda creation (b391b19)
  • gcli: added multiple scaling options and some documentation inside the cli itself (312f626)
  • gcli: npm ignore file added (5aa9097)
  • gcli: readme.md added correct link [ci-skip] (830fcf4)
  • gcli: removed archiver as default export (c79ca75)
  • gcli: scaling options added to yml file (920eaad)
  • gcli: single executable (cf8417e)
  • GraphqlCli: init graphql-server cli (0299494)
  • Lambda: generation and deploy for lambda (05214cc)
  • openai: added more input parameters for the graphql endpoint (186add6)
  • openai: added new version of openai and modified a little bit the code to fit new api (39c7eb9)
  • openai: added open ai module with simple graphql mutation (38304b8)
  • openai: created chat completion node (7e653cf)
  • rxdi: global prefetch count for rabbitmq pubsub (a939f01)
  • rxdi: whole infrastructure bumped (53f68cb)
  • 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 (4d7b649)
  • Sendgrid: added default email from injection (8a2ab11)
  • Sendgrid: added sendgrid module to stack (3cc32e3)
  • zip: added zip upload (7ba67b4)

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)