Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: use transactionless stores #17

Merged
merged 1 commit into from Jul 21, 2020

Conversation

ForbesLindesay
Copy link
Owner

No description provided.

@rollingversions
Copy link

rollingversions bot commented Jul 21, 2020

@authentication/passwordless (1.4.0 → 2.0.0)

Breaking Changes

  • Removed support for stores with "transactions"

    They were often implemented incorrectly, which can lead to security vulnerabilities. It is much safer to enforce that optimistic concurrency is used.

@authentication/rate-limit (0.0.7 → 1.0.0)

Breaking Changes

  • Renamed the Store TypeScript interface to RateLimitStore

  • Removed support for stores with "transactions"

    They were often implemented incorrectly, which can lead to security vulnerabilities. It is much safer to enforce that optimistic concurrency is used.

Packages With No Changes

The following packages have no user facing changes, so won't be released:

  • @authentication/auth-demo
  • @authentication/base-error
  • @authentication/cloudflare-ip
  • @authentication/cookie
  • @authentication/cookie-session
  • @authentication/csrf-protection
  • @authentication/facebook
  • @authentication/generate-passcode
  • @authentication/github
  • @authentication/google
  • @authentication/google-authenticator
  • @authentication/is-email
  • @authentication/keygrip
  • @authentication/lock-by-id
  • @authentication/oauth1
  • @authentication/oauth2
  • @authentication/raw-cookie
  • @authentication/react-passwordless
  • @authentication/request-url
  • @authentication/secure-hash
  • @authentication/send-message
  • @authentication/stripe
  • @authentication/tumblr
  • @authentication/twitter
  • @authentication/types
  • authentication

Edit changelogs

@ForbesLindesay ForbesLindesay merged commit c7d5f9b into master Jul 21, 2020
@ForbesLindesay ForbesLindesay deleted the refactor/transactionless-stores branch July 21, 2020 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant