Skip to content

Commit c302fea

Browse files
Version Packages (#1031)
1 parent 833ade8 commit c302fea

File tree

5 files changed

+20
-22
lines changed

5 files changed

+20
-22
lines changed

.changeset/empty-avocados-juggle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/hot-eyes-run.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/node/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @segment/analytics-node
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#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
8+
9+
* [#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
10+
11+
OAuth2 must be enabled from the Segment dashboard. You will need a PEM format
12+
private/public key pair. Once you've uploaded your public key, you will need
13+
the OAuth Client Id, the Key Id, and your private key. You can set these in
14+
the new OAuthSettings type and provide it in your Analytics configuration.
15+
16+
Note: This introduces a breaking change only if you have implemented a custom
17+
HTTPClient. HTTPClientRequest `data: Record<string, any>` has changed to
18+
`body: string`. Processing data into a string now occurs before calls to
19+
`makeRequest`
20+
321
## 1.3.0
422

523
### Minor Changes

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-node",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"main": "./dist/cjs/index.js",
55
"module": "./dist/esm/index.js",
66
"types": "./dist/types/index.d.ts",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is generated.
2-
export const version = '1.3.0'
2+
export const version = '2.0.0'

0 commit comments

Comments
 (0)