Releases: cloudpups/github-teams-user-sync
Releases · cloudpups/github-teams-user-sync
v0.4.1
Add build files
v0.4.0
What's Changed
- Bump Azure.Identity from 1.8.1 to 1.8.2 by @dependabot in #4
- Bump Octokit from 5.0.0 to 5.0.2 by @dependabot in #5
- Bump Newtonsoft.Json from 13.0.2 to 13.0.3 by @dependabot in #6
- Rewrite in Typescript, made breaking changes to API
New Contributors
- @dependabot made their first contribution in #4
Full Changelog: v0.3.4...v0.4.0
v0.3.4
Full Changelog: v0.3.3...v0.3.4
v0.3.3
:bulb: handle case where user has no additional data This isn't necessarily a bug as the code was working as intended... Why some users don't have Additional Data needs to be explored further.
v0.3.2
Full Changelog: v0.3.1...v0.3.2
v0.3.1
:bug: remove empty team names, ignore NA/na * This will help catch configuration issues that may be introduced by humans * This also inserts an opinion that may be adjusted later- that NA and na are not valid team names... This is to account for the fact that existing users were using this name in their configuration files to cause the sync bot to "skip" the team, even though under the covers the sync bot would fail (before).
v0.3.0
- Use Azure AD user property for GitHub name
- Re-enable security group sync
v0.1.8
Temp fix: remove empty GitHub Id * 'temp' as this commit will not be needed with some upcoming changes
v0.1.7
Add temporary fix for name collision * This is fixed in another branch that must be merged
v0.1.6
Return nothing on no matched email