tag:github.com,2008:https://github.com/0xsequence/go-libs/releases Tags from go-libs 2026-02-03T17:05:26Z tag:github.com,2008:Repository/900868545/v0.15.0 2026-02-03T17:06:15Z v0.15.0 <p>Webrpc telemetry: Optionally allow tracking origins (<a class="issue-link js-issue-link" href="https://github.com/0xsequence/go-libs/pull/23">#23</a>)</p> <p>* Webrpc telemetry: Optionally allow tracking origins</p> <p>* Move to webrpc subpkg and add tests</p> <p>* Remove scheme, I think it's useless in prod</p> <p>* Add Skip option, similar to github.com/go-chi/metrics</p> VojtechVitek tag:github.com,2008:Repository/900868545/v0.14.1 2026-01-30T11:55:54Z v0.14.1 klaidliadon tag:github.com,2008:Repository/900868545/v0.14.0 2025-12-10T13:45:29Z v0.14.0 VojtechVitek tag:github.com,2008:Repository/900868545/v0.13.1 2025-11-25T17:18:18Z v0.13.1 VojtechVitek tag:github.com,2008:Repository/900868545/v0.13.0 2025-11-25T13:40:39Z v0.13.0 <p>Improve config.Service validation, introduce config.BaseURL (<a class="issue-link js-issue-link" href="https://github.com/0xsequence/go-libs/pull/18">#18</a>)</p> <p>* Introduce config.URL that works with TOML configs</p> <p>* Custom TOML unmarshal validation for services</p> <p>* Use any instead of interface{}</p> <p>* Extract validate logic to .Validate() method</p> VojtechVitek tag:github.com,2008:Repository/900868545/v0.12.0 2025-11-15T16:56:19Z v0.12.0 <p>Implement middleware.BasicAuth() for internal use (<a class="issue-link js-issue-link" href="https://github.com/0xsequence/go-libs/pull/17">#17</a>)</p> <p>* Implement middleware.BasicAuth() for internal use</p> <p>* make lint</p> VojtechVitek tag:github.com,2008:Repository/900868545/v0.11.0 2025-11-14T17:00:48Z v0.11.0 VojtechVitek tag:github.com,2008:Repository/900868545/v0.10.0 2025-11-14T15:54:54Z v0.10.0 <p>Remove dependency on ethkit and go-sequence (<a class="issue-link js-issue-link" href="https://github.com/0xsequence/go-libs/pull/15">#15</a>)</p> <p>* Remove networks pkg</p> <p>We don't want go-libs to import ethkit, as it forces all downstream apps to update to latest ethkit. Let's keep go-libs super lightweight.</p> <p>* Fix build and tests</p> <p>* go mod tidy</p> <p>* Remove go-sequence/lib/prototyp dependency too</p> <p>go-libs shouldn't depend on go-sequence either</p> <p>Perhaps we could move prototyp to its own slim package and then we could restore these helpers.</p> VojtechVitek tag:github.com,2008:Repository/900868545/v0.0.9 2025-09-22T15:00:16Z v0.0.9 <p>Endpoint logger (<a class="issue-link js-issue-link" href="https://github.com/0xsequence/go-libs/pull/14">#14</a>)</p> <p>* endpoint logger</p> <p>* Update endpointlogger/middleware.go</p> <p>Co-authored-by: Vojtech Vitek (golang.cz) &lt;vv@sequence.xyz&gt;</p> <p>* better parsing of path</p> <p>* Add notice to endpointhandler.LogHandler</p> <p>---------</p> <p>Co-authored-by: Vojtech Vitek (golang.cz) &lt;vv@sequence.xyz&gt;</p> david-littlefarmer tag:github.com,2008:Repository/900868545/v0.0.8 2025-07-08T16:52:50Z v0.0.8 VojtechVitek