Skip to content

Releases: tidepool-org/platform

v1.7.0

22 Jun 22:22
Compare
Choose a tag to compare
  • Fix hash deactivate old deduplicator for uploads with invalid timezone
  • Add support for creation of Docker containers for platform services
  • Add tool to encode/decode Gatekeeper group ids
  • Break out crypto functions into separate package
  • Refactor errors out of app package into separate errors package; break circular dependency
  • Add permission.UserIDFromGroupID; add AES256 decryption
  • Refactor GroupIDFromUserID to common permission package
  • Update dependencies
  • Update Travis configuration

v1.6.2

03 Mar 01:32
Compare
Choose a tag to compare
  • Optionally add unique index after migration
  • Update log messages

v1.6.1

01 Mar 17:59
Compare
Choose a tag to compare
  • Additional debugging information for migrate_pmid_to_uid

v1.6.0

01 Mar 02:01
Compare
Choose a tag to compare

Add migrate_pmid_to_uid tool (for seagull metadata migration)

v1.5.0

21 Feb 02:18
Compare
Choose a tag to compare
  • New data deduplicators
  • Data deduplicator refactoring
  • Remove unnecessary data/types/base package
  • Additional tests and test framework updates

v1.4.0

27 Oct 20:05
Compare
Choose a tag to compare
  • Implement hash data de-duplicator algorithm (similar to jellyfish)
  • Limit truncate data de-duplicator to only work on Animas
  • Various changes to data types to support real-world data
  • Add status field support to reservoir change device event
  • Add suppressed field support to temporary and suspend basal
  • Add expected duration field support to temporary basal
  • Do not allow deleting accounts with "clinic" role
  • Simplify glucose and ketone validation and normalization
  • Limit mg/dL to mmol/L converted values to 5 decimal places
  • Various refactoring and improvements
  • Begin refactor of test mocks into separate test packages
  • Additional test and updates to tests
  • Update dependencies

v1.3.1

27 Oct 19:56
Compare
Choose a tag to compare
v1.3.1 Pre-release
Pre-release

v1.3.0

27 Oct 19:56
Compare
Choose a tag to compare
v1.3.0 Pre-release
Pre-release

v1.2.1

10 Oct 16:54
Compare
Choose a tag to compare
  • Update to go 1.7
  • Update to latest dependencies
  • Fix issue with environment name for anonymous, embedded struct

v1.2.0

05 Oct 22:10
Compare
Choose a tag to compare
  • Delete user API
  • Delete all user data (user, sessions, permissions, notifications, data, tasks, messages, profile)
  • Initial mongo stores for all database collections
  • Dataservices client for userservices service to delete user data
  • Tool to expand sessions to populate database with necessary fields (from session token)
  • Trace request carries forward to outgoing HTTP requests
  • Update tapi tool to allow command-line user get, find, add-role, remove-role, and delete