Releases: tidepool-org/uploader
v0.204.0
v0.152.0
v0.203.0
v0.202.0
v0.201.0
v0.151.0
Checks if a blood glucose or blood ketone reading from the Abbott Precision Xtra meter is marked as a control solution test. If it is, we skip over the value - i.e., do not upload it via jellyfish. (In the future we will come up with a data model for these, but we haven't yet.)
v0.200.0
v0.150.0
Fixes the CareLink data processing to handle the updates recently made to the CareLink CSV format.
A description of the updates is included in this document.
Also add subType
to smbgs processed from CareLink in accordance with the smbg data model.
Known issue: under fairly rare circumstances, duplicate linked
smbgs will be produced. The circumstances that caused this are when a user is using a linked meter and sending all readings to the pump and then in addition uses the "Capture Event" menu in the pump to log the BG reading. A second linked
reading will be produced in this situation, with a timestamp slightly different from the first (the timestamp of the event capture). Since this is a rare and bordering on pathological circumstance/user behavior, we have decided this known issue is acceptable.
Also worth noting: if a user modifies a reading retrieved from a linked meter, two records will be generated - one with subType linked
and the second (with a different value
) with subType manual
.
v0.129.0
Adds functionality to redirect to an app "page" containing instructions (and eventually a link to KB article) for how to update the uploader when jellyfish responds to a POST of upload metadata with an error stating that the version of the uploader is out of date and no longer supported.
We have not yet configured jellyfish to respond with this error given any previously published version of the uploader - so this change is a no-op to users until we update jellyfish to require a higher version of the uploader.