Skip to content
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

Release v0.11.2 #2705

Merged
merged 30 commits into from
Sep 25, 2023
Merged

Release v0.11.2 #2705

merged 30 commits into from
Sep 25, 2023

Commits on Oct 28, 2022

  1. fix: upgrade body-parser from 1.20.0 to 1.20.1

    Snyk has created this PR to upgrade body-parser from 1.20.0 to 1.20.1.
    
    See this package in npm:
    https://www.npmjs.com/package/body-parser
    
    See this project in Snyk:
    https://app.snyk.io/org/cksachdev/project/52f6c7f9-9208-4ca6-8dba-2e0784a7c4e2?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    57edd31 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. fix: upgrade express from 4.18.1 to 4.18.2

    Snyk has created this PR to upgrade express from 4.18.1 to 4.18.2.
    
    See this package in npm:
    https://www.npmjs.com/package/express
    
    See this project in Snyk:
    https://app.snyk.io/org/cksachdev/project/52f6c7f9-9208-4ca6-8dba-2e0784a7c4e2?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    ae42f20 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    6706d78 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. fix: upgrade traverse from 0.6.6 to 0.6.7

    Snyk has created this PR to upgrade traverse from 0.6.6 to 0.6.7.
    
    See this package in npm:
    https://www.npmjs.com/package/traverse
    
    See this project in Snyk:
    https://app.snyk.io/org/cksachdev/project/52f6c7f9-9208-4ca6-8dba-2e0784a7c4e2?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    777d16b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. fix: upgrade @babel/core from 7.19.3 to 7.19.6

    Snyk has created this PR to upgrade @babel/core from 7.19.3 to 7.19.6.
    
    See this package in npm:
    https://www.npmjs.com/package/@babel/core
    
    See this project in Snyk:
    https://app.snyk.io/org/cksachdev/project/52f6c7f9-9208-4ca6-8dba-2e0784a7c4e2?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    2a4d8f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    29122d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    4aca574 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    23f124c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47eaf22 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    48a6116 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Added schema titles

    Fixes #2693
    simondate committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    3014be2 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Configuration menu
    Copy the full SHA
    2335603 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. fix #2697

    #### Fixing domainsEnabled issue in Adapt Authoring
    If you are getting following error in console
    ```
    (node:23152) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead. (Triggered by calling processImmediate on process.)
    (Use `node --trace-deprecation ...` to show where the warning was created)
    ```
    Then follow the steps mentioned below:
    Steps:
    1. Application.js
    	1. Modify connection options with domainsEnabled for connect-mongodb-session
    	2. Instead of requestDomain.enter use requestDomain.run(next) and comment next()
    2. permissions.js inside policyChecker function
    	1. Line 497, update to
    		1. const user = app.usermanager.getCurrentUser() || JSON.parse(JSON.stringify(req.session.passport.user));
    3. Manually install
    	1. npm i [email protected]
    	2. npm i [email protected]
    cksachdev committed May 15, 2023
    Configuration menu
    Copy the full SHA
    cb973f9 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    541bed0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    784edd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e826bfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fe6596 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ae5a44 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45ce7ae View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    0a4afa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    301149d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    facde9a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    57eda53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2f08e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45a585b View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    taylortom committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ade8d58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c40a233 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Fix: package-lock.json file

    simondate committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    22d4869 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a5ad72 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Update release date

    taylortom committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    bdc1e19 View commit details
    Browse the repository at this point in the history