Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: honojs/hono
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.6.6
Choose a base ref
...
head repository: honojs/hono
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.6.7
Choose a head ref
  • 5 commits
  • 19 files changed
  • 4 contributors

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    7735f2f View commit details
    Browse the repository at this point in the history
  2. feat(jwt): Support custom secret keys for signing JWTs (#3546)

    * Support custom secret keys for signing JWTs
    
    - Expanded key type check to include 'secret' for JWT signing. This aligns importPrivateKey method with importPublicKey method for handling "secret" type keys.
    
    - Added a test case to sign, verify, and decode using a custom secret, ensuring the correct flow and error handling with mismatched keys.
    
    * update comment for rejected private key imports
    kaandok authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0a99bd3 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. feat(ws): Make WebSocket adapter more changeable (#3531)

    * feat(ws): Make WebSocket adapter more changeable
    
    * lint
    
    * format code
    
    * test: add tests
    
    * format code
    
    * lint:fix
    
    * format code
    
    * test: add more tests
    nakasyou authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    234b083 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. perf(router): improve performance of router (#3526)

    * perf(router):  improve performance of router
    
    * coverage
    EdamAme-x authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    10a5e65 View commit details
    Browse the repository at this point in the history
  2. v4.6.7

    yusukebe committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    7e11832 View commit details
    Browse the repository at this point in the history
Loading