Releases: nightscout/share2nightscout-bridge
Releases · nightscout/share2nightscout-bridge
v0.2.10 - Final Release (Deprecated)
Changes
-
Node.js compatibility: Updated
enginesfield from16.x || 14.x || 12.x || 10.x || 8.xto>=8.x- This allows installation on Node 18, 20, and 22 without EBADENGINE warnings
- Unblocks cgm-remote-monitor PR #8357 (Node 22 upgrade)
-
Deprecation notice: Added banner to README directing users to nightscout-connect
Migration
This package is deprecated. Please migrate to nightscout-connect:
| Old Variable | New Variable |
|---|---|
BRIDGE_USER_NAME |
CONNECT_SHARE_ACCOUNT_NAME |
BRIDGE_PASSWORD |
CONNECT_SHARE_PASSWORD |
BRIDGE_SERVER=EU |
CONNECT_SHARE_REGION=ous |
See nightscout-connect for details.
What's Changed
Full Changelog: 0.2.9...0.2.10
0.2.1 Maintenance release
- Fixes an issue where users could accidentally configure the bridge to make excessive API calls, resulting in their hosting running out of resources
0.2.0 Maintenance release
Changes:
- first release since @bewest. share2nightscout-bridge is now temporary maintained by @sulkaharo and @PieterGit because it's a Nightscout core plugin
- formalize the changes from
wip/generalizeto a released version - change from
wip/generalizetodevbranch, just like oref0 and Nightscout do - #33 Check res before checking res.statusCode to prevent Nightscout server crashes in case Dexcom server does not respond
- upgrade
requestpackage - upgrade node to Node 8 or Node 10 LTS
- publish on npm.org https://www.npmjs.com/package/share2nightscout-bridge
Detailed list of code changes: #34