Files
api/CHANGELOG.md
T
2020-06-23 18:36:12 -07:00

18 KiB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.7.3 (2020-06-24)

Bug Fixes

  • plg: update Amplify URL (06d7c53)

2.7.2 (2020-06-23)

Bug Fixes

  • plg: move js scripts to end of body, remove some unneeded props (8bb75c4)

2.7.1 (2020-06-23)

Bug Fixes

  • plg: added id="wc_userprofile" to UPC (91d554c)

2.7.0 (2020-06-20)

Features

2.6.2 (2020-06-19)

2.6.1 (2020-06-18)

Bug Fixes

  • cleanup servers endpoint (ce46c63)
  • ensure we have local data for server endpoint fallback (0fd14b7)

2.6.0 (2020-06-18)

Features

  • plg: added uptime and expiretime props to user profile component (847c842)

2.5.2 (2020-06-13)

Bug Fixes

  • plg: fix a few issues with the serverstate vars (d4b2249)

2.5.1 (2020-06-13)

Bug Fixes

  • plg: make profile field data dynamic (5b34b7e)

2.5.0 (2020-06-12)

Features

  • plg: return registered state (7dbf26e)

2.4.13 (2020-06-12)

Bug Fixes

  • plg: use urls instead of inline for js files (c21c51d)

2.4.12 (2020-06-12)

2.4.11 (2020-06-08)

2.4.10 (2020-06-08)

Bug Fixes

  • ensure we only allow permitted access to servers endpoint (03f3450)
  • bundled-deps: add bundle-dependencies to prevent missing deps (123f1b4)
  • graphql: fix types (59b5242)
  • misc changes (ff48805)

2.4.9 (2020-05-12)

2.4.8 (2020-05-12)

2.4.7 (2020-05-11)

2.4.6 (2020-05-11)

Bug Fixes

2.4.5 (2020-05-10)

Bug Fixes

2.4.4 (2020-05-10)

2.4.3 (2020-05-10)

Bug Fixes

  • type: ensure keyFile and x-flash-guid aren't ever undefined (ae8e019)

2.4.2 (2020-05-10)

Bug Fixes

  • makes array updates work again (a3cd68c)

2.4.1 (2020-05-08)

2.4.0 (2020-05-02)

Features

  • mothership: add message support (70d14c7)

2.3.3 (2020-04-17)

2.3.2 (2020-04-13)

Bug Fixes

  • added subscriptions back to wsServer and other misc changes (70472ed)

2.3.1 (2020-04-11)

2.3.0 (2020-04-11)

Features

  • add proxy support (part 1) (5389db1)

Bug Fixes

  • plg: add template vars (ddac833)
  • add lan-ip and fix tsc not finishing (f603e02)
  • mothership: add lanIp and remove x-powered-by (4a09df5)

2.2.1 (2020-02-24)

2.2.0 (2020-02-24)

Features

  • enable log debug toggling and cleanup exit code (9590ebc)

Bug Fixes

  • allow master process to kill worker (26e0598)

2.1.29 (2020-02-14)

Bug Fixes

2.1.28 (2020-02-14)

2.1.27 (2020-02-07)

Bug Fixes

2.1.26 (2020-02-03)

Bug Fixes

  • make sure master doesnt die when worker does (19d6501)

2.1.25 (2020-02-02)

2.1.24 (2020-02-02)

Bug Fixes

  • set cwd to __dirname and add logs (770c7f5)

2.1.23 (2020-02-02)

2.1.22 (2020-02-02)

Bug Fixes

  • schema/info/versions: fix typo (b8aed46)
  • typescript: remove src from the dist directory on build (6317020)
  • websocket: bail if the ws is unknown as they have no context (9e4bd1a)

2.1.21 (2020-01-27)

2.1.20 (2020-01-26)

Bug Fixes

  • ensure we're using the websocketId for the subcriptions count check (9e5207c)

2.1.19 (2020-01-26)

Bug Fixes

  • switch to using autogen id for each websocket connection (0a9f49f)

2.1.18 (2020-01-26)

2.1.17 (2020-01-26)

