Releases: zitadel/passwap
Releases · zitadel/passwap
v0.6.0 md5 plain support
This release brings md5 plain support and regular updates to deps.
What's Changed
- chore: update pm board action by @hifabienne in #24
- chore(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #26
- chore(deps): bump actions-ecosystem/action-add-labels from 1.1.0 to 1.1.3 by @dependabot in #25
- chore(deps): bump golang.org/x/crypto from 0.18.0 to 0.19.0 by @dependabot in #27
- chore(deps): bump golang.org/x/crypto from 0.19.0 to 0.20.0 by @dependabot in #28
- chore: update github action with correct dependabot actor by @hifabienne in #29
- chore(deps): bump golang.org/x/crypto from 0.20.0 to 0.21.0 by @dependabot in #30
- chore(deps): bump actions/add-to-project from 0.5.0 to 0.6.0 by @dependabot in #31
- chore(deps): bump actions/add-to-project from 0.6.0 to 0.6.1 by @dependabot in #32
- chore(deps): bump actions/add-to-project from 0.6.1 to 1.0.0 by @dependabot in #33
- chore(workflow): fix action/add-to-project version by @livio-a in #34
- chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.22.0 by @dependabot in #35
- chore(deps): bump actions/add-to-project from 1.0.0 to 1.0.1 by @dependabot in #36
- chore(deps): bump golang.org/x/crypto from 0.22.0 to 0.23.0 by @dependabot in #37
- chore(deps): bump golang.org/x/crypto from 0.23.0 to 0.24.0 by @dependabot in #38
- feat: md5 plain digest support by @muhlemmer in #39
- chore(deps): add go 1.22 support by @muhlemmer in #40
New Contributors
Full Changelog: v0.5.0...v0.6.0
v0.5.0: mostly deps
What's Changed
- chore(deps): bump golang.org/x/crypto from 0.13.0 to 0.14.0 by @dependabot in #17
- chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.15.0 by @dependabot in #18
- chore(docs): write reference for encoding schemes by @muhlemmer in #19
- chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.16.0 by @dependabot in #20
- chore(deps): bump actions/setup-go from 4 to 5 by @dependabot in #21
- chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #22
- chore(deps): bump golang.org/x/crypto from 0.17.0 to 0.18.0 by @dependabot in #23
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- chore(deps): bump golang.org/x/crypto from 0.11.0 to 0.12.0 by @dependabot in #11
- chore: update readme with examples and features by @muhlemmer in #8
- docs: issue templates by @hifabienne in #12
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #14
- chore(deps): bump golang.org/x/crypto from 0.12.0 to 0.13.0 by @dependabot in #15
- feat(pbkdf2): allow standard and padded encoding by @muhlemmer in #16
- chore(docs): add go report card by @muhlemmer in #13
New Contributors
- @hifabienne made their first contribution in #12
Full Changelog: v0.3.0...v0.4.0
v0.3.0: PBKDF2 support
This release brings PBKDF2 support, with all SHA hashing modes. Along with some chores.
What's Changed
- chore: create security policy by @muhlemmer in #6
- feat: pbkdf2 support by @muhlemmer in #4
- chore: enable dependabot by @muhlemmer in #5
- chore: upgrade go mod dependecies by @muhlemmer in #7
- build(deps): bump actions/setup-go from 3 to 4 by @dependabot in #9
New Contributors
- @dependabot made their first contribution in #9
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- feat: verify and update for new passwords by @muhlemmer in #3
Full Changelog: v0.1.0...v0.2.0
Initial release
v0.1.0 update codecov batch