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

Releases: space307/go-utils

v3.2.0

Choose a tag to compare

@akolomietc akolomietc released this 07 Jun 09:49

Add timeout params to server config

Auto create exchange

Choose a tag to compare

@akolomietc akolomietc released this 17 Apr 13:21
  • Added:
  • auto-create exchange

v3.1.2

Choose a tag to compare

@akolomietc akolomietc released this 12 Mar 11:25
feb9226

fix:

update go.mod imports

v3.1.1

Choose a tag to compare

@akolomietc akolomietc released this 12 Mar 09:18
f11efcb

ADD:
WaitWorkerDuration config

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

v3.0.0

Choose a tag to compare

@akolomietc akolomietc released this 07 Mar 10:47
fe60591

Change:

  • New amqp - kit client

v2.6.0

Choose a tag to compare

@akolomietc akolomietc released this 25 Feb 13:24

Add

  • Metrics HTTP handler middleware

Wrap

Choose a tag to compare

@akolomietc akolomietc released this 12 Feb 11:19

Add

  • Add Wrap method for tracing.database

v2.4.0

Choose a tag to compare

@DayFan DayFan released this 11 Feb 16:04

Add:

  • Consul client

v2.3.0

Choose a tag to compare

@akolomietc akolomietc released this 08 Feb 14:41

Change:

  • fix tracing decoder function

v2.2.0

Choose a tag to compare

@akolomietc akolomietc released this 07 Feb 10:08
d3cb480
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