Releases: palixir/wabe
Releases · palixir/wabe
wabe-mongodb-launcher-0.5.3
🚀 Features
- feat(wabe-mongodb-launcher): improve launcher and add options (by @coratgerl in #306)
wabe-postgres-0.5.4
chore(wabe): clean gitignore and release files (#304) * chore(wabe): refactor gitignore and add files : dist * fix: remove useless file * feat: bump
wabe-postgres-0.5.3
feat(wabe): support connection arguments (#303) * feat(wabe): support connection arguments * fix: feedbacks Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
wabe-mongodb-0.5.5
chore(wabe): clean gitignore and release files (#304) * chore(wabe): refactor gitignore and add files : dist * fix: remove useless file * feat: bump
wabe-mongodb-0.5.4
feat(wabe): support connection arguments (#303) * feat(wabe): support connection arguments * fix: feedbacks Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
wabe-0.6.13
💬 Miscellaneous
- chore(wabe): clean gitignore and release files (by @coratgerl in #304)
wabe-0.6.12
🚀 Features
- feat(wabe): export Session and fix types (by @coratgerl in #285)
- feat(wabe): authorize introspection with root key (by @coratgerl in #286)
- feat(wabe): add support for virtual fields (by @coratgerl in #287)
- feat(wabe): protect start with empty root key (by @coratgerl in #288)
- feat(wabe): use algorithm for sign and verify jwt (by @coratgerl in #289)
- feat(wabe): add rate limit tests (by @coratgerl in #293)
- feat(wabe): add tests for no reuse token after logout (by @coratgerl in #295)
- feat(wabe): add test for cover update acl userId (by @coratgerl in #296)
- feat(wabe): add custom where input (by @coratgerl in #297)
- feat(wabe): enhance security on 2FA and auth (by @coratgerl in #299)
- feat(wabe): support connection arguments (by @coratgerl in #303)
🐛 Fixes
- fix(wabe): security issues on acl with mongodb (notContains) (by @coratgerl in #290)
- fix(wabe): recursion on contains (by @coratgerl in #291)
- fix(wabe): protected protection for virtual fields (by @coratgerl in #294)
- fix(wabe): graphiql access and introspection mechanism (by @coratgerl in #301)
- fix(wabe): csrfToken httpOnly to false (by @coratgerl in #302)
💬 Miscellaneous
- refactor(wabe): clean DatabaseController code (by @coratgerl in #298)
- chore(wabe): bump js-srp (by @coratgerl in #300)
wabe-0.6.11
🚀 Features
- feat(wabe): add exists on where (by @coratgerl in #276)
🐛 Fixes
- fix(wabe): type without custom scalars (by @coratgerl in #275)
- fix(wabe): equalTo undefined on mongodb and postgres (by @coratgerl in #277)
- fix(wabe): signup (by @coratgerl in #278)
- fix(wabe): stab flaky (by @coratgerl in #283)
💬 Miscellaneous
- refactor(wabe): clean code (by @coratgerl in #279)
- refactor(wabe): clean csrfToken (by @coratgerl in #280)
- refactor(wabe): switch to oxc (by @coratgerl in #282)
- chore(wabe): try to unflaky tests (by @coratgerl in #284)
wabe-0.6.10
🚀 Features
- feat(wabe): bump yoga (by @coratgerl in #263)
- feat(wabe): block graphql introspection in production (by @coratgerl in #264)
- feat(wabe): add CSRF protection (by @coratgerl in #266)
- feat(wabe): throw error if cookie session or csrfToken protection enabled without jwt secret (by @coratgerl in #267)
- feat(wabe): improve security (by @coratgerl in #270)
- feat(wabe): improve security, store the tokens in encrypted text (by @coratgerl in #271)
🐛 Fixes
- fix(wabe): some security breach on access to non authorized objects (by @coratgerl in #272)
- fix(wabe): order on afterRead (by @coratgerl in #273)
- fix(wabe): fragment usage (by @coratgerl in #274)
💬 Miscellaneous
- refactor(wabe): bump wobe (by @coratgerl in #269)
wabe-postgres-0.5.1
fix(wabe-mongodb): should not import wabe on build (#262) * fix(wabe-mongodb): should not import wabe on build * fix: format