-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## Highlights | ||
|
||
Builtin Nushell commands: | ||
|
||
- .cat: added, not follow features though | ||
- .head: added | ||
- .append: binary support | ||
- embedded Nushell version is now: 0.99.1 | ||
|
||
CLI / xs.nu: | ||
|
||
- `xs pipe`: added | ||
- `xs get`: added | ||
- `xs head`: added | ||
|
||
Performance / Fixes: | ||
|
||
- @marvin-j97 added a secondary index for topic to better support `.head <topic>` operations ✨ | ||
- replaying frames for new subscribers: Better, Faster, Stronger | ||
|
||
raw commit messages: | ||
|
||
- chore: bump Nushell dependency to 0.99.1 | ||
- fix(nu/commands/append): add support for ByteStream inputs | ||
- feat(nu): add .cat command to read event stream with limit and last-id support | ||
- feat(cli): expose `xs pipe` cli command | ||
- feat(nu): add .head command to get most recent frame for topic | ||
- feat: topic secondary index (#19) | ||
- fix: replaying history to new subscribers (#18) | ||
- feat(cli): add `xs get` command to get frame by id | ||
- feat(cli): add `xs head` command to get head frame for topic | ||
- feat(http): detect http client disconnect & emit disconnect events for streaming responses | ||
- fix: prevent stateless handlers from processing their own frames |