Skip to content

Releases: L7R7/gitlab-helper

v1.0.1

25 Jun 11:30

Choose a tag to compare

From a user's perspective, this release brings one notable difference: All requests against the GitLab API now contain a User-Agent header. The value contains gitlab-helper as default, but can be overridden. Like with the other configuration possibilities, it can be set in the YAML file (config.userAgent), with an environment variable (GLH_USER_AGENT), or with the command line argument (--user-agent).

Full list of changes

Features

  • Add User-Agent to all API calls by @L7R7 in #49

Documentation

  • Document the required command for macOS to make the downloaded executable work by @L7R7 in #52
  • Add documentation for the release process by @L7R7 in #53

Behind the Scenes

  • Improve caching in CI by @L7R7 in #50
  • Include macOS in the release smoketests by @L7R7 in #51

Dependency Updates

Full Changelog: v1.0.0...v1.0.1

v1.0.1-rc3

25 Jun 07:44

Choose a tag to compare

v1.0.1-rc3 Pre-release
Pre-release

Full Changelog: v1.0.1-rc2...v1.0.1-rc3

What's Changed

Features

  • Update dependencies by @L7R7 in #48
  • Add User-Agent to all API calls by @L7R7 in #49

Dependency Updates

Full Changelog: v1.0.0...v1.0.1-rc3

v1.0.1-rc2

24 Jun 16:48

Choose a tag to compare

v1.0.1-rc2 Pre-release
Pre-release

What's Changed

Features

  • Add User-Agent to all API calls by @L7R7 in #49

Dependency Updates

Full Changelog: v1.0.0...v1.0.1-rc2

v1.0.0

26 Jul 11:04

Choose a tag to compare

This is the first official, stable release! Have fun improving your productivity while working with your projects in GitLab!

What's Changed

Features

  • Switch to mtl-based http-client for Gitlab API by @L7R7 in #19
  • Use the detailed_merge_status of a merge request to refine the handling of them when updating merge requests by @L7R7 in #22
  • Use gh instead of a dedicated action for working with releases by @L7R7 in #25
  • Fix deprecation warnings for upx action, skip on macOS by @L7R7 in #27
  • Add smoke test for release artifacts by @L7R7 in #28
  • Prepare initial release by @L7R7 in #30
  • Update LICENSE by @L7R7 in #29
  • Introduce an argument to the meta listing to specify the scope by @L7R7 in #31
  • Fix roots in weeder config by @L7R7 in #32
  • Add short documentation about all features to the readme by @L7R7 in #33
  • Rename executable from gitlab-helper-exe to gitlab-helper by @L7R7 in #34

Dependency Updates

Full Changelog: v0.0.24...v1.0.0

v1.0.0-rc2

22 Jul 13:51

Choose a tag to compare

v1.0.0-rc2 Pre-release
Pre-release

What's Changed

Features

  • Switch to mtl-based http-client for Gitlab API by @L7R7 in #19
  • Use the detailed_merge_status of a merge request to refine the handling of them when updating merge requests by @L7R7 in #22
  • Use gh instead of a dedicated action for working with releases by @L7R7 in #25
  • Fix deprecation warnings for upx action, skip on macOS by @L7R7 in #27
  • Add smoke test for release artifacts by @L7R7 in #28
  • Prepare initial release by @L7R7 in #30
  • Update LICENSE by @L7R7 in #29
  • Introduce an argument to the meta listing to specify the scope by @L7R7 in #31
  • Fix roots in weeder config by @L7R7 in #32
  • Add short documentation about all features to the readme by @L7R7 in #33
  • Rename executable from gitlab-helper-exe to gitlab-helper by @L7R7 in #34

Dependency Updates

Full Changelog: v0.0.24...v1.0.0-rc2

v1.0.0-rc1

22 Jul 13:50

Choose a tag to compare

v1.0.0-rc1 Pre-release
Pre-release

What's Changed

Features

  • Switch to mtl-based http-client for Gitlab API by @L7R7 in #19
  • Use the detailed_merge_status of a merge request to refine the handling of them when updating merge requests by @L7R7 in #22
  • Use gh instead of a dedicated action for working with releases by @L7R7 in #25
  • Fix deprecation warnings for upx action, skip on macOS by @L7R7 in #27
  • Add smoke test for release artifacts by @L7R7 in #28
  • Prepare initial release by @L7R7 in #30
  • Update LICENSE by @L7R7 in #29

Dependency Updates

Full Changelog: v0.0.24...v1.0.0-rc1

v0.0.24

26 Jun 09:45

Choose a tag to compare

v0.0.24 Pre-release
Pre-release

Pre-Release for testing binary generation on different operating systems