Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/auth0-fastify-api/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.0
v1.3.0
8 changes: 8 additions & 0 deletions packages/auth0-fastify-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v1.3.0](https://github.com/auth0/auth0-fastify/tree/auth0-fastify-api-v1.3.0) (2026-05-18)
[Full Changelog](https://github.com/auth0/auth0-fastify/compare/auth0-fastify-api-v1.2.0...auth0-fastify-api-v1.3.0)

**Added**
- feat(auth0-fastify-api): Add DPoP support on auth0-fastify-api [\#60](https://github.com/auth0/auth0-fastify/pull/60) ([@nandan-bhat](https://github.com/nandan-bhat))
- feat(auth0-fastify-api): add on-behalf-of-token-exchange support on auth0-fastify-api [\#58](https://github.com/auth0/auth0-fastify/pull/58) ([@nandan-bhat](https://github.com/nandan-bhat))


## [v1.2.0](https://github.com/auth0/auth0-fastify/releases/tag/auth0-fastify-api-v1.2.0) (2026-04-09)
[Full Changelog](https://github.com/auth0/auth0-fastify/compare/auth0-fastify-api-v1.1.0...auth0-fastify-api-v1.2.0)

Expand Down
2 changes: 1 addition & 1 deletion packages/auth0-fastify-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auth0/auth0-fastify-api",
"version": "1.2.0",
"version": "1.3.0",
"description": "Auth0 SDK for Fastify API's on JavaScript runtimes",
"author": "Auth0",
"license": "MIT",
Expand Down
Loading