mongodb-pipeline-builder 5.0.0 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,20 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
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.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
### [5.0.1](https://github.com/MikeDev75015/mongodb-pipeline-builder/compare/v5.0.0...v5.0.1) (2026-05-10)
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
###
|
|
8
|
+
### Bug Fixes
|
|
9
9
|
|
|
10
|
-
* **deprecation:** ListSessions
|
|
10
|
+
* **deprecation:** update ListSessions deprecation message to reference future major version ([55ab45b](https://github.com/MikeDev75015/mongodb-pipeline-builder/commit/55ab45be17226fd726a7362d2e4ffa5258c368cb))
|
|
11
|
+
|
|
12
|
+
## [5.0.0](https://github.com/MikeDev75015/mongodb-pipeline-builder/compare/v4.2.0...v5.0.0) (2026-05-10)
|
|
11
13
|
|
|
12
14
|
### Features
|
|
13
15
|
|
|
14
16
|
* **operators:** add object field operators - $GetField, $SetField ([1936257](https://github.com/MikeDev75015/mongodb-pipeline-builder/commit/1936257006cda76a76f540b90bc40ff96fe7ae72))
|
|
15
17
|
* **operators:** add statistical accumulators - $Median, $Percentile, $Top, $TopN ([5a12040](https://github.com/MikeDev75015/mongodb-pipeline-builder/commit/5a1204011973d306be9e37dc8e0f7f6a022cd899))
|
|
16
18
|
|
|
19
|
+
### Deprecations
|
|
17
20
|
|
|
18
|
-
* **deprecation:**
|
|
21
|
+
* **deprecation:** ListSessions() method is now deprecated and will be removed in a future major version. Please use ListLocalSessions() instead ([dc1a40e](https://github.com/MikeDev75015/mongodb-pipeline-builder/commit/dc1a40e7bf99d7c62647fb9b7b08b1f57de0955d))
|
|
19
22
|
|
|
20
23
|
## [4.2.0](https://github.com/MikeDev75015/mongodb-pipeline-builder/compare/v4.0.4...v4.2.0) (2026-02-21)
|
|
21
24
|
|