From ff19b1ddf9f430c35e70f86b2391fa8ba291dec4 Mon Sep 17 00:00:00 2001 From: amplitude-sdk-bot Date: Tue, 19 Sep 2023 18:19:31 +0000 Subject: [PATCH] chore(release): publish v1.7.4 --- 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 75a398b..d7bfd81 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.4](https://github.com/amplitude/experiment-node-server/compare/v1.7.3...v1.7.4) (2023-09-19) + + +### Bug Fixes + +* don't track empty assignment events ([#31](https://github.com/amplitude/experiment-node-server/issues/31)) ([53f3506](https://github.com/amplitude/experiment-node-server/commit/53f35068af55c09cb5b34f6cf0a013b79ef8c3c6)) + + + + + ## [1.7.3](https://github.com/amplitude/experiment-node-server/compare/v1.7.2...v1.7.3) (2023-08-24) diff --git a/docs/classes/AmplitudeCookie.html b/docs/classes/AmplitudeCookie.html index 90a3890..2f17021 100644 --- a/docs/classes/AmplitudeCookie.html +++ b/docs/classes/AmplitudeCookie.html @@ -1,4 +1,4 @@ -AmplitudeCookie | Experiment JS Server Documentation - v1.7.3
+AmplitudeCookie | Experiment JS Server Documentation - v1.7.4
  • Preparing search index...
  • -
  • The search index is not available
Experiment JS Server Documentation - v1.7.3
+
  • The search index is not available
  • Experiment JS Server Documentation - v1.7.4
    @@ -116,7 +116,7 @@

    Theme

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

    Theme

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

    Theme

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

    Theme

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

    Theme

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

    Theme

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

    Theme

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

    Experiment JS Server Documentation - v1.7.3

    +

    Experiment JS Server Documentation - v1.7.4

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

    Theme

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

    Theme

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

    Theme

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

    Theme

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

    Theme

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

    Theme

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

    Theme

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

    Theme

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

    Theme