-
-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies and bump version to 0.5.7
Upgraded several dependencies in go.mod and go.sum, including `golang.org/x/net` and `golang.org/x/sync`. Adjusted the version references in the README and main codebase to reflect the new release version 0.5.7.
- Loading branch information
1 parent
b9a28c5
commit b17e0b6
Showing
4 changed files
with
68 additions
and
14 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ See [Docker](#docker) and [Samples](#samples) sections to get started! | |
|
||
Join our [Discord server!](https://discord.gg/ahK7Vjr8We) | ||
|
||
The current production version is [v0.5.4](https://github.com/buraksezer/olric/tree/release/v0.5.0#olric-) | ||
The current production version is [v0.5.7](https://github.com/buraksezer/olric/tree/release/v0.5.0#olric-) | ||
|
||
### About versions | ||
|
||
|
@@ -174,7 +174,7 @@ You also feel free to open an issue on GitHub to report bugs and share feature r | |
With a correctly configured Golang environment: | ||
|
||
``` | ||
go install github.com/buraksezer/olric/cmd/[email protected].4 | ||
go install github.com/buraksezer/olric/cmd/[email protected].7 | ||
``` | ||
|
||
Now you can start using Olric: | ||
|
@@ -212,7 +212,7 @@ OK | |
With olricd, you can create an Olric cluster with a few commands. This is how to install olricd: | ||
|
||
```bash | ||
go install github.com/buraksezer/olric/cmd/[email protected].4 | ||
go install github.com/buraksezer/olric/cmd/[email protected].7 | ||
``` | ||
|
||
Let's create a cluster with the following: | ||
|
@@ -281,7 +281,7 @@ this repository. `EmbeddedClient` provides a client implementation for [embedded | |
Obviously, you can use `ClusterClient` for your embedded-member deployments. But it's good to use `EmbeddedClient` provides | ||
a better performance due to localization of the queries. | ||
|
||
See the client documentation on [pkg.go.dev](https://pkg.go.dev/github.com/buraksezer/[email protected].4) | ||
See the client documentation on [pkg.go.dev](https://pkg.go.dev/github.com/buraksezer/[email protected].7) | ||
|
||
## Cluster Events | ||
|
||
|
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
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