Skip to content

Latest commit

 

History

History
98 lines (57 loc) · 5.37 KB

CHANGELOG.md

File metadata and controls

98 lines (57 loc) · 5.37 KB

@segment/analytics-node

2.1.0

Minor Changes

  • #1043 95fd2fd Thanks @silesky! - This ensures backward compatibility with analytics-node by modifying '@segment/analytics-core'. Specifically, the changes prevent the generation of a messageId if it is already set. This adjustment aligns with the behavior outlined in analytics-node's source code here.

    While this is a core release, only the node library is affected, as the browser has its own EventFactory atm.

Patch Changes

  • Updated dependencies [95fd2fd, d212633]:
    • @segment/analytics-core@1.5.0
    • @segment/analytics-generic-utils@1.2.0

2.0.0

Major Changes

  • #935 833ade8 Thanks @MichaelGHSeg! - Support for Segment OAuth2

    OAuth2 must be enabled from the Segment dashboard. You will need a PEM format private/public key pair. Once you've uploaded your public key, you will need the OAuth Client Id, the Key Id, and your private key. You can set these in the new OAuthSettings type and provide it in your Analytics configuration.

    Note: This introduces a breaking change only if you have implemented a custom HTTPClient. HTTPClientRequest data: Record<string, any> has changed to body: string. Processing data into a string now occurs before calls to makeRequest

1.3.0

Minor Changes

1.2.0

Minor Changes

  • #1015 8fbe1a0 Thanks @silesky! - Deprecate maxEventsInBatch in favor of our commonly used: flushAt. The purpose is to establish consistency between our SDKs, regardless of language.

Patch Changes

  • Updated dependencies [7b93e7b]:
    • @segment/analytics-generic-utils@1.1.1
    • @segment/analytics-core@1.4.1

1.1.4

Patch Changes

  • Updated dependencies [d9b47c4, d9b47c4]:
    • @segment/analytics-core@1.4.0
    • @segment/analytics-generic-utils@1.1.0

1.1.3

Patch Changes

  • #974 c879377 Thanks @silesky! - Refactor to get createDeferred from @segment/analytics-generic-utils lib

  • Updated dependencies [c879377]:

    • @segment/analytics-generic-utils@1.0.0

1.1.2

Patch Changes

  • Updated dependencies [897f4cc]:
    • @segment/analytics-core@1.3.2

1.1.1

Patch Changes

1.1.0

Minor Changes

  • #880 5f50363 Thanks @silesky! - Add httpClient setting. This allow users to override default HTTP client with a custom one.

1.0.0

Patch Changes