diff --git a/CHANGELOG.md b/CHANGELOG.md index 0277d7f..1037f0a 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.1](https://github.com/amplitude/experiment-node-server/compare/v1.2.0...v1.2.1) (2022-10-05) + + +### Bug Fixes + +* catch and log error from flag config poller request ([#10](https://github.com/amplitude/experiment-node-server/issues/10)) ([6e6b051](https://github.com/amplitude/experiment-node-server/commit/6e6b05105de7be197472584bd5a0635e9e001e06)) + + + + + # [1.2.0](https://github.com/amplitude/experiment-node-server/compare/v1.1.1...v1.2.0) (2022-09-09) diff --git a/docs/classes/AmplitudeCookie.html b/docs/classes/AmplitudeCookie.html index 4a2fbcb..1092429 100644 --- a/docs/classes/AmplitudeCookie.html +++ b/docs/classes/AmplitudeCookie.html @@ -1,16 +1,16 @@ -AmplitudeCookie | Experiment JS Server Documentation - v1.2.0
+AmplitudeCookie | Experiment JS Server Documentation - v1.2.1
+
  • The search index is not available
  • Experiment JS Server Documentation - v1.2.1
    @@ -114,7 +114,7 @@

    Theme

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

    Theme

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

    Theme

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

    Theme

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

    Theme

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

    Theme

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

    Theme

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

    Experiment JS Server Documentation - v1.2.0

    +

    Experiment JS Server Documentation - v1.2.1

    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

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

    Theme

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

    Theme

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

    Theme

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

    Theme

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

    Theme

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

    Theme

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

    Theme

    Experiment JS Server Documentation - v1.2.0
    +
  • The search index is not available
  • Experiment JS Server Documentation - v1.2.1
    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.2.0
    +
  • The search index is not available
  • Experiment JS Server Documentation - v1.2.1
    RemoteEvaluationDefaults: RemoteEvaluationConfig = ...
    @@ -81,7 +81,7 @@

    Theme