Skip to content

Releases: essentialkaos/go-crowd

Version 3.2.2

22 Jun 14:35
v3.2.2
45ea45b
Compare
Choose a tag to compare

Low Urgency

Changelog

Improvements

  • Dependencies update

Version 3.2.1

20 May 08:01
v3.2.1
bb4e192
Compare
Choose a tag to compare

Moderate Urgency

Changelog

Improvements

  • Dependencies update

Version 3.2.0

17 Apr 13:49
v3.2.0
b06c43a
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • Added listing options with optional parameters for GetUserGroups, GetUserDirectGroups, GetUserNestedGroups, GetGroupUsers, GetGroupDirectUsers, GetGroupNestedUsers, SearchGroups and SearchUsers methods.

Improvements

  • Added usage examples

Bugfixes

  • Fixed bug with decoding internal errors

Version 3.1.0

23 Mar 18:14
v3.1.0
e5e281f
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • Added user authentication functionality (#37) by @appleboy

Improvements

  • Dependencies update

Version 3.0.3

28 Mar 23:17
v3.0.3
35fc796
Compare
Choose a tag to compare

High Urgency

Changelog

Improvements

  • Removed pkg.re usage
  • Added module info
  • Added Dependabot configuration

Version 3.0.2

26 Jun 12:31
v3.0.2
60363cb
Compare
Choose a tag to compare

Low Urgency

Changelog

Improvements

Version 3.0.1

05 Aug 23:37
v3.0.1
7140c1d
Compare
Choose a tag to compare

Low Urgency

Changelog

Improvements

  • License changed from EKOL to Apache-2.0

Version 3.0.0

26 Oct 12:00
v3.0.0
e0faa36
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • Added method SetUserAttributes
  • Added method DeleteUserAttributes
  • Added method SetGroupAttributes
  • Added method DeleteGroupAttributes

Improvements

  • fasthttp updated to the latest release
  • Code refactoring

Version 2.0.0

16 Aug 11:12
v2.0.0
2d263ca
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • New helpers for working with user/group attributes

Improvements

  • Refactoring NewAPI(url, username, password string)NewAPI(url, app, password string)

Bugfixes

  • Fixed typos in some API URLs

Version 1.1.1

03 Aug 10:19
v1.1.1
4f3b5b0
Compare
Choose a tag to compare

Moderate Urgency

Changelog

Improvements

  • Code refactoring