Skip to content

Commit

Permalink
bump to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Jun 7, 2023
1 parent 41a5489 commit d6051ed
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

![Go](https://github.com/hedzr/lb/workflows/Go/badge.svg)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/hedzr/lb.svg?label=release)](https://github.com/hedzr/lb/releases)
[![](https://img.shields.io/badge/go-dev-green)](https://pkg.go.dev/github.com/hedzr/lb)
[![Go Dev](https://img.shields.io/badge/go-dev-green)](https://pkg.go.dev/github.com/hedzr/lb)
[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/hedzr/lb) <!-- [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fhedzr%2Flb.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fhedzr%2Flb?ref=badge_shield)
--> [![Go Report Card](https://goreportcard.com/badge/github.com/hedzr/lb)](https://goreportcard.com/report/github.com/hedzr/lb)
[![Coverage Status](https://coveralls.io/repos/github/hedzr/lb/badge.svg?branch=master&.9)](https://coveralls.io/github/hedzr/lb?branch=master)

`go-lb` provides a generic load balancers library.
`go-lb` provides a general load balancers library.

## Features

Expand All @@ -20,10 +20,13 @@ The stocked algorithm are:
- weighted random
- weighted versioning

Use `Register(...)/Unregister(...)` to add the balancer with your algorithm and use it with our `New(algorithm, opts...)`.
Use `Register(...)`/`Unregister(...)` to add the balancer with your algorithm and use it with our `New(algorithm, opts...)`.

## History

- v0.5.1
- upgrade deps

- v0.5.0
- a tiny logger interface has been embedded. So
- we removed the dep to `hedzr/log` and free you from it
Expand Down

0 comments on commit d6051ed

Please sign in to comment.