Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YasharF committed Jul 25, 2023
1 parent 9774ebd commit 6bfad19
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
### 8.0.0 (July 26, 2023)

- Security: Renamed the cookie and set secure attribute for cookie transmission when https is present
- Security: Migrated off all deprecated, vulunerable or unmaintained packages
- Security: Migrated off all deprecated, vulnerable or unmaintained packages
- Security: Added express rate limiter
- Added additional sanitization and validation for external inputs. Lusca provides input protection. The additional sanitization and validation is to add another layer of protection.
- Added patch-package for patching depedndencies
- Added patch for passportjs to handle logout failures
- Added additional sanitization and validation for external inputs. Lusca provides input protection. The additional sanitization and validation are to add another layer of protection.
- Added patch-package for temporary patching dependencies
- Temporary patch for passportjs to handle logout failures
- Temporary patch for passport-oauth2: better auth failure reporting
- Added handler for 404(page not found) to avoid 500 erros when a route is not found
- Added handler for 404(page not found) to avoid 500 errors when a route is not found
- Fixed unhandled error during logout
- Fixed pug tags with multiple attributes (thanks to @soundz77)
- Added Lint-stage and Husky to lint all commits
Expand All @@ -31,13 +31,13 @@
- Migrated off nodemailer-sendgrid (breaking change)
- Migrated off passport-twitter and twitter-lite (breaking change)
- Migrated off node-quickbooks (breaking change)
- Updated depdencies
- Updated dependencies
- Removed travis.yml

API example changes:
- Improbed the Chartjs+AlphaVantage to handle API failures
- Improved the Chartjs+AlphaVantage to handle API failures
- Fix minor formatting issues and missing images
- Tumpler - Fixed the Tumblr example and moved off of tumblrjs (breaking change)
- Tumblr - Fixed the Tumblr example and moved off tumblrjs (breaking change)
- Removed the twitter API example as the APIs are actively changing and mostly not free (breaking change)
- Added missing parameters for the Lob's new API requirements
- Improved the Last.fm API example as the artist image is no longer vended by last.fm
Expand Down

0 comments on commit 6bfad19

Please sign in to comment.