diff --git a/CHANGELOG.md b/CHANGELOG.md index d11f034..ef1a755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.7.2](https://github.com/amplitude/experiment-node-server/compare/v1.7.1...v1.7.2) (2023-08-14) + + +### Bug Fixes + +* Assignment should use relative imports ([#28](https://github.com/amplitude/experiment-node-server/issues/28)) ([bdb9703](https://github.com/amplitude/experiment-node-server/commit/bdb9703abe0252719760ed732f37329746167c15)) + + + + + ## [1.7.1](https://github.com/amplitude/experiment-node-server/compare/v1.7.0...v1.7.1) (2023-08-09) **Note:** Version bump only for package experiment-node-server-root diff --git a/docs/classes/AmplitudeCookie.html b/docs/classes/AmplitudeCookie.html index 71a2cd9..4f7c912 100644 --- a/docs/classes/AmplitudeCookie.html +++ b/docs/classes/AmplitudeCookie.html @@ -1,4 +1,4 @@ -AmplitudeCookie | Experiment JS Server Documentation - v1.7.1
+AmplitudeCookie | Experiment JS Server Documentation - v1.7.2
  • Preparing search index...
  • -
  • The search index is not available
Experiment JS Server Documentation - v1.7.1
+
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.2
    @@ -116,7 +116,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.1 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.2
    @@ -97,7 +97,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.1 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.2
    @@ -105,7 +105,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.1 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.2
    @@ -150,7 +150,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.1 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.2
    @@ -164,7 +164,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.1 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.2
    @@ -133,7 +133,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.1 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.2
    @@ -100,7 +100,7 @@

    Theme

    @@ -6,12 +6,12 @@
    Experiment JS Server Documentation - v1.7.1 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.2
    -

    Experiment JS Server Documentation - v1.7.1

    +

    Experiment JS Server Documentation - v1.7.2

    This is the API Reference for the Experiment Node.js Server SDK. For more details on implementing this SDK, view the [documentation] @@ -69,7 +69,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.1 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.2
    @@ -141,7 +141,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.1 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.2
    AssignmentConfig: {
        apiKey: string;
        cacheCapacity?: number;
    } & NodeOptions
    @@ -33,7 +33,7 @@

    Theme

    @@ -6,13 +6,13 @@ Experiment JS Server Documentation - v1.7.1 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.2
    ExperimentConfig: RemoteEvaluationConfig
    @@ -36,7 +36,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.1 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.2
    ExperimentUser: {
        carrier?: string;
        city?: string;
        country?: string;
        device_brand?: string;
        device_id?: string;
        device_manufacturer?: string;
        device_model?: string;
        dma?: string;
        group_properties?: {
            [groupType: string]: {
                [groupName: string]: {
                    [propertyName: string]: string | number | boolean | (string | number | boolean)[];
                };
            };
        };
        groups?: {
            [groupType: string]: string[];
        };
        language?: string;
        library?: string;
        os?: string;
        platform?: string;
        region?: string;
        user_id?: string;
        user_properties?: {
            [propertyName: string]: string | number | boolean | (string | number | boolean)[];
        };
        version?: string;
    }
    @@ -124,7 +124,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.1 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.2
    FetchOptions: {
        flagKeys?: string[];
    }
    @@ -42,7 +42,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.1 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.2
    FlagConfig: Record<string, unknown>
    @@ -37,7 +37,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.1 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.2
    LocalEvaluationConfig: {
        assignmentConfig?: AssignmentConfig;
        bootstrap?: Record<string, FlagConfig>;
        debug?: boolean;
        flagConfigPollingIntervalMillis?: number;
        httpAgent?: https.Agent;
        serverUrl?: string;
    }
    @@ -67,7 +67,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.1 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.2
    RemoteEvaluationConfig: {
        debug?: boolean;
        fetchRetries?: number;
        fetchRetryBackoffMaxMillis?: number;
        fetchRetryBackoffMinMillis?: number;
        fetchRetryBackoffScalar?: number;
        fetchRetryTimeoutMillis?: number;
        fetchTimeoutMillis?: number;
        httpAgent?: https.Agent;
        serverUrl?: string;
    }
    @@ -74,7 +74,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.1 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.2
    Variant: {
        payload?: any;
        value: string;
    }
    @@ -44,7 +44,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.1 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.2
    Variants: {
        [flagKey: string]: Variant;
    }
    @@ -38,7 +38,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.1 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.2
    Defaults: ExperimentConfig = ...
    @@ -36,7 +36,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.1 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.2
    Experiment: {
        initialize: ((apiKey: string, config?: RemoteEvaluationConfig) => ExperimentClient);
        initializeLocal: ((apiKey: string, config?: LocalEvaluationConfig) => LocalEvaluationClient);
        initializeRemote: ((apiKey: string, config?: RemoteEvaluationConfig) => RemoteEvaluationClient);
    } = ...
    @@ -110,7 +110,7 @@

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.1 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.2
    RemoteEvaluationDefaults: RemoteEvaluationConfig = ...
    @@ -83,7 +83,7 @@

    Theme