Skip to content

Releases: kynx/api-key-generator

2.2.1

27 Jan 20:05
3146388
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.0...2.2.1

2.2.0

21 Oct 12:37
d715761
Compare
Choose a tag to compare

What's Changed

  • Add PHP 8.4. support by @kynx in #9

Full Changelog: 2.1.0...2.2.0

2.1.0

21 Oct 12:05
dbac873
Compare
Choose a tag to compare

What's Changed

  • Add PHP 8.3, update dependencies by @kynx in #8

Full Changelog: 2.0.0...2.1.0

2.0.0 release

23 Jul 10:51
4936fe9
Compare
Choose a tag to compare

What's Changed

  • Switch to using preg_match by @kynx in #4
  • Add BC generator and key in prep for 2.x by @kynx in #5
  • Increase default and minimum secret length by @kynx in #6

BC Breaks

The default secret length has changed from 16 to 32 characters, and we have removed the _ separating the identifier and secret in the key. This means keys generated in 1.x will not parse unless you change your code. See Upgrading for details.

Full Changelog: 1.1.0...2.0.0

1.1.0

22 Jul 12:26
2271bba
Compare
Choose a tag to compare

What's Changed

  • Documentation cleanup by @kynx in #2
  • Added KeyGeneratorChain for handling old keys after key format changes by @kynx in #3

Full Changelog: 1.0.0...1.1.0

Initial release

21 Jul 19:40
9a28781
Compare
Choose a tag to compare

Initial commits + continuous integration + documentation