Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Tags: voutilad/bolt-proxy

Tags

v0.4.0

Toggle v0.4.0's commit message
fixed routing table update intervals miss changes

I'm not too thrilled with this change...it feels messier...but it's a
start at fetching Routing Tables on demand and caching them for some
period of time. This solves the problem of a new database being
created and it not being accessible immediately.

There are still some issues for newly created databases and they need
to be ironed out, but existing databases should still behave the same
as before.

v0.3.0

Toggle v0.3.0's commit message
horrible things! make proxy work with the BetterSolution(tm)

Aka the current SSR config that's being tested in GKE

v0.2.0

Toggle v0.2.0's commit message
does your proxy make TOO MUCH NOISE?!

Clean up logging a bit, having 3 loggers (info, debug, warn) that
allow the user to control the logging detail. Now most of the noise is
hidden behind a -debug flag or a BOLT_PROXY_DEBUG environment
variable.

Uncovered some areas that need some cleanup. Joy.

v0.1.0

Toggle v0.1.0's commit message
occasional channel issues on disconnect events

Really really really need to clean this up soon...for now just make
new channels when we switch backend server connections.