Skip to content

Releases: mikaelkaron/fastify-openid-client

v8.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Oct 09:13

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

Choose a tag to compare

@github-actions github-actions released this 20 Feb 15:36

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

Choose a tag to compare

@github-actions github-actions released this 05 Jul 20:53

6.0.0 (2023-07-05)

Bug Fixes

  • don't leak decorator outside plugin (169cc31)
  • remove unused name from OpenIDCreateClientOptions (b90180f)

Features

  • package: package as ESM (d157865)

BREAKING CHANGES

  • exported OpenIDCreateClientOptions no longer has the name property
  • package: This package is now ESM only

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 09:03

5.0.0 (2023-07-05)

Features

  • revamp types and options (78a7bf2)

BREAKING CHANGES

  • name is now called decorator and accepts string | symbol

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 15:55

4.0.0 (2023-07-04)

Build System

BREAKING CHANGES

  • package: A lot of deps had major version updates, bump accordingly

v3.0.1

Choose a tag to compare

@github-actions github-actions released this 26 Sep 17:43

3.0.1 (2022-09-26)

Bug Fixes

  • move @types/async-retry from devDependencies to dependencies (6998b8b)

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Sep 21:13

3.0.0 (2022-09-25)

Bug Fixes

Features

BREAKING CHANGES

  • This bumps fastify@4

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Feb 13:43

2.1.0 (2022-02-22)

Features

  • separate plugin from index (3f5855b)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Feb 00:25

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

Choose a tag to compare

@github-actions github-actions released this 10 Feb 15:56

1.0.0 (2022-02-10)

Features