Releases: ForestAdmin/forest-express-sequelize
Releases · ForestAdmin/forest-express-sequelize
v7.0.3
v7.0.2
v7.0.1
v7.0.0
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
- sequelize options is not supported anymore by Liana.init()
connections and objectMapping is now required on Liana.init().
Update forest-express dependency to 8.0.0-beta.1 (See https://github.com/ForestAdmin/forest-express/tree/v8.0.0-beta.1)
Co-authored-by: jeffladiray ladirayjeff@gmail.com
v7.0.0-beta.12
7.0.0-beta.12 (2021-02-22)
Bug Fixes
v7.0.0-beta.11
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
v6.7.10
v6.7.9
v6.7.8
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)