Bug Fixes

  • pubsub: ensure we only publish to a channel with subscribers (df9954f)

2.1.16 (2020-01-26)

2.1.15 (2020-01-25)

Bug Fixes

  • dep: update dee to include dist file (146dabd)

2.1.14 (2020-01-25)

Bug Fixes

  • docker-events: replace docker-events listener with star namespace (4163326)

2.1.13 (2020-01-25)

Bug Fixes

  • replace machineId module with util and fix graphql subscriptions (158bf6c)

2.1.12 (2020-01-23)

Bug Fixes

  • add missing graphql files (02f32f5)

2.1.11 (2020-01-23)

Bug Fixes

  • change files to dist instead of app (daf74f4)

2.1.10 (2020-01-23)

2.1.9 (2020-01-11)

2.1.8 (2020-01-10)

2.1.7 (2020-01-10)

2.1.6 (2020-01-10)

Bug Fixes

  • module:graphql/index: replace user onConnect/onDisconnect logging (5971fce)

2.1.5 (2019-11-25)

2.1.4 (2019-11-11)

Bug Fixes

  • ecosystem: disable extra logging in production (fbb8989)

2.1.3 (2019-11-11)

2.1.2 (2019-11-11)

Bug Fixes

  • ecosystem: remove node_args and cleanup formatting (b3a284b)

2.1.1 (2019-11-10)

2.1.0 (2019-11-10)

Features

  • module:app/server: add x-machine-id to header (8e29f5f)
  • schema:info/machine-id: added machineId to info (beaad40)

2.0.23 (2019-11-10)

Bug Fixes

  • module:graphql/schema/resolvers: only update when clients connect (22ff4c1)

2.0.22 (2019-11-09)

2.0.21 (2019-11-04)

2.0.20 (2019-11-04)

2.0.19 (2019-11-04)

Bug Fixes

  • subscriptions-transport-ws: patch duplicate subscriptions (c0d9825)

2.0.18 (2019-11-03)

Bug Fixes

  • ecosystem: increase allowed memory heap from 100 to 200 (35dccce)

2.0.17 (2019-11-03)

Bug Fixes

  • ecosystem: increase allowed memory heap (856da3e)

2.0.16 (2019-11-03)

Bug Fixes

  • modules:graphql/schema/resolvers: reduce disks memory usage (6d9b40b)

2.0.15 (2019-11-03)

Bug Fixes

  • ecosystem: replace string with array (25c1901)

2.0.14 (2019-11-03)

2.0.13 (2019-10-31)

2.0.12 (2019-10-31)

2.0.11 (2019-10-31)

2.0.10 (2019-10-31)

Bug Fixes

  • module:graphql/schema/resolvers: fix memory leak (fa60021)

2.0.9 (2019-10-27)

2.0.8 (2019-10-27)

2.0.7 (2019-10-26)

Bug Fixes

  • deps: update @unraid/core as it adds the missing abort-controller (5b21941)

2.0.6 (2019-10-26)

2.0.5 (2019-10-25)

Bug Fixes

  • module:app/server: fix EADDRINUSE (eb8603f)

2.0.4 (2019-10-22)

2.0.3 (2019-10-20)

Bug Fixes

  • module:index: log whole error in development (f8f3a3e)

2.0.2 (2019-10-19)

2.0.1 (2019-10-17)

2.0.0 (2019-10-17)

⚠ BREAKING CHANGES

  • module:graphql/schema/resolvers: Reduces CPU usage when on my_servers.

Bug Fixes

  • module:graphql/schema/resolvers: remove unneeded await (8b1dd10)

1.2.2 (2019-10-17)

1.2.1 (2019-10-17)

1.2.0 (2019-10-14)

Features

  • schema:info/memory: add basic types (4d91b8b)
  • add new baseboard type to info (6ecef3b)

Bug Fixes

  • schema:disks/disk: add value to DiskSmartStatus & DiskInterfaceType (01c3be1)

1.1.1 (2019-10-12)

Bug Fixes

  • remove unneeded "deepmerge" dep (b6447d7)

1.1.0 (2019-10-12)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.