From 3bbada2a8d3f53d5dd8631a1a6a56f229069d288 Mon Sep 17 00:00:00 2001 From: amplitude-sdk-bot Date: Thu, 26 Oct 2023 21:52:13 +0000 Subject: [PATCH] chore(release): publish v1.7.8 --- CHANGELOG.md | 11 +++++++++++ docs/classes/AmplitudeCookie.html | 8 ++++---- docs/classes/ExperimentClient.html | 8 ++++---- docs/classes/FlagConfigFetcher.html | 8 ++++---- docs/classes/FlagConfigPoller.html | 8 ++++---- docs/classes/InMemoryFlagConfigCache.html | 8 ++++---- docs/classes/LocalEvaluationClient.html | 8 ++++---- docs/classes/RemoteEvaluationClient.html | 8 ++++---- docs/index.html | 8 ++++---- docs/interfaces/FlagConfigCache.html | 8 ++++---- docs/types/AssignmentConfig.html | 8 ++++---- docs/types/ExperimentConfig.html | 8 ++++---- docs/types/ExperimentUser.html | 8 ++++---- docs/types/FetchOptions.html | 8 ++++---- docs/types/FlagConfig.html | 8 ++++---- docs/types/LocalEvaluationConfig.html | 8 ++++---- docs/types/RemoteEvaluationConfig.html | 8 ++++---- docs/types/Variant.html | 8 ++++---- docs/types/Variants.html | 8 ++++---- docs/variables/Defaults.html | 8 ++++---- docs/variables/Experiment.html | 8 ++++---- docs/variables/RemoteEvaluationDefaults.html | 8 ++++---- lerna.json | 2 +- packages/node/CHANGELOG.md | 11 +++++++++++ packages/node/package.json | 2 +- packages/ssr-demo/CHANGELOG.md | 8 ++++++++ packages/ssr-demo/package.json | 4 ++-- 27 files changed, 118 insertions(+), 88 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 160a1b7..abc4850 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.8](https://github.com/amplitude/experiment-node-server/compare/v1.7.7...v1.7.8) (2023-10-26) + + +### Bug Fixes + +* update analytics node sdk version ([03b7617](https://github.com/amplitude/experiment-node-server/commit/03b76171ad771d71f8f03719809404fd3550d302)) + + + + + ## [1.7.7](https://github.com/amplitude/experiment-node-server/compare/v1.7.6...v1.7.7) (2023-10-25) diff --git a/docs/classes/AmplitudeCookie.html b/docs/classes/AmplitudeCookie.html index 156e5d8..99c8d32 100644 --- a/docs/classes/AmplitudeCookie.html +++ b/docs/classes/AmplitudeCookie.html @@ -1,4 +1,4 @@ -AmplitudeCookie | Experiment JS Server Documentation - v1.7.7
+AmplitudeCookie | Experiment JS Server Documentation - v1.7.8
  • Preparing search index...
  • -
  • The search index is not available
Experiment JS Server Documentation - v1.7.7
+
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.8
    @@ -128,7 +128,7 @@

    Theme

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

    Theme

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

    Theme

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

    Theme

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

    Theme

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

    Theme

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

    Theme

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

    Experiment JS Server Documentation - v1.7.7

    +

    Experiment JS Server Documentation - v1.7.8

    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.7 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.8
    @@ -141,7 +141,7 @@

    Theme

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

    Theme

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

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.7 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.8
    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.7 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.8
    FetchOptions: {
        flagKeys?: string[];
    }
    @@ -42,7 +42,7 @@

    Theme

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

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.7 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.8
    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.7 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.8
    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.7 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.8
    Variant: {
        payload?: any;
        value: string;
    }
    @@ -44,7 +44,7 @@

    Theme

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

    Theme

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

    Theme

    @@ -6,13 +6,13 @@
    Experiment JS Server Documentation - v1.7.7 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.8
    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.7 +
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.8
    RemoteEvaluationDefaults: RemoteEvaluationConfig = ...
    @@ -83,7 +83,7 @@

    Theme