Release v0.15.1
[0.15.1] - 2020-12-14
Added
- Add registry link check to
Makefile
and pre-release script. (#446) - A new AWS X-Ray ID Generator (#459)
Fixed
- Fixes the body replacement in otelhttp to not to mutate a nil body. (#484)
Raw changes made between v0.15.0 and v0.15.1
e484e9e Prepare for releasing v0.15.1 (#496)
22c3914 Bundle Dependabot Updates (#495)
3321403 Bump github.com/aws/aws-sdk-go from 1.36.2 to 1.36.7 in /detectors/aws (#488)
f899260 Add AWS X-Ray ID Generator (#459)
f96a4bd Add registry link check target to Makefile (#446)
c1c564f tests(otelhttp): fixes the body replacement in otelhttp to not to mutate a nil body. (#484)