Skip to content

Releases: ForestAdmin/forest-express-sequelize

v7.0.3

05 Mar 07:58
Compare
Choose a tag to compare

7.0.3 (2021-03-05)

Bug Fixes

  • security: patch lodash vulnerabilities (#647) (1dcd728)

v7.0.2

05 Mar 07:42
Compare
Choose a tag to compare

7.0.2 (2021-03-05)

Bug Fixes

  • security: patch lodash vulnerabilities (#628) (2c0449a)

v7.0.1

04 Mar 16:08
Compare
Choose a tag to compare

7.0.1 (2021-03-04)

Bug Fixes

  • authentication: safari cannot login on remote lianas because of third party cookies (#646) (92f80b9)

v7.0.0

22 Feb 14:45
Compare
Choose a tag to compare

7.0.0 (2021-02-22)

Bug Fixes

  • authentication: error when authenticating with an invalid token in cookies (#593) (405feb4)
  • connect to liana through safari (#590) (6a0fcb3)
  • fix incorrect usage of the new connections parameter (#557) (2840e41)
  • user being disconnected after 33min instead of 14 days (#591) (2e2dc81)

Features

  • init function now uses connections & objectMapping instead of sequelize as parameter (#539) (74262ac)
  • return correct errors when the user needs to configure the 2FA (#609) (08b64a0)

BREAKING CHANGES

Co-authored-by: jeffladiray ladirayjeff@gmail.com

v7.0.0-beta.12

22 Feb 14:25
Compare
Choose a tag to compare
v7.0.0-beta.12 Pre-release
Pre-release

7.0.0-beta.12 (2021-02-22)

Bug Fixes

  • fix error when no foreign key is found but foreign and primary key is detected (#632) (6f06512)

v7.0.0-beta.11

22 Feb 12:08
Compare
Choose a tag to compare
v7.0.0-beta.11 Pre-release
Pre-release

7.0.0-beta.11 (2021-02-22)

Bug Fixes

  • fix record creation with unconventional pk field acting as a fk (#598) (d3779b7)
  • support foreign and primary key column (#630) (2a289b8)
  • search: don't convert float values to bigint (75c1517)
  • search: handle large numbers in search queries (c0c1c70)
  • search: handle large numbers in search queries (#621) (ec6ab89)
  • search: handle tables that contain floats and bigints (7ac2fe1)
  • search: revert changes when numbers are below MAX_SAFE_INTEGER (1d95021)

v6.7.11

22 Feb 14:14
Compare
Choose a tag to compare

6.7.11 (2021-02-22)

Bug Fixes

  • fix error when no foreign key is found but foreign and primary key is detected (#632) (6f06512)

v6.7.10

22 Feb 08:17
Compare
Choose a tag to compare

6.7.10 (2021-02-22)

Bug Fixes

  • support foreign and primary key column (#630) (2a289b8)

v6.7.9

22 Feb 07:17
Compare
Choose a tag to compare

6.7.9 (2021-02-22)

Bug Fixes

  • fix record creation with unconventional pk field acting as a fk (#598) (d3779b7)

v6.7.8

19 Feb 14:03
Compare
Choose a tag to compare

6.7.8 (2021-02-19)

Bug Fixes

  • search: don't convert float values to bigint (75c1517)
  • search: handle large numbers in search queries (c0c1c70)
  • search: handle large numbers in search queries (#621) (ec6ab89)
  • search: handle tables that contain floats and bigints (7ac2fe1)
  • search: revert changes when numbers are below MAX_SAFE_INTEGER (1d95021)