Releases: ueberauth/guardian_db
Releases · ueberauth/guardian_db
v3.0.0
What's Changed
- Add Github Actions for CI by @doomspork in #122
- Add badge and run on merge to master by @doomspork in #123
- make jti and aud required fields, since they are primary keys by @Hanspagh in #121
- feat(migration_name): allow migrations with custom table name by @aleDsz in #124
- Pass prefix in the options for Repo functions by @forest in #125
- Storage adapter by @alexfilatov in #126
- Changes to DB adapter by @alexfilatov in #127
- Update Adapter and implement EctoAdapter by @doomspork in #129
- Refactor Guardian.DB.Sweeper by @doomspork in #130
- Fix typo by @kianmeng in #135
- chore: prepare v3 release by @yordis in #138
- ets adapter merge by @yordis in #140
- Implement an ETS storage adapter by @doomspork in #131
- remove changeset callback by @yordis in #139
- handle stale ecto errors on delete back by @yordis in #141
- chore: upgrade deps by @yordis in #142
Breaking changes
Guardian.DB.Token.SweeperServer
becomesGuardian.DB.Sweeper
New Contributors
- @Hanspagh made their first contribution in #121
- @aleDsz made their first contribution in #124
- @forest made their first contribution in #125
- @alexfilatov made their first contribution in #126
- @kianmeng made their first contribution in #135
Full Changelog: v2.1...v3.0.0
Version 2.1
This release includes the newly minted revoke_all/1
function to revoke all tokens previously issued to subject in addition to some minor improvements.
Version 2.0.3
Loosen the version requirement for ecto_sql
v2.0.2
v2.0.1
v2.0.0
Version 1.1.0
v1.1.0 Release 1.1.0
Version 1.0.0
clean up package (#66) - separate the genserver from the behavior - add unit testing for token sweeper - ran mix format - fix hex.pm files - add extra configs for docs