Skip to content

Commit ea022e1

Browse files
1.4.0
1 parent a1eaf68 commit ea022e1

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [1.4.0](https://github.com/express-rate-limit/express-rate-limit-postgresql/releases/tag/v1.4.0)
10+
11+
### Changed
12+
13+
- Session handling is now done on the database layer to prevent concurrency
14+
issues.
15+
916
## [1.3.2](https://github.com/express-rate-limit/express-rate-limit-postgresql/releases/tag/v1.3.2)
1017

1118
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acpr/rate-limit-postgresql",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"description": "A PostgreSQL store for the `express-rate-limit` middleware",
55
"homepage": "https://github.com/express-rate-limit/rate-limit-postgresql",
66
"repository": "https://github.com/express-rate-limit/rate-limit-postgresql",

third_party_licenses/dev_detailed.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"@acpr/rate-limit-postgresql@1.3.2": {
2+
"@acpr/rate-limit-postgresql@1.4.0": {
33
"licenses": "MIT",
44
"repository": "https://github.com/express-rate-limit/rate-limit-postgresql",
55
"publisher": "Adrian C. Prelipcean"

third_party_licenses/production_detailed.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"@acpr/rate-limit-postgresql@1.3.2": {
2+
"@acpr/rate-limit-postgresql@1.4.0": {
33
"licenses": "MIT",
44
"repository": "https://github.com/express-rate-limit/rate-limit-postgresql",
55
"publisher": "Adrian C. Prelipcean"

0 commit comments

Comments
 (0)