Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fh-mbaas-api

Package Overview
Dependencies
Maintainers
1
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fh-mbaas-api - npm Package Versions

1
21

7.0.10

Diff

Changelog

Source

[7.0.10] - Tue May 23 11:31:11 2017 +0100

Added

  • Added MONGODB_VERSION env vars for MongoDB 2.4 & 3.2 to the travis build matrix

Changed

  • Update to ensure an update object is passed in for tests
  • updates dependencies:
-    "fh-sync": "^1.0.0-RC1",
+    "fh-sync": "~1.0.0",

Removed

  • Removed sync source code & refactored fh-mbaas-api to now use decoupled fh-sync library instead
wtrocki
published 7.1.0-RC1 •

akeating-redhat
published 7.0.9 •

Changelog

Source

[7.0.9] - Tue May 16 13:05:23 2017 +0100

Changed

  • Fixed background typo
david-martin
published 7.0.8 •

Changelog

Source

[7.0.8] - Tue May 16 09:41:47 2017 +0100

Changed

  • Uses stringify for error messages
  • Returns sync error to conect() requests by sync clients if sync not ready to start; 'crashed' notification sent to client and client will retry later.
  • Corrects null error (FH-3591)
  • Change the default sync worker interval & backoff settings to take full advantage of CPU when the sync queue is busy and to allow the CPU to be used for other things when the sync queue is not busy.

Removed

  • Removes 'stop' test
weileylee
published 7.0.7 •

Changelog

Source

[7.0.7] - Fri May 12 15:42:56 2017 +0100

Changed

  • Uses mongodb ttl to remove queue messages
  • Makes sure only one cleaner job will remove the data when there are multiple workers
  • updates fh-component-metrics dependency to use version from tag
  • updates fh-component-metricsdependencies to add support for base tags:
-    "fh-component-metrics": "~2.6.1",
+    "fh-component-metrics": "2.7.0",
  • Avoids race conditions when creating the indexes on the mongodb queue collections

Removed

  • removes unneeded syncUtils dependencies:
-var syncUtil = require('./util');
-var debug = syncUtil.debug;
-var debugError = syncUtil.debugError;
-var parseDuration = require('parse-duration');
akeating-redhat
published 7.0.6 •

Changelog

Source

[7.0.6] - Tue May 9 16:28:33 2017 +0100

Added

  • Added error event listener for Redis client

Changed

  • updates dependencies:
-    "fh-component-metrics": "~2.6.0",
+    "fh-component-metrics": "2.6.1",
weileylee
published 7.0.5 •

Changelog

Source

[7.0.5] - Fri May 5 16:55:25 2017 +0100

Added

  • Added error-debugging
    • Added fh-mbaas-api:sync:error debug level
    • Added error debug level for cache
    • Added error debug level for db
    • Added error debug level for call
    • Added error debug level for init
    • Added error debug level for stats
  • Added an integration test for datasetClientsCleaner
  • Added a new index on the fhsync_datasetClients collection to improve performance
david-martin
published 7.0.4 •

Changelog

Source

[7.0.4] - Wed May 3 11:08:02 2017 +0100

Changed

  • Prefixed all metrics with a metricsKey
  • Improved the performance & memory usage when deleting datasetClients
david-martin
published 7.0.3 •

Changelog

Source

[7.0.3] - Fri Apr 28 12:53:14 2017 +0100

Changed

  • If FH_USE_LOCAL_DB is set, also set the FH_MONGODB_CONN_URL env var to a localhost string so sync can start.
weileylee
published 7.0.2 •

Changelog

Source

[7.0.2] - Thu Apr 27 15:58:53 2017 +0100

Changed

  • Improved performance and memory usage when list dataset clients
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc