Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

31 lines (21 loc) · 2.04 KB

0.2.0 (2024-04-03)

This was a version bump only for nestjs-ory-integration to align it with other projects, there were no code changes.

0.1.0 (2024-02-06)

This was a version bump only for nestjs-ory-integration to align it with other projects, there were no code changes.

0.0.2 (2024-01-15)

This was a version bump only for nestjs-ory-integration to align it with other projects, there were no code changes.

0.0.1 (2024-01-13)

🚀 Features

  • create base-client-wrapper (e8e9a57)
  • create kratos-client-wrapper (e21f8c2)
  • create keto-client-wrapper (1f83441)
  • port relation-tuple-parser to use Regex (bafa32b)
  • keto-client-wrapper: create OryAuthorizationGuard (7421135)
  • keto-relations-parser: create converters from tuple to Keto API parameters (f1a5088)
  • keto-relations-parser: build relation tuple builder using a fluent API (0ffa301)
  • keto-relations-parser: improve RelationTupleBuilder (d33ab07)
  • kratos-client-wrapper: create OryAuthenticationGuard (33a4e07)

🩹 Fixes

  • improve OryError to be a subset of AxiosError (89aea23)
  • update OryAuthorizationGuard and OryAuthenticationGuard interfaces and options (e60ee92)
  • base-client-wrapper: update HttpModule options and error message (f6adbc0)