Skip to content

Commit

Permalink
release: v0.2.0-58
Browse files Browse the repository at this point in the history
  • Loading branch information
tks18 committed Jun 22, 2022
1 parent 160e874 commit 7ce56e1
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.2.0-58](https://github.com/zyndex-drive/server/compare/v0.2.0-57...v0.2.0-58) (2022-06-22)


### Bug Fixes 🛠

* **models:** use lean method for applicable models for faster db queries ([68c7c4c](https://github.com/zyndex-drive/server/commit/68c7c4cd4e749800eb579d1a6e59e81d99cd427e))
* **plugins/auth:** fix editdatabase function modification type ([a1e483d](https://github.com/zyndex-drive/server/commit/a1e483de607b8894784b457f9d7975af0f831d2a))
* **plugins/session:** pass userid down the response context ([897e440](https://github.com/zyndex-drive/server/commit/897e44066876b9b3dcf0482ae18e3b46c9f9f254))


### Features 🔥

* **error class:** introduce too many request error class for rate limiting responses ([60b76da](https://github.com/zyndex-drive/server/commit/60b76daf6de59aa023cdf2c6829dfc6d8e9a57bd))
* **middleware:** introduce global, user & other rate limiters in the application ([7f8fcfe](https://github.com/zyndex-drive/server/commit/7f8fcfec92bd14bb9d7845d998c9d580aabbf475))
* **plugins/sessions:** create user document and pass it down the response context ([6ad7255](https://github.com/zyndex-drive/server/commit/6ad72557a5a1bfa70d76a3fee6a2e3ce4e743516))
* **routes/auth/policy:** implement auth plugin in the auth/policy/modify route ([95e783b](https://github.com/zyndex-drive/server/commit/95e783b3b0ab1a959d3a38e01cb4f548b419d77f))
* **routes:** add setup route for adding global, user & other rate limiter settings ([81a90c9](https://github.com/zyndex-drive/server/commit/81a90c950279e43a02be2ba68d644556f2e8b904))
* **templates:** add setup template for rate limiter settings ([15e5955](https://github.com/zyndex-drive/server/commit/15e5955e2d8ddde2056ff468f2f9c7d2e4edf69a))

## [0.2.0-57](https://github.com/zyndex-drive/server/compare/v0.2.0-56...v0.2.0-57) (2022-06-11)


Expand Down
2 changes: 1 addition & 1 deletion app.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zyndex-server",
"version": "0.2.0-57",
"version": "0.2.0-58",
"description": "Backend Server for Handling Zyndex Frontend Requests",
"main": "app.js",
"scripts": {
Expand Down Expand Up @@ -56,6 +56,7 @@
"dotenv": "^10.0.0",
"express": "^4.18.1",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^6.4.0",
"got": "^11.8.3",
"helmet": "^4.6.0",
"jose": "^4.8.1",
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3749,6 +3749,15 @@ __metadata:
languageName: node
linkType: hard

"express-rate-limit@npm:^6.4.0":
version: 6.4.0
resolution: "express-rate-limit@npm:6.4.0"
peerDependencies:
express: ^4 || ^5
checksum: 3125332fc3a73f0c50eaece169fa8d956d212f7b5c4dcaaa713fbe00fea6edc1a030705a71b60b8c8b5734c5b03004be38f843336e0bba4116a51726297f35e4
languageName: node
linkType: hard

"express@npm:^4.18.1":
version: 4.18.1
resolution: "express@npm:4.18.1"
Expand Down Expand Up @@ -9336,6 +9345,7 @@ __metadata:
eslint-plugin-promise: ^5.2.0
express: ^4.18.1
express-mongo-sanitize: ^2.2.0
express-rate-limit: ^6.4.0
got: ^11.8.3
helmet: ^4.6.0
husky: ^7.0.4
Expand Down

0 comments on commit 7ce56e1

Please sign in to comment.