Releases: mikaelkaron/fastify-openid-client
Releases · mikaelkaron/fastify-openid-client
v8.0.0
Compare
Sorry, something went wrong.
No results found
8.0.0 (2024-10-15)
chore
package: bump fastify and fastify-plugin to 5.x (d88141a )
BREAKING CHANGES
package: We now require fastify 5.x to use this plugin
v7.0.0
Compare
Sorry, something went wrong.
No results found
7.0.0 (2024-02-20)
Bug Fixes
package: make fastify a development dependency (5358d5f )
Features
export openIDClientPlugin and fp(openIDClientPlugin) separately for fastify-plugin@4.5.1 compatibility. (7ee7cd5 )
BREAKING CHANGES
This changes the default export for the plugin. Should be safe to upgrade for most users that use the default export.
v6.0.0
Compare
Sorry, something went wrong.
No results found
6.0.0 (2023-07-05)
Bug Fixes
don't leak decorator outside plugin (169cc31 )
remove unused name from OpenIDCreateClientOptions (b90180f )
Features
BREAKING CHANGES
exported OpenIDCreateClientOptions no longer has the name property
package: This package is now ESM only
v5.0.0
Compare
Sorry, something went wrong.
No results found
5.0.0 (2023-07-05)
Features
BREAKING CHANGES
name is now called decorator and accepts string | symbol
v4.0.0
Compare
Sorry, something went wrong.
No results found
4.0.0 (2023-07-04)
Build System
BREAKING CHANGES
package: A lot of deps had major version updates, bump accordingly
v3.0.1
Compare
Sorry, something went wrong.
No results found
3.0.1 (2022-09-26)
Bug Fixes
move @types/async-retry from devDependencies to dependencies (6998b8b )
v3.0.0
Compare
Sorry, something went wrong.
No results found
3.0.0 (2022-09-25)
Bug Fixes
Features
BREAKING CHANGES
v2.1.0
Compare
Sorry, something went wrong.
No results found
2.1.0 (2022-02-22)
Features
separate plugin from index (3f5855b )
v2.0.0
Compare
Sorry, something went wrong.
No results found
2.0.0 (2022-02-22)
Features
add factory method to issuer (1d0883f )
make client creation optional (ef4fc7e )
BREAKING CHANGES
the name option is moved and repeated in the issuer and client options.
v1.0.0
Compare
Sorry, something went wrong.
No results found
1.0.0 (2022-02-10)
Features