From 0518c3a469cffff42d4b4a5c5ca0428bc4ce2779 Mon Sep 17 00:00:00 2001 From: amplitude-sdk-bot Date: Fri, 9 Sep 2022 20:53:14 +0000 Subject: [PATCH] chore(release): publish v1.2.0 --- 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/ExperimentConfig.html | 8 ++++---- docs/types/ExperimentUser.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 ++-- 25 files changed, 110 insertions(+), 80 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc8eabc..0277d7f 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.2.0](https://github.com/amplitude/experiment-node-server/compare/v1.1.1...v1.2.0) (2022-09-09) + + +### Features + +* add local evaluation library header ([#8](https://github.com/amplitude/experiment-node-server/issues/8)) ([098b1b8](https://github.com/amplitude/experiment-node-server/commit/098b1b8dd1037e207bac7d3586a67c7a1bf3e134)) + + + + + ## [1.1.1](https://github.com/amplitude/experiment-node-server/compare/v1.1.0...v1.1.1) (2022-09-01) diff --git a/docs/classes/AmplitudeCookie.html b/docs/classes/AmplitudeCookie.html index ad46ca7..4a2fbcb 100644 --- a/docs/classes/AmplitudeCookie.html +++ b/docs/classes/AmplitudeCookie.html @@ -1,16 +1,16 @@ -AmplitudeCookie | Experiment JS Server Documentation - v1.1.1
+AmplitudeCookie | Experiment JS Server Documentation - v1.2.0
+
  • The search index is not available
  • Experiment JS Server Documentation - v1.2.0
    @@ -114,7 +114,7 @@

    Theme

    • Preparing search index...
    • -
    • The search index is not available
    Experiment JS Server Documentation - v1.1.1
    +
  • The search index is not available
  • Experiment JS Server Documentation - v1.2.0
    @@ -91,7 +91,7 @@

    Theme

    Experiment JS Server Documentation - v1.1.1
    +
  • The search index is not available
  • Experiment JS Server Documentation - v1.2.0
    @@ -80,7 +80,7 @@

    Theme

    Experiment JS Server Documentation - v1.1.1
    +
  • The search index is not available
  • Experiment JS Server Documentation - v1.2.0
    @@ -148,7 +148,7 @@

    Theme

    Experiment JS Server Documentation - v1.1.1
    +
  • The search index is not available
  • Experiment JS Server Documentation - v1.2.0
    @@ -162,7 +162,7 @@

    Theme

    Experiment JS Server Documentation - v1.1.1
    +
  • The search index is not available
  • Experiment JS Server Documentation - v1.2.0
    @@ -131,7 +131,7 @@

    Theme

    Experiment JS Server Documentation - v1.1.1
    +
  • The search index is not available
  • Experiment JS Server Documentation - v1.2.0
    @@ -94,7 +94,7 @@

    Theme

    Experiment JS Server Documentation - v1.1.1
    +
  • The search index is not available
  • Experiment JS Server Documentation - v1.2.0
    -

    Experiment JS Server Documentation - v1.1.1

    +

    Experiment JS Server Documentation - v1.2.0

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

    Theme

    • Preparing search index...
    • -
    • The search index is not available
    Experiment JS Server Documentation - v1.1.1
    +
  • The search index is not available
  • Experiment JS Server Documentation - v1.2.0
    @@ -139,7 +139,7 @@

    Theme

    Experiment JS Server Documentation - v1.1.1
    +
  • The search index is not available
  • Experiment JS Server Documentation - v1.2.0
    ExperimentConfig: RemoteEvaluationConfig
    @@ -34,7 +34,7 @@

    Theme

    Experiment JS Server Documentation - v1.1.1
    +
  • The search index is not available
  • Experiment JS Server Documentation - v1.2.0
    ExperimentUser: { carrier?: string; city?: string; country?: string; device_brand?: string; device_id?: string; device_manufacturer?: string; device_model?: string; dma?: 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 }
    @@ -106,7 +106,7 @@

    Theme

    Experiment JS Server Documentation - v1.1.1
    +
  • The search index is not available
  • Experiment JS Server Documentation - v1.2.0
    FlagConfig: Record<string, unknown>
    @@ -35,7 +35,7 @@

    Theme

    Experiment JS Server Documentation - v1.1.1
    +
  • The search index is not available
  • Experiment JS Server Documentation - v1.2.0
    LocalEvaluationConfig: { bootstrap?: Record<string, FlagConfig>; debug?: boolean; flagConfigPollingIntervalMillis?: number; httpAgent?: https.Agent; serverUrl?: string }
    @@ -60,7 +60,7 @@

    Theme

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

    Theme

    Experiment JS Server Documentation - v1.1.1
    +
  • The search index is not available
  • Experiment JS Server Documentation - v1.2.0
    Variant: { payload?: any; value: string }
    @@ -42,7 +42,7 @@

    Theme

    Experiment JS Server Documentation - v1.1.1
    +
  • The search index is not available
  • Experiment JS Server Documentation - v1.2.0
    Variants: { [flagKey: string]: Variant }
    @@ -36,7 +36,7 @@

    Theme

    Experiment JS Server Documentation - v1.1.1
    +
  • The search index is not available
  • Experiment JS Server Documentation - v1.2.0
    Defaults: ExperimentConfig = ...
    @@ -34,7 +34,7 @@

    Theme

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

    Theme

    Experiment JS Server Documentation - v1.1.1
    +
  • The search index is not available
  • Experiment JS Server Documentation - v1.2.0
    RemoteEvaluationDefaults: RemoteEvaluationConfig = ...
    @@ -81,7 +81,7 @@

    Theme