@osdk/client 2.37.0-main-b174a282d4a55296a00a00076f2ddff340316892 → 2.37.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 CHANGED
@@ -1,24 +1,24 @@
1
1
  # @osdk/client
2
2
 
3
- ## 2.37.0-main-b174a282d4a55296a00a00076f2ddff340316892
3
+ ## 2.37.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - b174a28: Make the dev-mode action delay smart, configurable, and discoverable. The delay now only applies to actions with an optimistic update (function-backed actions stay fast), is tunable via `OsdkProvider`'s `devMode={{ actionDelayMs }}` prop and the `createObservableClient` `devMode.actionDelayMs` option (0 disables), and logs a one-time message explaining it.
8
-
9
- ### Patch Changes
10
-
11
8
  - 75a5c26: Add test for fetchOneWithErrors with cross-type pivot to validate correct primary key usage
12
9
  - 915d245: Sort decimal and long properties numerically in observable client orderBy, including derived (RDP) get and min/max properties, instead of lexicographically
13
10
  - 01bea93: Fix runtime-derived-property (RDP) cache merges dropping or stale-serving derived values. A write now declares the derived fields it actually computed, so: a derived value that becomes null clears instead of retaining the stale cached value; a derived field shared by two queries with overlapping rdp sets is no longer dropped when one propagates to the other; a query using both `$select` and a derived property keeps the derived field on a partial write; and a subscription update, which carries base props only, preserves the cached derived values instead of clearing them on every tick.
11
+
12
+ ### Patch Changes
13
+
14
14
  - Updated dependencies [ff11b06]
15
- - @osdk/shared.net.errors@2.10.1-main-b174a282d4a55296a00a00076f2ddff340316892
16
- - @osdk/shared.client.impl@1.12.1-main-b174a282d4a55296a00a00076f2ddff340316892
17
- - @osdk/shared.net.fetch@1.10.1-main-b174a282d4a55296a00a00076f2ddff340316892
18
- - @osdk/api@2.37.0-main-b174a282d4a55296a00a00076f2ddff340316892
19
- - @osdk/client.unstable@2.37.0-main-b174a282d4a55296a00a00076f2ddff340316892
20
- - @osdk/generator-converters@2.37.0-main-b174a282d4a55296a00a00076f2ddff340316892
21
- - @osdk/shared.test@2.26.1-main-b174a282d4a55296a00a00076f2ddff340316892
15
+ - @osdk/shared.net.errors@2.11.0
16
+ - @osdk/shared.client.impl@1.13.0
17
+ - @osdk/shared.net.fetch@1.11.0
18
+ - @osdk/api@2.37.0
19
+ - @osdk/client.unstable@2.37.0
20
+ - @osdk/generator-converters@2.37.0
21
+ - @osdk/shared.test@2.27.0
22
22
 
23
23
  ## 2.36.0
24
24
 
@@ -14,6 +14,6 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- export const USER_AGENT = `osdk-client/${"2.37.0-main-b174a282d4a55296a00a00076f2ddff340316892"}`;
18
- export const OBSERVABLE_USER_AGENT = `osdk-observable-client/${"2.37.0-main-b174a282d4a55296a00a00076f2ddff340316892"}`;
17
+ export const USER_AGENT = `osdk-client/${"2.37.0"}`;
18
+ export const OBSERVABLE_USER_AGENT = `osdk-observable-client/${"2.37.0"}`;
19
19
  //# sourceMappingURL=UserAgent.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"UserAgent.js","names":["USER_AGENT","OBSERVABLE_USER_AGENT"],"sources":["UserAgent.ts"],"sourcesContent":["/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport const USER_AGENT: string = `osdk-client/${process.env.PACKAGE_VERSION}`;\nexport const OBSERVABLE_USER_AGENT: string =\n `osdk-observable-client/${process.env.PACKAGE_VERSION}`;\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAO,MAAMA,UAAkB,GAAG,uEAA4C;AAC9E,OAAO,MAAMC,qBAA6B,GACxC,kFAAuD","ignoreList":[]}
1
+ {"version":3,"file":"UserAgent.js","names":["USER_AGENT","OBSERVABLE_USER_AGENT"],"sources":["UserAgent.ts"],"sourcesContent":["/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport const USER_AGENT: string = `osdk-client/${process.env.PACKAGE_VERSION}`;\nexport const OBSERVABLE_USER_AGENT: string =\n `osdk-observable-client/${process.env.PACKAGE_VERSION}`;\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAO,MAAMA,UAAkB,GAAG,yBAA4C;AAC9E,OAAO,MAAMC,qBAA6B,GACxC,oCAAuD","ignoreList":[]}
@@ -1653,8 +1653,8 @@ var createStandardOntologyProviderFactory = (client) => {
1653
1653
  };
1654
1654
 
1655
1655
  // src/util/UserAgent.ts
1656
- var USER_AGENT = `osdk-client/${"2.37.0-main-b174a282d4a55296a00a00076f2ddff340316892"}`;
1657
- var OBSERVABLE_USER_AGENT = `osdk-observable-client/${"2.37.0-main-b174a282d4a55296a00a00076f2ddff340316892"}`;
1656
+ var USER_AGENT = `osdk-client/${"2.37.0"}`;
1657
+ var OBSERVABLE_USER_AGENT = `osdk-observable-client/${"2.37.0"}`;
1658
1658
 
1659
1659
  // src/createMinimalClient.ts
1660
1660
  function createMinimalClient(metadata, baseUrl, tokenProvider, options = {}, fetchFn = global.fetch, objectSetFactory = chunkFUYQV7Z5_cjs.createObjectSet, createOntologyProviderFactory = createStandardOntologyProviderFactory) {
@@ -2411,5 +2411,5 @@ exports.createClient = createClient;
2411
2411
  exports.createClientFromContext = createClientFromContext;
2412
2412
  exports.createClientWithTransaction = createClientWithTransaction;
2413
2413
  exports.createOsdkObject = createOsdkObject;
2414
- //# sourceMappingURL=chunk-XNTKX42C.cjs.map
2415
- //# sourceMappingURL=chunk-XNTKX42C.cjs.map
2414
+ //# sourceMappingURL=chunk-6I6YOZ3F.cjs.map
2415
+ //# sourceMappingURL=chunk-6I6YOZ3F.cjs.map