Skip to content

Latest commit

 

History

History
345 lines (139 loc) · 14 KB

CHANGELOG.md

File metadata and controls

345 lines (139 loc) · 14 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.0.0-alpha.25 (2022-08-23)

Note: Version bump only for package @lowdefy/api

4.0.0-alpha.24 (2022-08-19)

Bug Fixes

  • Fix addUserFieldsToSession when using auth adapter. (850ee69)

Features

  • Add support for Next-Auth adapters. (337dbf4)

4.0.0-alpha.23 (2022-08-03)

Bug Fixes

  • Fix addUserFieldsToSession when using auth adapter. (850ee69)

Features

  • Add support for Next-Auth adapters. (337dbf4)

4.0.0-alpha.22 (2022-07-12)

Note: Version bump only for package @lowdefy/api

4.0.0-alpha.21 (2022-07-11)

Note: Version bump only for package @lowdefy/api

4.0.0-alpha.20 (2022-07-09)

Bug Fixes

  • api: Should be passing profile, not provider. (02f9fe0)

Features

  • api: Add provider to linkAccountEvent. (a90f10b)

4.0.0-alpha.19 (2022-07-06)

Features

  • Add extra next-auth configuration properties. (9781ba4)

4.0.0-alpha.18 (2022-06-27)

Bug Fixes

  • build: Evaluate build operators in lowdefy.yaml (49ed3e1)
  • Fix package.json fixes. (17f54ac)
  • Fix userFields implementation. (c566541)
  • Remove userFields debug logs. (8fad19f)

Features

  • Add userFields feature to map auth provider data to usernobject. (0ab688b)

4.0.0-alpha.16 (2022-06-20)

4.0.0-alpha.15 (2022-06-19)

4.0.0-alpha.17 (2022-06-24)

Bug Fixes

  • build: Evaluate build operators in lowdefy.yaml (49ed3e1)
  • Fix package.json fixes. (17f54ac)
  • Fix userFields implementation. (c566541)
  • Remove userFields debug logs. (8fad19f)

Features

  • Add userFields feature to map auth provider data to usernobject. (0ab688b)

4.0.0-alpha.16 (2022-06-20)

Note: Version bump only for package @lowdefy/api

4.0.0-alpha.15 (2022-06-19)

Note: Version bump only for package @lowdefy/api

4.0.0-alpha.14 (2022-06-19)

Note: Version bump only for package @lowdefy/api

4.0.0-alpha.13 (2022-06-16)

Bug Fixes

  • Fix auth errors if auth is not configured. (8a386a8)
  • Fix license typo. (972acbb)

Features

  • Add openid connect standard claims to user object. (7f099e1)
  • engine: Add payload and blockId to context.requests[requestId]. (e29d88b)
  • Package updates. (e024181)

4.0.0-alpha.12 (2022-05-23)

Note: Version bump only for package @lowdefy/api

4.0.0-alpha.11 (2022-05-20)

Bug Fixes

Features

  • Add support for auth callback plugins. (a16e074)
  • Add support for auth event plugins. (35f28b8)
  • api: Add user to api context and user roles to authorization. (133245e)
  • Next auth login and logout working. (d47f9e5)
  • Read auth secret from secrets object. (f266fbf)
  • Updates to auth configuration. (8f7abf7)
  • Use next-auth session to authenticate in api. (462c0ac)

4.0.0-alpha.10 (2022-05-06)

Note: Version bump only for package @lowdefy/api

4.0.0-alpha.9 (2022-05-06)

Features

  • api: evaluteOperators is sync. (40ba4df)

4.0.0-alpha.8 (2022-03-16)

Note: Version bump only for package @lowdefy/api

4.0.0-alpha.7 (2022-02-21)

Bug Fixes

  • Add missing api and helpers tests. (aa1d72c)
  • api: Fix callRequest tests. (58655cb)
  • api: Fixes using jest with es modules. (d69a4dc)
  • cli: Fix jest es module mocks. (78480e8)
  • Fix V4 tests. (d082d0c)
  • Strip auth prop from page config in api. (693667d)

4.0.0-alpha.6 (2022-01-20)

Note: Version bump only for package @lowdefy/api

4.0.0-alpha.5 (2021-11-27)

Bug Fixes

Features

  • Import operator plugins in server. (f913e9e)

4.0.0-alpha.4 (2021-11-25)

Note: Version bump only for package @lowdefy/api

4.0.0-alpha.3 (2021-11-25)

Note: Version bump only for package @lowdefy/api

4.0.0-alpha.2 (2021-11-25)

Bug Fixes

4.0.0-alpha.1 (2021-11-25)

Bug Fixes

  • api: add createContext test (af14e7c)
  • api: Add request handler tests. (b827137)
  • api: Add tests (db478c9)
  • api: Fix api context tests. (8aa2642)
  • api: Fix tests. (7791951)
  • api: JSON web token tests and fixes. (30f7267)
  • Authorisation flows working. (5b32ca8)
  • Clean up server configuration. (dea25de)
  • deps: Update dependency openid-client to v4.9.1. (5b28ee4)
  • ES module and next server fixes. (83bca45)
  • Fix tests (80c00f4)
  • Next server fixes (d5ab3d9)
  • Remove auth dependencies from api (a1f72e1)
  • Replace all front end testing with @testing-library/react, jest and other updates. (22ec295)

Features

  • Add authentication flows (15e1be9)
  • Add requests support to @lowdefy/api package (86533ee)
  • Add requests to client and server. (320c4a1)
  • api: Add api tests and fixes. (457890b)
  • api: Add authorization functions. (a039f41)
  • api: Api package tests and fixes. (1f4b2f2)
  • api: Init package @lowdefy/api (cbe7569)
  • Build html files for each page, and serve from api (3f53d8b)
  • Fixes fro requests in next server (e341d8d)
  • Init @lowdefy/client package (909cef7)
  • Mount home page on the home route if configured. (ff23ea8)
  • Next server rendering blocks (e625e07)
  • Remove @lowdefy/renderer package (c584778)
  • Render Lowdefy blocks in client package. (c24bcf1)
  • Requests working on next server (8d6abe2)
  • Restructure plugin files. (f651ed7)
  • Root config and link working on next server. (cf2562b)
  • server: Add auth routes to server. (4a97f4c)
  • server: Convert server to fastify. (0d2c1c3)
  • Use logger in request api call. (83b885b)