- Fixes a crash when trying to regenerate an offsets file containing a non-semantic branch name.
- Changes in the input file JSON schema:
- The
"branch"
property will override the"versions"
constraint and will directly download the offsets from a given branch. This is useful for repositories not having any release tag. The downloaded version will be set as0.0.0
. - The
"packages"
property will explicitly inspect the provided list of packages. If empty, the program downloads and inspects the module name as package. This is useful for modules without any package in the root folder.
- The
- Enabled optional
inspect
field in input file
- Added Go handling methods to load and search offsets within the file
- Initial release, mimicking the functionality of this PR in the Open Telemetry repository.
- Plus:
- Allow specifying source offsets and constraints as an external JSON file, instead of hardcoding it.