@osdk/api 2.4.0-rc.19 → 2.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @osdk/api
2
2
 
3
+ ## 2.4.1
4
+
5
+ ## 2.4.0
6
+
7
+ ### Patch Changes
8
+
9
+ - 322c5bc: Simulated release
10
+ - 4bc848b: Add interface link support.
11
+ - 9f4fe9e: Add new types mapping for internal creation workflow.
12
+ - 29d2ada: Fix type in docs and tests
13
+ - 8dd6229: Remove features not supported for RC
14
+ - 8c95154: Add nearestNeighbor support
15
+ - c32dcf2: Add a metadata field to all loaded objects
16
+ - 722c89a: Fix assignability for creating struct fields.
17
+ - 9101bad: Adds "includeNullValues" option for exact match filters
18
+ - 44bbbe0: Add interface query support.
19
+
3
20
  ## 2.4.0-rc.19
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/api",
3
- "version": "2.4.0-rc.19",
3
+ "version": "2.4.1",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -48,8 +48,8 @@
48
48
  "@microsoft/api-extractor": "^7.52.7",
49
49
  "ts-expect": "^1.3.0",
50
50
  "typescript": "~5.5.4",
51
- "@osdk/monorepo.api-extractor": "~0.3.0-beta.1",
52
- "@osdk/monorepo.tsconfig": "~0.3.0-beta.1"
51
+ "@osdk/monorepo.api-extractor": "~0.3.0",
52
+ "@osdk/monorepo.tsconfig": "~0.3.0"
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public"