Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Dec 14, 2024

This PR contains the following updates:

Package Change Age Confidence
kelvinmo/simplejwt 0.7.1 -> 1.0.3 age confidence

Release Notes

kelvinmo/simplejwt (kelvinmo/simplejwt)

v1.0.3

Compare Source

  • Added: Error codes in BinaryEncodingException, CryptException and
    KeyException to provide more useful error diagnosis

v1.0.2

Compare Source

  • Fixed: Incorrect RSAKey::getSize() if leading zero byte is not
    present in two's complement encoding (#​225)

v1.0.1

Compare Source

  • Fixed: Uncaught SodiumException if an error occurs in functions
    that use libsodium (#​218)

v1.0.0

Compare Source

  • Removed: Support for PHP 7.3 and 7.4
  • Removed: jwkstool command-line tool and associated dependencies
    (most notably symfony/console). jwkstool is now available
    as a separate package kelvinmo/jwkstool

v0.9.3

Compare Source

  • Fixed: Issue with gmp_pow for certain versions of PHP (#​214)

v0.9.2

Compare Source

  • Fixed: RSAKey cannot parse PKCS#8 encoded RSA private keys (#​206)

v0.9.1

Compare Source

  • Fixed: Deprecation warning in constructor of AESGCMKeyWrap (#​197)

v0.9.0

Compare Source

  • Changed: Providing invalid JSON tokens into JWT::deserialise() and
    JWE::decrypt() will throw an InvalidTokenException instead of
    InvalidArgumentException
  • Changed: JWT and JWE methods now check for validity of
    algorithm classes
  • Changed: Additional type hinting on public API methods
  • Removed: Support for PHP 7.2

v0.8.2

Compare Source

  • Changed: Update dependency on symfony/console to support v7.0

v0.8.1

Compare Source

  • Fixed: Throw a KeyException when loading an invalid PEM-encoded
    RSAKey

v0.8.0

Compare Source

  • Added: Support for Ed25519 signatures and X25519 key derviation
    algorithms
  • Added: Support for AES GCM key encryption algorithms (A128GCMKW,
    A192GCMKW and A256GCMKW)
  • Added: Support for COSE based keys
  • Changed: Use box to package the jwkstool utility
  • Changed: Refactored Algorithm (now renamed to BaseAlgorithm)
    and Key to extract interfaces (into AlgorithmInterface and
    KeyInterface respectively)
  • Changed: Key ID kid parameter no longer automatically generated
    when a Key object is created. Use Key::getKeyId(true) or
    KeySet::add(..., true) to generate a key ID
  • Removed: Helper::getObject() and Helper::getJWTObject() have been
    replaced by Helper::decode() and Helper::decodeFully() respectively
  • Removed: Support for PHP 7.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team as a code owner December 14, 2024 07:00
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 14, 2024
@renovate-bot renovate-bot force-pushed the renovate/kelvinmo-simplejwt-1.x branch from 156ab22 to ec5231d Compare December 31, 2024 00:53
@forking-renovate
Copy link

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate-bot renovate-bot force-pushed the renovate/kelvinmo-simplejwt-1.x branch 21 times, most recently from 549ce9d to 7ca2b03 Compare September 29, 2025 20:40
@renovate-bot renovate-bot force-pushed the renovate/kelvinmo-simplejwt-1.x branch 5 times, most recently from 040d87f to 375470b Compare October 2, 2025 11:28
@renovate-bot renovate-bot force-pushed the renovate/kelvinmo-simplejwt-1.x branch 18 times, most recently from d7a03b7 to f8188d4 Compare October 8, 2025 20:51
@renovate-bot renovate-bot force-pushed the renovate/kelvinmo-simplejwt-1.x branch from f8188d4 to dbb69d1 Compare October 9, 2025 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kokoro:force-run Add this label to force Kokoro to re-run the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant