@osdk/api 2.5.0-rc.15 → 2.5.0
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 +15 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @osdk/api
|
|
2
2
|
|
|
3
|
+
## 2.5.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 322c5bc: Simulated release
|
|
8
|
+
- 7160276: Add order by relevance support to nearest neighbors
|
|
9
|
+
- 7bdac45: Update Platform SDK dependency
|
|
10
|
+
- 37eb75b: remove features not supported for RC
|
|
11
|
+
- 7b97128: add useObjectSet hook
|
|
12
|
+
- 76905f5: Remove undefined type from aggregation $group value
|
|
13
|
+
- 20962bc: Add a new experimental fetchPageByRidNoType method
|
|
14
|
+
- 052a96b: Add $link support.
|
|
15
|
+
- ca1fabe: Fix experimental metadata types for objects
|
|
16
|
+
- e48be06: Fix casting types with fully qualified property names.
|
|
17
|
+
|
|
3
18
|
## 2.5.0-rc.15
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/api",
|
|
3
|
-
"version": "2.5.0
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"access": "public",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@microsoft/api-extractor": "^7.52.11",
|
|
49
49
|
"ts-expect": "^1.3.0",
|
|
50
50
|
"typescript": "~5.5.4",
|
|
51
|
-
"@osdk/monorepo.api-extractor": "~0.4.0
|
|
52
|
-
"@osdk/monorepo.tsconfig": "~0.4.0
|
|
51
|
+
"@osdk/monorepo.api-extractor": "~0.4.0",
|
|
52
|
+
"@osdk/monorepo.tsconfig": "~0.4.0"
|
|
53
53
|
},
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|