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
22 changes: 0 additions & 22 deletions .changeset/per-send-from-overrides.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/nextjs-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @senderkit-examples/nextjs-basic

## 0.0.13

### Patch Changes

- Updated dependencies [9a0b124]
- @senderkit/sdk@0.12.0

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@senderkit-examples/nextjs-basic",
"version": "0.0.12",
"version": "0.0.13",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions examples/node-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @senderkit-examples/node-basic

## 0.0.13

### Patch Changes

- Updated dependencies [9a0b124]
- @senderkit/sdk@0.12.0

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/node-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@senderkit-examples/node-basic",
"version": "0.0.12",
"version": "0.0.13",
"private": true,
"type": "module",
"scripts": {
Expand Down
25 changes: 25 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @senderkit/cli

## 0.7.0

### Minor Changes

- 9a0b124: Add per-send From overrides on email sends, identical on templated and raw sends.
- **`from`** — optional From **address** override (bare address). Previously
available on `sendRaw` only; now also accepted on `send` (templated).
- **`fromName`** — new on both `send` and `sendRaw`: optional From **display
name** override, rendered by the sender as `Name <address>`. Max 128
characters; no control characters or angle brackets.

Either field can be set on its own; both fall back to the provider connection's
configured values. On managed sending the `from` address is honored only on the
workspace's verified sending domain, while `fromName` always applies.
- **SDK:** `from` / `fromName` added to `SendRequest` and `fromName` to
`SendRawEmailRequest`; both forwarded to `/v1/send`.
- **MCP:** `senderkit_send` and `senderkit_send_raw` gain `from` / `fromName`
inputs.
- **CLI:** `senderkit send` and `senderkit send-raw` gain `--from` / `--from-name`.

### Patch Changes

- Updated dependencies [9a0b124]
- @senderkit/sdk@0.12.0

## 0.6.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@senderkit/cli",
"version": "0.6.4",
"version": "0.7.0",
"description": "SenderKit command-line interface and MCP server — send notifications and inspect templates/messages from your terminal or AI assistant.",
"license": "MIT",
"homepage": "https://github.com/senderkit/senderkit-sdk#readme",
Expand Down
20 changes: 20 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @senderkit/sdk

## 0.12.0

### Minor Changes

- 9a0b124: Add per-send From overrides on email sends, identical on templated and raw sends.
- **`from`** — optional From **address** override (bare address). Previously
available on `sendRaw` only; now also accepted on `send` (templated).
- **`fromName`** — new on both `send` and `sendRaw`: optional From **display
name** override, rendered by the sender as `Name <address>`. Max 128
characters; no control characters or angle brackets.

Either field can be set on its own; both fall back to the provider connection's
configured values. On managed sending the `from` address is honored only on the
workspace's verified sending domain, while `fromName` always applies.
- **SDK:** `from` / `fromName` added to `SendRequest` and `fromName` to
`SendRawEmailRequest`; both forwarded to `/v1/send`.
- **MCP:** `senderkit_send` and `senderkit_send_raw` gain `from` / `fromName`
inputs.
- **CLI:** `senderkit send` and `senderkit send-raw` gain `--from` / `--from-name`.

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@senderkit/sdk",
"version": "0.11.0",
"version": "0.12.0",
"description": "Official TypeScript SDK for SenderKit — notification infrastructure for modern SaaS apps.",
"license": "MIT",
"homepage": "https://github.com/senderkit/senderkit-sdk#readme",
Expand Down