Hmac with SHA1

As the reference developer.garmin.com/.../HashBasedMessageAuthenticationCode.html mentions, only SHA256 is currently supported for the HMAC implementation. Since SHA1 is implemented in the Cryptography module and HMAC-SHA1 is used in Oauth by Garmin, I am wondering why SHA1 is not supported for HMAC and if it will be available at some point?