Skip to content

1.5.7

Compare
Choose a tag to compare
@aaronn aaronn released this 17 Nov 04:28
· 19 commits to master since this release
0a382e9

This update bumps a few dependencies for security and changes how tokens are generated on collision.

  1. We now catch pre_save behavior to avoid changing old invalid keys for historical reasons.
  2. We now retry 3 times to generate a unique key before throwing a validation error.
  3. IMPORTANT: We have removed the unique constraint– this is to prevent old inactive keys from colliding with each other.