Skip to content

Releases: irvinlim/apple-health-ingester

v0.4.0

06 Feb 18:31
cb323ff
Compare
Choose a tag to compare

Breaking and Notable Changes

From Health Auto Export v6.6.2 onwards, metrics sent by Health Auto Export when "Aggregate Sleep Data" is turned on is no longer backwards-compatible. Apple Health Ingester is unable to retain the backwards-compatible data format as in sleep_analysis_aggregated.

As such, for influxdb a new measurement name sleep_phases is introduced from v0.4.0 onwards, which translates the new metrics format from HAE v6.6.2 onwards into this measurement.

For a more detailed analysis of the issue, refer to #21.

What's Changed

  • fix: Support Health Auto Export 6.6.2 sleep phases data by @irvinlim in #21

Full Changelog: v0.3.0...v0.4.0

v0.3.0

04 Dec 03:01
a3877ba
Compare
Choose a tag to compare

What's Changed

  • Improve support for aggregated sleep analysis by @tedpearson in #17
  • Better testing of workouts using slices instead of maps, use single style for point creation. by @tedpearson in #18

Full Changelog: v0.2.0...v0.3.0

v0.2.0

16 Nov 04:56
691b238
Compare
Choose a tag to compare

What's Changed

  • Add TLS support to http server by @tedpearson in #5
  • feat: Update log level flag to use string by @irvinlim in #13
  • feat: Allow logging of request body for debug and above by @irvinlim in #10
  • Additional sleep analysis support for non-aggregated data by @tedpearson in #6

Full Changelog: v0.1.1...v0.2.0

v0.1.1

13 Nov 20:00
Compare
Choose a tag to compare

What's Changed

  • feat: Add backend tests by @irvinlim in #7
  • feat: Gracefully handle panics, add --log flag by @irvinlim in #8
  • chore: Update GH Actions for release by @irvinlim in #9

Full Changelog: v0.1.0...v0.1.1

v0.1.0

18 Oct 15:28
5367ac1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/irvinlim/apple-health-ingester/commits/v0.1.0