New
v3.0.0
What's Changed
- Add Github Actions for CI by @doomspork in https://github.com/ueberauth/guardian_db/pull/122
- Add badge and run on merge to master by @doomspork in https://github.com/ueberauth/guardian_db/pull/123
- make jti and aud required fields, since they are primary keys by @Hanspagh in https://github.com/ueberauth/guardian_db/pull/121
- feat(migration_name): allow migrations with custom table name by @aleDsz in https://github.com/ueberauth/guardian_db/pull/124
- Pass prefix in the options for Repo functions by @forest in https://github.com/ueberauth/guardian_db/pull/125
- Storage adapter by @alexfilatov in https://github.com/ueberauth/guardian_db/pull/126
- Changes to DB adapter by @alexfilatov in https://github.com/ueberauth/guardian_db/pull/127
- Update Adapter and implement EctoAdapter by @doomspork in https://github.com/ueberauth/guardian_db/pull/129
- Refactor Guardian.DB.Sweeper by @doomspork in https://github.com/ueberauth/guardian_db/pull/130
- Fix typo by @kianmeng in https://github.com/ueberauth/guardian_db/pull/135
- chore: prepare v3 release by @yordis in https://github.com/ueberauth/guardian_db/pull/138
- ets adapter merge by @yordis in https://github.com/ueberauth/guardian_db/pull/140
- Implement an ETS storage adapter by @doomspork in https://github.com/ueberauth/guardian_db/pull/131
- remove changeset callback by @yordis in https://github.com/ueberauth/guardian_db/pull/139
- handle stale ecto errors on delete back by @yordis in https://github.com/ueberauth/guardian_db/pull/141
- chore: upgrade deps by @yordis in https://github.com/ueberauth/guardian_db/pull/142
Breaking changes
Guardian.DB.Token.SweeperServerbecomesGuardian.DB.Sweeper
New Contributors
- @Hanspagh made their first contribution in https://github.com/ueberauth/guardian_db/pull/121
- @aleDsz made their first contribution in https://github.com/ueberauth/guardian_db/pull/124
- @forest made their first contribution in https://github.com/ueberauth/guardian_db/pull/125
- @alexfilatov made their first contribution in https://github.com/ueberauth/guardian_db/pull/126
- @kianmeng made their first contribution in https://github.com/ueberauth/guardian_db/pull/135
Full Changelog: https://github.com/ueberauth/guardian_db/compare/v2.1...v3.0.0