Skip to content

Commit

Permalink
Version Packages (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 29, 2024
1 parent 833ade8 commit c302fea
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-avocados-juggle.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/hot-eyes-run.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @segment/analytics-node

## 2.0.0

### Major Changes

- [#935](https://github.com/segmentio/analytics-next/pull/935) [`833ade8`](https://github.com/segmentio/analytics-next/commit/833ade8571319a029f8e23511967ccb02d3496d4) Thanks [@MichaelGHSeg](https://github.com/MichaelGHSeg)! - Removing support for Node.js 14 and 16 as they are EOL

* [#935](https://github.com/segmentio/analytics-next/pull/935) [`833ade8`](https://github.com/segmentio/analytics-next/commit/833ade8571319a029f8e23511967ccb02d3496d4) Thanks [@MichaelGHSeg](https://github.com/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
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-node",
"version": "1.3.0",
"version": "2.0.0",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/src/generated/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is generated.
export const version = '1.3.0'
export const version = '2.0.0'

0 comments on commit c302fea

Please sign in to comment.