Skip to content

Releases: tidepool-org/uploader

v0.204.0

19 Aug 01:28
Compare
Choose a tag to compare
v0.204.0 Pre-release
Pre-release
v0.204.0

v0.152.0

13 Aug 17:59
Compare
Choose a tag to compare

Added link to the KB article on how to update the uploader.

v0.203.0

19 Aug 01:28
Compare
Choose a tag to compare
v0.203.0 Pre-release
Pre-release
v0.203.0

v0.202.0

19 Aug 01:28
Compare
Choose a tag to compare
v0.202.0 Pre-release
Pre-release
v0.202.0

v0.201.0

19 Aug 01:27
Compare
Choose a tag to compare
v0.201.0 Pre-release
Pre-release
v0.201.0

v0.151.0

24 Jul 20:15
Compare
Choose a tag to compare

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

19 Aug 01:27
Compare
Choose a tag to compare
v0.200.0 Pre-release
Pre-release
v0.200.0

v0.150.0

01 Jul 17:24
Compare
Choose a tag to compare

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

01 Jul 16:54
Compare
Choose a tag to compare

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.

v0.128.0

01 Jun 19:34
Compare
Choose a tag to compare

Updates

Two fixes:

  • fix regression that was preventing changing the upload target account on the device selection page
  • remove OneTouch meters from the device selection list since they are not yet ready for release

See also v0.127.0