@fluidframework/container-runtime 2.0.0-internal.3.1.0 → 2.0.0-internal.3.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/container-runtime",
3
- "version": "2.0.0-internal.3.1.0",
3
+ "version": "2.0.0-internal.3.1.1",
4
4
  "description": "Fluid container runtime",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -65,19 +65,19 @@
65
65
  "dependencies": {
66
66
  "@fluidframework/common-definitions": "^0.20.1",
67
67
  "@fluidframework/common-utils": "^1.0.0",
68
- "@fluidframework/container-definitions": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
69
- "@fluidframework/container-runtime-definitions": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
70
- "@fluidframework/container-utils": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
71
- "@fluidframework/core-interfaces": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
72
- "@fluidframework/datastore": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
73
- "@fluidframework/driver-definitions": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
74
- "@fluidframework/driver-utils": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
75
- "@fluidframework/garbage-collector": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
68
+ "@fluidframework/container-definitions": ">=2.0.0-internal.3.1.1 <2.0.0-internal.4.0.0",
69
+ "@fluidframework/container-runtime-definitions": ">=2.0.0-internal.3.1.1 <2.0.0-internal.4.0.0",
70
+ "@fluidframework/container-utils": ">=2.0.0-internal.3.1.1 <2.0.0-internal.4.0.0",
71
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.3.1.1 <2.0.0-internal.4.0.0",
72
+ "@fluidframework/datastore": ">=2.0.0-internal.3.1.1 <2.0.0-internal.4.0.0",
73
+ "@fluidframework/driver-definitions": ">=2.0.0-internal.3.1.1 <2.0.0-internal.4.0.0",
74
+ "@fluidframework/driver-utils": ">=2.0.0-internal.3.1.1 <2.0.0-internal.4.0.0",
75
+ "@fluidframework/garbage-collector": ">=2.0.0-internal.3.1.1 <2.0.0-internal.4.0.0",
76
76
  "@fluidframework/protocol-base": "^0.1038.2000",
77
77
  "@fluidframework/protocol-definitions": "^1.1.0",
78
- "@fluidframework/runtime-definitions": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
79
- "@fluidframework/runtime-utils": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
80
- "@fluidframework/telemetry-utils": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
78
+ "@fluidframework/runtime-definitions": ">=2.0.0-internal.3.1.1 <2.0.0-internal.4.0.0",
79
+ "@fluidframework/runtime-utils": ">=2.0.0-internal.3.1.1 <2.0.0-internal.4.0.0",
80
+ "@fluidframework/telemetry-utils": ">=2.0.0-internal.3.1.1 <2.0.0-internal.4.0.0",
81
81
  "double-ended-queue": "^2.1.0-0",
82
82
  "events": "^3.1.0",
83
83
  "lz4js": "^0.2.0",
@@ -87,10 +87,10 @@
87
87
  "@fluid-tools/build-cli": "^0.9.0",
88
88
  "@fluidframework/build-common": "^1.1.0",
89
89
  "@fluidframework/build-tools": "^0.9.0",
90
- "@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.0.0-internal.3.0.0",
90
+ "@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.0.0-internal.3.0.1",
91
91
  "@fluidframework/eslint-config-fluid": "^2.0.0",
92
- "@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
93
- "@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
92
+ "@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.1.1 <2.0.0-internal.4.0.0",
93
+ "@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.1.1 <2.0.0-internal.4.0.0",
94
94
  "@microsoft/api-extractor": "^7.22.2",
95
95
  "@rushstack/eslint-config": "^2.5.1",
96
96
  "@types/double-ended-queue": "^2.1.0",
@@ -110,10 +110,10 @@
110
110
  "typescript": "~4.5.5"
111
111
  },
112
112
  "typeValidation": {
113
- "version": "2.0.0-internal.3.1.0",
113
+ "version": "2.0.0-internal.3.1.1",
114
114
  "previousVersionStyle": "~previousMinor",
115
115
  "baselineRange": ">=2.0.0-internal.3.0.0 <2.0.0-internal.3.1.0",
116
- "baselineVersion": "2.0.0-internal.3.0.0",
116
+ "baselineVersion": "2.0.0-internal.3.0.1",
117
117
  "broken": {
118
118
  "ClassDeclaration_ContainerRuntime": {
119
119
  "forwardCompat": false
@@ -71,7 +71,6 @@ import {
71
71
  gcTombstoneGenerationOptionName,
72
72
  } from "./garbageCollectionConstants";
73
73
  import { sendGCUnexpectedUsageEvent } from "./garbageCollectionHelpers";
74
- import { SweepReadyUsageDetectionHandler } from "./gcSweepReadyUsageDetection";
75
74
  import {
76
75
  getGCVersion,
77
76
  GCVersion,
@@ -517,9 +516,6 @@ export class GarbageCollector implements IGarbageCollector {
517
516
  };
518
517
  }
519
518
 
520
- /** Handler to respond to when a SweepReady object is used */
521
- private readonly sweepReadyUsageHandler: SweepReadyUsageDetectionHandler;
522
-
523
519
  protected constructor(createParams: IGarbageCollectorCreateParams) {
524
520
  this.runtime = createParams.runtime;
525
521
  this.isSummarizerClient = createParams.isSummarizerClient;
@@ -545,12 +541,6 @@ export class GarbageCollector implements IGarbageCollector {
545
541
  ? currentGCVersion
546
542
  : stableGCVersion;
547
543
 
548
- this.sweepReadyUsageHandler = new SweepReadyUsageDetectionHandler(
549
- createParams.getContainerDiagnosticId(),
550
- this.mc,
551
- this.runtime.closeFn,
552
- );
553
-
554
544
  let prevSummaryGCVersion: number | undefined;
555
545
 
556
546
  /**
@@ -1888,16 +1878,6 @@ export class GarbageCollector implements IGarbageCollector {
1888
1878
  this.mc.logger.sendErrorEvent(event);
1889
1879
  }
1890
1880
  }
1891
-
1892
- // If SweepReady Usage Detection is enabled, the handler may close the interactive container.
1893
- // Once Sweep is fully implemented, this will be removed since the objects will be gone
1894
- // and errors will arise elsewhere in the runtime
1895
- if (state === UnreferencedState.SweepReady) {
1896
- this.sweepReadyUsageHandler.usageDetectedInInteractiveClient({
1897
- ...propsToLog,
1898
- usageType,
1899
- });
1900
- }
1901
1881
  }
1902
1882
  }
1903
1883
 
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/container-runtime";
9
- export const pkgVersion = "2.0.0-internal.3.1.0";
9
+ export const pkgVersion = "2.0.0-internal.3.1.1";