Skip to content

Release 15.0.0. Apple Gluten Free Muffin

Latest
Compare
Choose a tag to compare
@bewest bewest released this 18 Oct 15:18
· 19 commits to master since this release
da3b2ee

Nightscout version 15.0.0

Current dev branch preparing release for 15.0.0. This is a major version bump because we changed node version requirements to support only lts versions, removing older versions.

Breaking changes:

  • Node 12 no longer supported, modern versions of node and npm.
  • AAPS Compatibility - AAPS 3.2.0 need at least NS 15.0.0.

Fixes

  • fix security issue where part of v2 API was unsecured.
  • Viewing reports from another timezone now aligns treatment and glucose data, at the trade of framing the query in UTC. This may result in wrapping to tomorrow or yesterday's date depending on the timezones involved, and time of day.

Improvements

  • tweak viewport for iphone
  • new "easy state" in v2 API to help enable reproducible, easy to consume statistics and usage information.

Loop

  • Make Loop overrides more convenient by removing unused OTP field.
  • Introduce Nightsout Connect, a plugin to unify importing external cloud provider diabetes data into Nightscout.

Android APS

  • Prevent gaps from appearing in some cases.
  • Upgrades to data consistency and auth
    While using websockets in NS v3 plugin treatments entered through NS UI (plus button) and other applications using v1 API are not sent to AAPS. This will be fixed in future release of NS. Always use the same client (v1 or v3) in AAPS and AAPSClient until NS fully switch to v3 internaly. The same is valid for AAPS and AAPSClient itself.
    See the full release notes for AAPS 3.2.0 for more details.

Maintenance

  • update or pin many dependencies to keep Nightscout up to date
  • changed build system to trivially support more cloud providers, notably Digital Ocean.
  • updating mongo uri parser and providing indices expected to improve Azure + CosmoDB compatibility
  • More translations and language updates.
  • Update mongodb dependencies and poll the database 15 seconds instead of 5 seconds.

What's Changed

New Contributors

Full Changelog: 14.2.6...15.0.0