Skip to content

Releases: golift/mulery

v0.0.8

18 Apr 07:53
31eda5f
Compare
Choose a tag to compare

Bug fixes. See #44.

Robins Nest

16 Apr 08:03
fa31e5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

Updates

03 Feb 19:09
f93eeed
Compare
Choose a tag to compare

Just adds updated dependencies. No logic changes.

Stats

21 Sep 02:54
a8ed9b5
Compare
Choose a tag to compare

This improves the histogram for clients per pool. We also now allow DNS names in the allowed upstreams list. A new go routine re-resolves the upstreams every 3 minutes. Also got renovate working and updated all dependencies. Adds a health endpoint and configurable redirect url.

What's Changed

Full Changelog: v0.0.3...v0.0.4

Logging

20 Sep 06:02
Compare
Choose a tag to compare

Slightly better debug logging and 1 fix remove dead connections from the idle channel buffer when a new connection comes in.

Full Changelog: v0.0.2...v0.0.3

Stable

09 Aug 05:17
Compare
Choose a tag to compare
  • Added metrics, exported via prometheus
  • Adds client middleware to attach to an existing http router.
  • Finishes the mulery server application.

A lot of the code was restructured and refactored. This is no longer compatible with the upstream wsp client/server, but it can replace them if desired. A client is currently not provided, but I may draft one up in the future. I use Notifiarr as the client currently. The server has lots of feature, as does the client library.

Open to improvements if you're interested in using this code. Let me know.

Cleanup

29 May 23:31
02427ae
Compare
Choose a tag to compare

This is just a waypoint marker. I went through all the code to learn it. Cleaned up the client and server codes. Fixed a few bugs along the way. I also added three specific features:

  • Client can send its own unique id instead of being generated.
  • Server can send requests to clients with specific IDs instead of always random.
  • Custom secret key validator. You can now pass in your own validator function to the server.

All the original behavior of the forked wsp repo remains the same at this point. The commits that follow this release will fully diverge from the fork into a new pile of code for a new purpose.

Changes: 538d979...v0.0.1