-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: merge 8.5.2 into beta #728
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# [8.0.0](v7.10.1...v8.0.0) (2021-02-22) ### Bug Fixes * **authentication:** error when authenticating with an invalid token in cookies ([#611](#611)) ([e6d6737](e6d6737)) * send back response to frontend instead of redirecting ([#609](#609)) ([6f37521](6f37521)) * user being disconnected after 33min instead of 14 days ([#610](#610)) ([80580e7](80580e7)) * **auth:** oidc authentication when running multiple instances of the agent ([#608](#608)) ([ef25acb](ef25acb)) ### Features * merge master into beta ([131cb73](131cb73)) * **authentication:** remove old authentication routes ([#624](#624)) ([b0ffc50](b0ffc50)) * **authentication:** return a specific error during authorization if received an error about 2FA ([#622](#622)) ([3a59a12](3a59a12)) * **permissions:** handle mutliple permissions cache ([7114244](7114244)) * authenticate with openid connect ([#555](#555)) ([72b2cc8](72b2cc8)) * delete cookie when client logout ([#545](#545)) ([#560](#560)) ([5188206](5188206)) * feat!: ease the multi-database setup by providing a map of connections on liana.init (#525) ([2e9dc94](2e9dc94)), closes [#525](#525) ### BREAKING CHANGES * **authentication:** all previous authentication routes have been removed * onlyCrudModule, modelsDir, secretKey, authKey options are not supported anymore by Liana.init(). Instead of sequelize/mongoose & Sequelize/Mongoose, connections & objectMapping are now required.
…ed to access a rendering (#660)
## [8.0.1](v8.0.0...v8.0.1) (2021-03-04) ### Bug Fixes * **authentication:** return better errors when a user is not authorized to access a rendering ([#660](#660)) ([c34dfc0](c34dfc0))
…third party cookies (#662) Linked to CU-f713hp
## [8.0.2](v8.0.1...v8.0.2) (2021-03-04) ### Bug Fixes * **authentication:** safari cannot login on remote lianas because of third party cookies ([#662](#662)) ([9003a64](9003a64))
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.19...4.17.21) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
## [8.0.3](v8.0.2...v8.0.3) (2021-03-05) ### Bug Fixes * **security:** patch lodash vulnerabilities ([#645](#645)) ([f986106](f986106))
…l starting with a prefix (#667)
## [8.0.4](v8.0.3...v8.0.4) (2021-03-10) ### Bug Fixes * **authentication:** unable to login when the agents respond to an url starting with a prefix ([#667](#667)) ([2c7cef0](2c7cef0))
## [8.0.5](v8.0.4...v8.0.5) (2021-03-10) ### Bug Fixes * **security:** decrease the time before expiration of forest session token ([#656](#656)) ([037a5af](037a5af))
…ns (#666) * feat(security): live queries permissions * fix(live-queries): permissions retrieve fixes * refactor(live-queries): codeclimate cognitive complexity * test(live-queries): add permissions checker tests * feat(security): update permissions stats object format * feat(security): stats parameters permissions * test: add tests to live queries and stat with parameters permissions
# [8.1.0](v8.0.5...v8.1.0) (2021-03-15) ### Features * **security:** authorised only allowed stats queries using permissions ([#666](#666)) ([b92d16e](b92d16e))
## [8.1.1](v8.1.0...v8.1.1) (2021-03-31) ### Bug Fixes * **security:** patch y18n dependency vulnerabilities ([#676](#676)) ([03cf696](03cf696))
## [8.1.3](v8.1.2...v8.1.3) (2021-03-31) ### Bug Fixes * **security:** patch node-notifier vulnerabilities ([#679](#679)) ([24b59b6](24b59b6))
## [8.1.4](v8.1.3...v8.1.4) (2021-04-07) ### Bug Fixes * include `/forest` route in CORS and authentication config ([#682](#682)) ([9b7ad28](9b7ad28))
# [8.2.0](v8.1.4...v8.2.0) (2021-04-08) ### Features * **smart-action:** support hooks for smart-collection ([#680](#680)) ([0fd96d6](0fd96d6))
# [8.3.0](v8.2.0...v8.3.0) (2021-04-12) ### Features * **smart-action:** handle isReadOnly field in smart action forms ([#671](#671)) ([4de9540](4de9540))
## [8.3.1](v8.3.0...v8.3.1) (2021-04-15) ### Bug Fixes * **date-filter:** filtering only on hours now returns the expected records ([#686](#686)) ([b361818](b361818))
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. **This update includes a security fix.** - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md) - [Commits](npm/ssri@v6.0.1...v6.0.2) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
## [8.3.2](v8.3.1...v8.3.2) (2021-04-21) ### Bug Fixes * **security:** patch ssri dependency vulnerability ([#691](#691)) ([ba84ea1](ba84ea1))
# [8.4.0](v8.3.2...v8.4.0) (2021-04-27) ### Features * support yarn 2 plug n play install mode ([#697](#697)) ([33c3e58](33c3e58))
…admin-schema.json file (#698) co-authored with @julienfouilhe
# [8.5.0](v8.4.0...v8.5.0) (2021-05-05) ### Features * **schema:** developers can specify manually the path of the .forestadmin-schema.json file ([#698](#698)) ([c27bfb9](c27bfb9))
## [8.5.1](v8.5.0...v8.5.1) (2021-05-17) ### Bug Fixes * charts using groupby on relationship should not throws 403 forbidden ([#710](#710)) ([480eb94](480eb94))
## [8.5.2](v8.5.1...v8.5.2) (2021-05-25) ### Bug Fixes * **smart-actions-change-hook:** record is no longer altered and is sent correctly ([#722](#722)) ([f2ecfce](f2ecfce))
jeffladiray
approved these changes
May 31, 2021
🎉 This PR is included in version 9.0.0-beta.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 9.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
ShohanRahman
pushed a commit
that referenced
this pull request
Jan 25, 2022
ShohanRahman
pushed a commit
that referenced
this pull request
Jan 25, 2022
## [7.9.3](ForestAdmin/forest-express-sequelize@v7.9.2...v7.9.3) (2021-05-25) ### Bug Fixes * **smart-actions-change-hook:** record is no longer altered and is sent correctly ([#728](ForestAdmin/forest-express-sequelize#728)) ([2ac7af8](ForestAdmin/forest-express-sequelize@2ac7af8))
ShohanRahman
pushed a commit
that referenced
this pull request
Jan 25, 2022
# [8.0.0-beta.3](ForestAdmin/forest-express-sequelize@v8.0.0-beta.2...v8.0.0-beta.3) (2021-05-26) ### Bug Fixes * **smart-actions-change-hook:** record is no longer altered and is sent correctly ([#728](ForestAdmin/forest-express-sequelize#728)) ([2ac7af8](ForestAdmin/forest-express-sequelize@2ac7af8)) * distribution charts using groupby on a relationship throws 403 Forbidden ([#725](ForestAdmin/forest-express-sequelize#725)) ([30e6744](ForestAdmin/forest-express-sequelize@30e6744)) * regression when fetching has-many and not selecting any fields on a hasone/belongsto relation ([#720](ForestAdmin/forest-express-sequelize#720)) ([74ed623](ForestAdmin/forest-express-sequelize@74ed623)) * **schema:** do not remove primary key fields from the schema when tables have foreign keys that are primary keys ([8844fb5](ForestAdmin/forest-express-sequelize@8844fb5)) * **search:** enable to search for a big integer in an ID field ([#695](ForestAdmin/forest-express-sequelize#695)) ([9f8132c](ForestAdmin/forest-express-sequelize@9f8132c)) * **search:** searching for a big int value should not break if there is a regular integer field ([#694](ForestAdmin/forest-express-sequelize#694)) ([af076ad](ForestAdmin/forest-express-sequelize@af076ad)) * **security:** patch ssri dependency vulnerability ([#690](ForestAdmin/forest-express-sequelize#690)) ([6b0770d](ForestAdmin/forest-express-sequelize@6b0770d)) ### Features * **browsing-context:** allow `Forest-Context-Url` header to give the current browser url of users ([#665](ForestAdmin/forest-express-sequelize#665)) ([c46fd66](ForestAdmin/forest-express-sequelize@c46fd66)) * **filters:** add support for the \`model.field IN array\` filter condition ([#719](ForestAdmin/forest-express-sequelize#719)) ([5f58457](ForestAdmin/forest-express-sequelize@5f58457)) * add support for belongsTo and hasOne filters on related data ([#715](ForestAdmin/forest-express-sequelize#715)) ([2bc769e](ForestAdmin/forest-express-sequelize@2bc769e)) * support yarn 2 plug n play install mode ([#698](ForestAdmin/forest-express-sequelize#698)) ([64b5734](ForestAdmin/forest-express-sequelize@64b5734)) ### BREAKING CHANGES * **browsing-context:** users willing to use this header needs either to clean the allowed headers or to add this specific header in the CORS configuration
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request checklist: