Skip to content

Commit

Permalink
Merge pull request #64 from happner/feature/SMC-734-remove-encrypted-…
Browse files Browse the repository at this point in the history
…payloads
  • Loading branch information
southbite committed Nov 29, 2021
2 parents f45e15b + fd2a8be commit e8520c1
Show file tree
Hide file tree
Showing 5 changed files with 474 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x,14.x,16.x]
node-version: [14.x,16.x,17.x]
mongodb-version: ['4.4']

steps:
Expand Down
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,10 @@
- happn-3 upgrade:
- feature: SMC-2954 - Allows for configuration and use of multiple authentication providers.
- fix: SMC-4386 - upsertMultiplePermissions will now allow for removing permissions/prohibitions as well as upserting permissions or prohibitions

11.6.0 2021-11-29
-----------------
- happn-3 upgrade:
- feature: SMC-734: Updated happn-util-crypto - removed bitcore, changes to crypto calls, removed payload encryption
- test: fixed browser test validation

Loading

0 comments on commit e8520c1

Please sign in to comment.