Skip to content
Open
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
5 changes: 0 additions & 5 deletions .changeset/branded-discord-ids.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/channel-obfuscation.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/channel-permissions-for.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-error-logs.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/crisp-views-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/default-console-logger.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dependency-diet-native-websocket.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/falsy-command-options.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/frank-ways-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gateway-require-guard.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/grumpy-jars-stop.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/lazy-bots-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/opt-in-entity-cache.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plain-berries-write.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-prunes-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-tips-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sfw-commands-age-restrict.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-voices-listen.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/carbon-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @buape/carbon-testing

## 0.1.0

### Minor Changes

- [#398](https://github.com/buape/carbon/pull/398) [`a608d3f`](https://github.com/buape/carbon/commit/a608d3ffd84aa5a9500672052f67a6aeacd06f66) - feat: add a testing package to carbon's suite

## 0.0.0-beta-20260706053143

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/carbon-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buape/carbon-testing",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"main": "./dist/src/index.js",
"repository": {
Expand Down
44 changes: 44 additions & 0 deletions packages/carbon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# @buape/carbon

## 0.17.0

### Minor Changes

- [#412](https://github.com/buape/carbon/pull/412) [`b95d3cd`](https://github.com/buape/carbon/commit/b95d3cd17c039956c65b542e3d469bf89732e12c) - feat: add branded discord ids

- [#409](https://github.com/buape/carbon/pull/409) [`0879188`](https://github.com/buape/carbon/commit/0879188a71d50567ffea51368e12a97846ede33a) - feat: add channel permission overwrite resolution

- [`edd49ed`](https://github.com/buape/carbon/commit/edd49edbb22bd294f90153fc51f9e994b5e10f2d) - feat: improve Discord API error detail formatting

- [`845c168`](https://github.com/buape/carbon/commit/845c1685be1e52008ed7c7840b357f90bb911ca6) - feat: support file types in attachment options and fileupload components

- [`edd49ed`](https://github.com/buape/carbon/commit/edd49edbb22bd294f90153fc51f9e994b5e10f2d) - feat: add configurable Carbon logger

- [`0cc97d9`](https://github.com/buape/carbon/commit/0cc97d97f8e90b0d8e61894df1f378312498d6bf) - feat: add the new search messages endpoint

- [`f73db1f`](https://github.com/buape/carbon/commit/f73db1ff3f8494b440b83b61d8d7e488b75cb0e8) - feat: derive client metadata from bot token

warning: `this.client.options.clientId` and `this.client.options.publicKey` will be removed in a future release; use `this.client.clientId` and `this.client.publicKey` instead

- [#395](https://github.com/buape/carbon/pull/395) [`ab335d4`](https://github.com/buape/carbon/commit/ab335d475e4e4fbeb1230c9f2f7a92dd1a75737f) - feat: add opt-in entity caching

- [#404](https://github.com/buape/carbon/pull/404) [`2d7b3f6`](https://github.com/buape/carbon/commit/2d7b3f6eb6e9b0a6767a1a1c5c57a3b9a89d1d9e) - feat: add Redis Streams gateway forwarder/receiver plugins Thanks [@avasilic](https://github.com/avasilic)!

- [`38434be`](https://github.com/buape/carbon/commit/38434be308ebff8455e020b7e439318ebd20d952) - feat: add guild prune members endpoint

- [`cada33e`](https://github.com/buape/carbon/commit/cada33e9bf431afa0ae61140a64923918d2290c8) - feat: add NSFW command registration support

- [`c9fa12f`](https://github.com/buape/carbon/commit/c9fa12fd84de6a550de4da63403e38eba9206fb2) - feat: add listeners for channel info and voice channel metadata events

### Patch Changes

- [#405](https://github.com/buape/carbon/pull/405) [`2e6c761`](https://github.com/buape/carbon/commit/2e6c76105a2c513ed5d7addf7c6509b078072871) - feat: add channel obfuscation support Thanks [@rubyrunsstuff](https://github.com/rubyrunsstuff)!

- [`d3e5858`](https://github.com/buape/carbon/commit/d3e58583f7c59f9a681c5a97d6dee60746567d1c) - chore: Use the runtime-native WebSocket implementation on Node 24+, make voice/runtime type packages optional peers, and remove tsc-watch from generated Node projects.

- [`cdf7b19`](https://github.com/buape/carbon/commit/cdf7b19ecfc54cf4ef7bfae8f44d829e96f2facc) - fix: handle falsy command option values

- [`74d6b4d`](https://github.com/buape/carbon/commit/74d6b4dc8906cf4f6f62bec5124d8dfb25804e4e) - Guard gateway `createRequire(import.meta.url)` initialization so Cloudflare Worker deploy validation does not crash when `import.meta.url` is unavailable.

- [#398](https://github.com/buape/carbon/pull/398) [`a608d3f`](https://github.com/buape/carbon/commit/a608d3ffd84aa5a9500672052f67a6aeacd06f66) - feat: add a testing package to carbon's suite

- [`be6593d`](https://github.com/buape/carbon/commit/be6593d4d9bcb91c459b006da6c4dc208da05f7b) - feat: add resolved channel app permissions typing

## 0.16.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/carbon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buape/carbon",
"version": "0.16.0",
"version": "0.17.0",
"type": "module",
"main": "./dist/src/index.js",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/create-carbon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# create-carbon

## 0.8.1

### Patch Changes

- [`d3e5858`](https://github.com/buape/carbon/commit/d3e58583f7c59f9a681c5a97d6dee60746567d1c) - chore: Use the runtime-native WebSocket implementation on Node 24+, make voice/runtime type packages optional peers, and remove tsc-watch from generated Node projects.

- [`f73db1f`](https://github.com/buape/carbon/commit/f73db1ff3f8494b440b83b61d8d7e488b75cb0e8) - feat: derive client metadata from bot token

warning: `this.client.options.clientId` and `this.client.options.publicKey` will be removed in a future release; use `this.client.clientId` and `this.client.publicKey` instead

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-carbon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-carbon",
"version": "0.8.0",
"version": "0.8.1",
"type": "module",
"main": "./dist/src/index.js",
"scripts": {
Expand Down
Loading