Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/hip-socks-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/safe-user-agent.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
function addAppMetadata(__namedParameters): void;
```

Defined in: [packages/web-api/src/instrument.ts:31](https://github.com/slackapi/node-slack-sdk/blob/main/packages/web-api/src/instrument.ts#L31)
Defined in: [packages/web-api/src/instrument.ts:45](https://github.com/slackapi/node-slack-sdk/blob/main/packages/web-api/src/instrument.ts#L45)

Appends the app metadata into the User-Agent value

Expand Down
2 changes: 1 addition & 1 deletion docs/english/reference/web-api/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @slack/web-api v7.15.0
# @slack/web-api v7.15.1

## Enumerations

Expand Down
2 changes: 1 addition & 1 deletion docs/english/reference/webhook/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @slack/webhook v7.0.8
# @slack/webhook v7.0.9

## Enumerations

Expand Down
7 changes: 7 additions & 0 deletions packages/web-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @slack/web-api

## 7.15.1

### Patch Changes

- 3a9c444: build(deps): bump minimum axios version to 1.15.0
- 175dcb8: Fix user-agent header to URI-encode characters outside the Latin-1 range, preventing errors when `process.title` contains non-ASCII characters

## 7.15.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack/web-api",
"version": "7.15.0",
"version": "7.15.1",
"description": "Official library for using the Slack Platform's Web API",
"author": "Slack Technologies, LLC",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/webhook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @slack/webhook

## 7.0.9

### Patch Changes

- 3a9c444: build(deps): bump minimum axios version to 1.15.0

## 7.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webhook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack/webhook",
"version": "7.0.8",
"version": "7.0.9",
"description": "Official library for using the Slack Platform's Incoming Webhooks",
"author": "Slack Technologies, LLC",
"license": "MIT",
Expand Down