Releases: palixir/wabe
Releases · palixir/wabe
wabe-resend-0.5.2
feat: bump
wabe-openai-0.5.1
feat: bump
wabe-mongodb-0.5.1
feat: bump
wabe-mistralai-0.5.1
feat: bump
wabe-buns3-0.5.1
feat: bump
wabe-0.6.8
🚀 Features
- feat(wabe): add ok on connection object (by @coratgerl in #209)
- feat(wabe): postgres support (by @coratgerl in #216)
- feat(wabe): add default role
DashboardAdmin
(by @coratgerl in #220) - feat(wabe): add Hash field type to schema definition and impl hashing (by @fishonamos in #227)
- feat(wabe): use new hash hook for passwords (by @coratgerl in #228)
- feat(wabe): improve hash field hook (by @coratgerl in #229)
- feat(wabe): improve typescript coverage (by @coratgerl in #230)
- feat(wabe): a lot of bump (by @coratgerl in #231)
- feat(wabe): add
beforeUpload
function inFileConfig
(by @coratgerl in #234) - feat(wabe): rename the params for masked error message and add documentation (by @coratgerl in #241)
- feat(wabe): add auth provider for QRCode OTP (by @coratgerl in #247)
- feat(wabe): add
disableSignUp
parameters to authentication config (by @coratgerl in #248)
🐛 Fixes
- fix(wabe): timing attack (by @coratgerl in #239)
- fix(wabe): security issue with
authorizedRoles
but notrequireAuthentication
(by @coratgerl in #240)
💬 Miscellaneous
- refactor(wabe): move
EmailPasswordSRP
to standard API (by @coratgerl in #210) - refactor(wabe): test helpers to prepare wabe-mongodb (by @coratgerl in #214)
- refactor(wabe): create wabe-mongodb package to prepare Postgres package (by @coratgerl in #215)
- refactor(wabe): remove Payment support (by @coratgerl in #233)
wabe-0.6.7
🐛 Fixes
- fix(wabe): session jwt secret (by @coratgerl in #208)
wabe-mistralai-0.5.0
🚀 Features
- feat(wabe-mistralai): add mistral adapter (by @coratgerl in #205)
wabe-0.6.6
🐛 Fixes
- fix(wabe): types issues (by @coratgerl in #207)
wabe-0.6.5
🚀 Features
- feat(wabe): add custom session handler (by @coratgerl in #186)
- feat(wabe): add more security tests (by @coratgerl in #187)
- feat(wabe): improve permissions tests (by @coratgerl in #188)
- feat(wabe): improve
WhereType
type (by @coratgerl in #189) - feat(wabe): add double factor authentication (2FA) (by @coratgerl in #192)
- feat(wabe): mask errors on production env (by @coratgerl in #196)
- feat(wabe): add
protected
on field (by @coratgerl in #198) - feat(wabe): block create user with role (by @coratgerl in #199)
- feat(wabe): add
cron
(by @coratgerl in #202) - feat(wabe): add protected to
acl
field (by @coratgerl in #204) - feat(wabe): add email password with SRP protocol in authentication (by @coratgerl in #206)
🐛 Fixes
- fix(wabe): update session relation with user (by @coratgerl in #185)
- fix(wabe): some bugs (on relation, pointer and others) (by @coratgerl in #194)
- fix(wabe): more bugs and security audit (by @coratgerl in #195)
- fix(wabe): relation issue and more tests (by @coratgerl in #197)
- fix(wabe): add hook on count operation for security purpose (by @coratgerl in #200)
- fix(wabe): verify challenge should return user Id only if awaiting challenge (by @coratgerl in #201)
💬 Miscellaneous
- refactor(wabe): oauth providers (by @coratgerl in #203)