Skip to content

Commit

Permalink
Release prep for 2.0.0-alpha.7 (#172)
Browse files Browse the repository at this point in the history
* Release prep for 2.0.0-alpha.7

* Initial Service API implementation (#165)

* Readme update
  • Loading branch information
mtmk authored Oct 27, 2023
1 parent f6f8fab commit f26d41c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ NATS.NET V2 is a [NATS](https://nats.io) client for the modern [.NET](https://do
## Preview

The NATS.NET V2 client is in preview and not recommended for production use yet.
Codebase is still under heavy development and we currently implemented [Core NATS](https://docs.nats.io/nats-concepts/core-nats)
and basic [JetStream](https://docs.nats.io/nats-concepts/jetstream) features.
Codebase is still under development and we implemented majority of the NATS APIs
including [Core NATS](https://docs.nats.io/nats-concepts/core-nats), most of [JetStream](https://docs.nats.io/nats-concepts/jetstream) features, as well as main
features of Object Store, Key/Value Store and Services.

Please test and provide feedback:

Expand All @@ -30,6 +31,9 @@ Check out the [documentation](https://nats-io.github.io/nats.net.v2/) for guides
- **NATS.Client.Core**: [Core NATS](https://docs.nats.io/nats-concepts/core-nats)
- **NATS.Client.Hosting**: extension to configure DI container
- **NATS.Client.JetStream**: [JetStream](https://docs.nats.io/nats-concepts/jetstream)
- **NATS.Client.KeyValueStore**: [Key/Value Store](https://docs.nats.io/nats-concepts/jetstream/key-value-store)
- **NATS.Client.ObjectStore**: [Object Store](https://docs.nats.io/nats-concepts/jetstream/obj_store)
- **NATS.Client.Services**: [Services](https://docs.nats.io/using-nats/developer/services)

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-alpha.6
2.0.0-alpha.7

0 comments on commit f26d41c

Please sign in to comment.