Skip to content

Releases: palixir/wabe

wabe-mongodb-launcher-0.5.3

22 Feb 08:48
a666de3

Choose a tag to compare

🚀 Features

  • feat(wabe-mongodb-launcher): improve launcher and add options (by @coratgerl in #306)

wabe-postgres-0.5.4

21 Feb 14:52
d4ea4fc

Choose a tag to compare

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

21 Feb 14:27
392497b

Choose a tag to compare

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

21 Feb 14:48
d4ea4fc

Choose a tag to compare

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

21 Feb 14:26
392497b

Choose a tag to compare

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

21 Feb 14:50
d4ea4fc

Choose a tag to compare

💬 Miscellaneous

  • chore(wabe): clean gitignore and release files (by @coratgerl in #304)

wabe-0.6.12

21 Feb 14:26
392497b

Choose a tag to compare

🚀 Features

🐛 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

wabe-0.6.11

07 Feb 16:48
d4c4259

Choose a tag to compare

🚀 Features

🐛 Fixes

💬 Miscellaneous

wabe-0.6.10

25 Jan 08:28

Choose a tag to compare

🚀 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

💬 Miscellaneous

wabe-postgres-0.5.1

16 Sep 17:55
b69a9d4

Choose a tag to compare

fix(wabe-mongodb): should not import wabe on build (#262)

* fix(wabe-mongodb): should not import wabe on build

* fix: format