Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Releases: space307/go-utils

v3.2.0

07 Jun 09:49
Compare
Choose a tag to compare

Add timeout params to server config

Auto create exchange

17 Apr 13:21
Compare
Choose a tag to compare
  • Added:
  • auto-create exchange

v3.1.2

12 Mar 11:25
feb9226
Compare
Choose a tag to compare

fix:

update go.mod imports

v3.1.1

12 Mar 09:18
f11efcb
Compare
Choose a tag to compare

ADD:
WaitWorkerDuration config

FIX:
Serve method wait
New() method return nil - client if was error
go.mod release /v3 version

v3.0.0

07 Mar 10:47
fe60591
Compare
Choose a tag to compare

Change:

  • New amqp - kit client

v2.6.0

25 Feb 13:24
Compare
Choose a tag to compare

Add

  • Metrics HTTP handler middleware

Wrap

12 Feb 11:19
Compare
Choose a tag to compare

Add

  • Add Wrap method for tracing.database

v2.4.0

11 Feb 16:04
Compare
Choose a tag to compare

Add:

  • Consul client

v2.3.0

08 Feb 14:41
Compare
Choose a tag to compare

Change:

  • fix tracing decoder function

v2.2.0

07 Feb 10:08
d3cb480
Compare
Choose a tag to compare
Query for ctx (#37)

* add tracing.Database with context
* add tracing.Database query/exec/queryrow inside transactions
* add tests
* update changelog
* add database tracing comment
* add getter for database.Database object
and tests