Skip to content

Commit 6f08d02

Browse files
authored
Merge pull request #249 from dongshunyao/fix-cve
Fix CVEs and update jsonpath-plus
2 parents f681c20 + 68110b8 commit 6f08d02

File tree

3 files changed

+184
-92
lines changed

3 files changed

+184
-92
lines changed

CHANGELOG

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Changelog
22

3-
*Functional* changes to the public interface of Redis OM for Node.js will be listed here, by version. *Non-functional* changes may also be included, if they are particulary noteworthy or might impact developers using Redis OM.
3+
*Functional* changes to the public interface of Redis OM for Node.js will be listed here, by version. *Non-functional* changes may also be included, if they are particularly noteworthy or might impact developers using Redis OM.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and Redis OM adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.4.7 - 2024-10-25
8+
### Fixed
9+
- Fixed all CVE issues and updated `jsonpath-plus` package to latest version
10+
711
## 0.4.4 - 2024-07-15
812
### Added
913
- Added better TypeScript support for *Entity*
@@ -18,7 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1822

1923
## 0.4.2 - 2023-07-26
2024
### Fixed
21-
- Fixed issue with TAGs not properl;y escaping question marks
25+
- Fixed issue with TAGs not properly escaping question marks
2226

2327
## 0.4.1 - 2023-07-26
2428
### Added
@@ -59,7 +63,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5963
## 0.3.5 - 2022-06-21
6064
### Added
6165
- Added additional field attributes to control RediSearch indexing behavior.
62-
- Added search methods to retreive just key name or just *entityIds* instead of the entire entity. Methods include: `.returnAllKeys`, `.returnAllIds`, `.returnFirstKey`, `.returnFirstId`, `.returnPageOfKeys`, `.returnPageOfIds`, `.returnMinKey`, `.returnMinId`, `.returnMaxKey`, `.returnMaxId`
66+
- Added search methods to retrieve just key name or just *entityIds* instead of the entire entity. Methods include: `.returnAllKeys`, `.returnAllIds`, `.returnFirstKey`, `.returnFirstId`, `.returnPageOfKeys`, `.returnPageOfIds`, `.returnMinKey`, `.returnMinId`, `.returnMaxKey`, `.returnMaxId`
6367
- Added `.fetchMany` to *Repository* which variadicly takes multiple *entityIds* and returns an array of fetch entities.
6468

6569
### Changed

0 commit comments

Comments
 (0)