Skip to content

v2.7.0

Compare
Choose a tag to compare
@max-wittig max-wittig released this 26 Apr 08:00
e37de18

Bug Fixes

  • update user's bool data and avatar (3ba27ff)
  • argument type was not a tuple as expected (062f8f6)
  • correct some type-hints in gitlab/mixins.py (8bd3124)
  • only append kwargs as query parameters (b9ecc9a)
  • only add query_parameters to GitlabList once (1386)
  • checking if RESTManager._from_parent_attrs is set (8224b40)
  • handling config value in _get_values_from_helper (9dfb4cd)
  • let the homedir be expanded in path of helper (fc7387a)
  • make secret helper more user friendly (fc2798f)
  • linting issues and test (b04dd2c)
  • handle tags like debian/2%2.6-21 as identifiers (b4dac5c)
  • remove duplicate class definitions in v4/objects/users.py (7c4e625)
  • wrong variable name (15ec41c)
  • tox pep8 target, so that it can run (f518e87)
  • undefined name errors (48ec9e0)
  • extend wait timeout for test_delete_user() (19fde8e)
  • test_update_group() dependency on ordering (e78a8d6)
  • honor parameter value passed (c2f8f0e)
  • objects: add single get endpoint for instance audit events (c3f0a6f)
  • types: prevent dir from producing duplicates (5bf7525)

Features

  • add ProjectPackageFile (#1372)
  • add option to add a helper to lookup token (8ecf559)
  • add project audit endpoint (6660dbe)
  • add personal access token API (2bb16fa)
  • add import from bitbucket server (ff3013a)
  • api,cli: make user agent configurable (4bb201b)
  • issues: add missing get verb to IssueManager (f78ebe0)
  • objects:
    • add support for resource state events API (d4799c4)
    • add support for group audit events API (2a0fbdf)
    • add Release Links API support (28d7518)
  • projects: add project access token api (1becef0)
  • users: add follow/unfollow API (e456869)

Documentation

  • correct ProjectFile.decode() documentation (b180baf)
  • update doc for token helper (3ac6fa1)
  • better real life token lookup example (9ef8311)