Skip to content

Releases: githubexporter/github-exporter

v1.3.1

25 Sep 12:40
1f5428f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

25 Sep 11:48
3798e3b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

30 Apr 10:59
7f31ba9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...v1.2.0

v1.1.0

05 Mar 12:38
9c3949f
Compare
Choose a tag to compare

What's Changed

  • feat(exporter): include Git tag as attribute for github_repo_release_downloads metrics by @hainenber in #104
  • chore: replace deprecated io/ioutil functions with modern equivalences. by @hainenber in #103

New Contributors

Full Changelog: 1.0.6...1.1.0

v1.0.6

25 Oct 12:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.5...1.0.6

v1.0.5

25 Sep 09:09
9e31cd0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.4...1.0.5

v1.0.4

23 Aug 15:11
d6d3e44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.3...1.0.4

v1.0.3

01 Feb 10:11
239f9e2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.2...1.0.3

Development Release - 02

16 Oct 09:11
Compare
Choose a tag to compare
  • Updated to be memory safe
  • Fixed numerous small bugs

Development Release - 01

30 Sep 10:12
Compare
Choose a tag to compare
Pre-release

A number of issues with the prior code of this repository meant that it was difficult to maintain and some metrics couldn't be catered for. As a result, we've taken the time to re-factor this and have the google/go-github sdk do the leg work for us.

The result is a simpler package and with some new metrics thrown in for good measure.