Skip to content
Open
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.6.0 - Jun 1, 2026

> [!WARNING]
> This release of `vss-client-ng` requires a corresponding upgrade to `vss-server`. `vss-server`
> should be upgraded first to at least commit `f728209e2f7ad4dc146b1f90d6081e1226705a8f`, then
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, shouldn't we rather just cut a vss-server 0.1 soon/now and then have the client depend on it rather than on some arbitrary revision?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the java version then cut a release ? I was hoping to merge a usage-limits fix before doing the first release of vss-server.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upon further thought you are right, I think we can drop the java implementation, and tag v0.1.0-alpha.1 on vss-server what do you think ?

Copy link
Copy Markdown
Contributor

@tnull tnull Jun 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upon further thought you are right, I think we can drop the java implementation, and tag v0.1.0-alpha.1 on vss-server what do you think ?

Sounds good to me. IMO the limits could also be a patch release (assuming API doesn't break), but up to you.

> `vss-client-ng` should be upgraded to this release.

## Features and API updates
- Assert the VSS protocol version matches (#61).

In total, this release features 7 files changed, 93 insertions, 29 deletions from 1 author:
- Leo Nash

# 0.5.0 - Feb 20, 2026

## Features and API updates
Expand Down
Loading