Skip to content

Commit 1f06eae

Browse files
authored
Merge pull request #295 from auth0-extensions/release-4-4-0
Bump minor version to release connections handling changes
2 parents 340b18c + db284ec commit 1f06eae

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.4] - 2024-06-05
9+
10+
### Fixed
11+
12+
- Improved handling of large number of connections
13+
814
## [4.3] - 2020-04-06
915

1016
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-delegated-admin",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"description": "This extension allows non-dashboard administrators to manage (a subset of) users.",
55
"engines": {
66
"node": ">8.9"

webtask.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "Delegated Administration Dashboard",
33
"name": "auth0-delegated-admin",
4-
"version": "4.3.0",
4+
"version": "4.4.0",
55
"author": "auth0",
66
"useHashName": false,
77
"description": "This extension allows non-dashboard administrators to manage (a subset of) users.",
@@ -77,4 +77,4 @@
7777
]
7878
}
7979
}
80-
}
80+
}

0 commit comments

Comments
 (0)