Packages

A small library for Nerves devices to check in with a Nerves Project hosted endpoint to help find themselves.

Current section

Files

Jump to
whenwhere CHANGELOG
Raw

CHANGELOG

# v0.1.1
First real version.
- Implement nonce support
- Implement multiple servers to check
- Parse responses to atoms and safely handle extra keys
- Parse latitude, longitude and now fields to proper data types (float and DateTime)
- Documented the module
# v0.1.2
- Support back to Elixir 1.12 and OTP 24
- Produce a warning about missing SSL verification on OTP 24
- Add :logger as a dependency to prevent warnings during dependency compilation