Releases: essentialkaos/go-crowd
Releases · essentialkaos/go-crowd
Version 3.2.3
Changelog
Improvements
Bugfixes
Version 3.2.2
Changelog
Improvements
Version 3.2.1
Changelog
Improvements
Version 3.2.0
Changelog
New Features
- Added listing options with optional parameters for
GetUserGroups
, GetUserDirectGroups
, GetUserNestedGroups
, GetGroupUsers
, GetGroupDirectUsers
, GetGroupNestedUsers
, SearchGroups
and SearchUsers
methods.
Improvements
Bugfixes
- Fixed bug with decoding internal errors
Version 3.1.0
Changelog
New Features
Improvements
Version 3.0.3
Changelog
Improvements
- Removed
pkg.re
usage
- Added module info
- Added Dependabot configuration
Version 3.0.2
Changelog
Improvements
Version 3.0.1
Changelog
Improvements
- License changed from EKOL to Apache-2.0
Version 3.0.0
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
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