Releases: slashdevops/idp-scim-sync
Releases · slashdevops/idp-scim-sync
v0.30.1
What's Changed
Other Changes
- Fix: remove go mock by @christiangda in #295
Full Changelog: v0.30.0...v0.30.1
v0.30.0
What's Changed
Other Changes
- feat: implement slog by @christiangda in #291
- chore: remove unnecessary code by @christiangda in #292
- feat: pre-allocate resources by @christiangda in #293
- Feat performance improve by @christiangda in #294
Full Changelog: v0.2.0...v0.30.0
v0.2.0
What's Changed
Other Changes
- fix: remove codeql badge by @christiangda in #208
- chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.25.3 to 1.26.0 by @dependabot in #209
- chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.7 to 1.17.8 by @dependabot in #210
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.51.4 to 1.53.0 by @dependabot in #212
- chore(deps): bump google.golang.org/api from 0.169.0 to 0.172.0 by @dependabot in #217
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/secretsmanager from 1.28.2 to 1.28.6 by @dependabot in #220
- chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.26.0 to 1.26.1 by @dependabot in #219
- chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.7 to 1.27.10 by @dependabot in #218
- chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.10 to 1.17.11 by @dependabot in #222
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.53.0 to 1.53.1 by @dependabot in #223
- chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 in the go_modules group by @dependabot in #226
- chore: update dependencies by @christiangda in #227
- chore: bump golang version to 1.23 by @christiangda in #265
- Allow customisation of additional template fields by @seancaffery in #263
New Contributors
- @seancaffery made their first contribution in #263
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Updated to Golang (go) 1.22
Other Changes
- chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.19.0 to 1.19.1 by @dependabot in #143
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/secretsmanager from 1.21.6 to 1.23.3 by @dependabot in #155
- chore(deps): bump google.golang.org/api from 0.148.0 to 0.151.0 by @dependabot in #156
- chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #149
- chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.21.2 to 1.23.1 by @dependabot in #154
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.40.2 to 1.44.0 by @dependabot in #157
- chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.19.1 to 1.26.6 by @dependabot in #184
- chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #172
- chore: update dependencies by @christiangda in #186
- chore(deps): bump github.com/aws/aws-lambda-go from 1.45.0 to 1.46.0 by @dependabot in #187
- chore(deps): bump google.golang.org/api from 0.159.0 to 0.160.0 by @dependabot in #188
- dependencies updated by @christiangda in #191
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/secretsmanager from 1.28.0 to 1.28.1 by @dependabot in #200
- chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.25.1 to 1.25.2 by @dependabot in #203
- chore: dependencies update and Makefile improvement by @christiangda in #207
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
Important Changes
- Full compatibility and transparent migration from v0.0.19 to this version v0.1.0
- Added support for more user fields, almost all the fields described in Limitations from SCIM specification
are now supported, if you want to know which fields are translated from Google Admin Api REST Resource: users to AWS SSO SCIM API check this model.UserBuilder() - Performance improvements retrieving users from Google API when the user belongs to more than one group.
Other Changes
- docs: fix badges by @christiangda in #118
- chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.39 to 1.18.40 by @dependabot in #121
- chore(deps): bump google.golang.org/api from 0.139.0 to 0.141.0 by @dependabot in #122
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.38.5 to 1.39.0 by @dependabot in #125
- chore(deps): bump google.golang.org/api from 0.141.0 to 0.143.0 by @dependabot in #126
- Update dependencies by @christiangda in #128
- refactor: implement the aws sso scim api fields for Users by @christiangda in #119
- chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.45 to 1.19.0 by @dependabot in #137
- Clean code by @christiangda in #138
- docs: add information about the users and fields by @christiangda in #139
- fix: state file example by @christiangda in #140
- fix: security policy version supported by @christiangda in #141
- fix: create release action by @christiangda in #142
Full Changelog: v0.0.19...v0.1.0
v0.0.19
What's Changed
Other Changes
- Create codeql.yml by @christiangda in #117
- Fix issue 111 by @christiangda in #116 (support for provided.al2 and arm64)
Full Changelog: v0.0.18...v0.0.19
v0.0.18
What's Changed
New Features 🎉
- chore: improve logs messages by @christiangda in #109
- chore: update golang version by @christiangda in #114
- fix: rename to the right new AWS service by @christiangda in #115
Other Changes
- fix: issue #107 by @christiangda in #108
- Improvements by @christiangda in #113
Full Changelog: v0.0.17...v0.0.18
v0.0.17
What's Changed
New Features 🎉
- feat: Use generic Google creds method to support Workload Identity Federation by @Parent5446 in #99
Other Changes
- fix: pipelines by @christiangda in #97
- chore(deps): bump golang.org/x/net from 0.2.0 to 0.7.0 by @dependabot in #101
- feat: update go version by @christiangda in #102
- fix: badges links by @christiangda in #103
- Fix issue 104 by @christiangda in #105
- docs: add Credentials section by @christiangda in #106
New Contributors
- @Parent5446 made their first contribution in #99
- @dependabot made their first contribution in #101
Full Changelog: v0.0.16...v0.0.17
v0.0.16
What's Changed
New Features 🎉
- Replace response reader after reading body by @delenamalan in #93
- fix simple typos by @lpmi-13 in #94
- chore: update dependencies by @christiangda in #95
Other Changes
- Update Sing-on to Sign-on by @delenamalan in #91
- feat: enable dependabot by @christiangda in #96
New Contributors
- @delenamalan made their first contribution in #91
- @lpmi-13 made their first contribution in #94
Full Changelog: v0.0.15...v0.0.16
v0.0.15
What's Changed
Other Changes
- feat: implement issue #80 by @christiangda in #81
- fix: issue #87 by @christiangda in #90
Full Changelog: v0.0.14...v0.0.15