Releases: irvinlim/apple-health-ingester
Releases · irvinlim/apple-health-ingester
v0.5.0
What's Changed
- fix(types): Handle 12-hour time formats and narrow non-breaking spaces by @irvinlim in #26
- feat: Improve log output by @irvinlim in #27
- feat: Remove ReadTimeout for http.Server by @irvinlim in #29
- chore: Bump to go1.23 by @irvinlim in #30
- chore: Support multi-arch images by @irvinlim in #31
- chore: Bump actions/cache and actions/checkout versions by @irvinlim in #32
Full Changelog: v0.4.0...v0.5.0
v0.4.0
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
Full Changelog: v0.3.0...v0.4.0
v0.3.0
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
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
v0.1.0
What's Changed
- feat: Add --influxdb.insecureSkipVerify by @irvinlim in #1
- Add release GitHub actions workflow by @tedpearson in #3
New Contributors
- @irvinlim made their first contribution in #1
- @tedpearson made their first contribution in #3
Full Changelog: https://github.com/irvinlim/apple-health-ingester/commits/v0.1.0