v1.19.0 - 2024-10-14
- add deployment.environment resource in tracer
v1.18.2 - 2024-09-26
- circuit breaker can only open by certain error codes
v1.18.1 - 2024-07-11
- fix vulnerabilities library and fix lint (#37)
v1.18.0 - 2024-07-08
- create proper ping (#36)
- add mysql connector
- upgrade go to 1.22
v1.17.0 - 2023-12-22
- use applied http conn options which is not nullable (#33)
- upgrade dependencies (#34)
v1.16.1 - 2023-12-05
- use applied http conn options which is not nullable
v1.16.0 - 2023-11-16
- make keep-alive option configurable on http conn
v1.15.1 - 2023-07-06
- up grpc & echo lib version
v1.15.0 - 2023-04-05
- add RegisterHealthCheckService (#29)
v1.14.0 - 2023-04-03
- trace before return
- add param excluded ips and user agents
- grpc rate limiter
- add comment
v1.13.0 - 2023-03-27
- recover from panic (#27)
v1.12.0 - 2023-03-13
- add asynq task tracer middleware (#26)
v1.11.0 - 2023-03-10
- enable exclusion of user agents on rate limiter (#25)
v1.10.1 - 2023-03-07
- remove rate limit information (#24)
v1.10.0 - 2023-03-06
- echo redis rate limiter support redis v7
v1.9.1 - 2023-02-22
- bump otel version (#22)
v1.9.0 - 2023-02-22
- move tracer into retryableInvoke
- prevent panic on span set attributes
- upgrade library to support goredis v9 for redis7 (#21)
v1.8.0 - 2023-02-01
- move log level into opt
- naming
- option otel on cockroach
- lowerize function and const name
- lowerize function and const name
- create InitializeCockroachConn
- handle opt use otel on NewElasticsearchClient
- create NewElasticsearchClient
- remove insecure option
- add InitTraceProvider
- fix panic
- fix panic
- rename elastic option into http option
- add elastic connect option
- add trace on go redis
- add UnaryServerInterceptor
- add UseOpenTelemetry field
v1.7.0 - 2023-01-06
- remove grpc connection pool (#19)
v1.6.2 - 2022-11-22
- exclude ip configuration on rate limiter
v1.6.1 - 2022-11-21
- ignore private ip on rate limiter
v1.6.0 - 2022-11-21
- add redis ip rate limiter middleware
v1.5.2 - 2022-07-01
v1.5.1 - 2022-06-29
v1.5.0 - 2022-03-23
- enable wait for connection when max active connection is rea… (#11)
v1.4.3 - 2020-09-08
- return original error (#10)
v1.4.2 - 2020-09-07
- missing nil
- fix double invoke (#9)
v1.4.1 - 2020-04-20
v1.4.0 - 2020-04-06
v1.3.0 - 2020-04-06
- Add gRPC Pool connection constructor (#6)
v1.2.0 - 2020-04-03
- add circuit breaker and retry wrapper for grpc UnaryClientInterceptor (#5)
v1.1.0 - 2020-03-18
- add config timeout (read, write, dial) in goredis (#4)
v1.0.2 - 2020-03-12
- redis-cluster url validation should be reverse of valid standalone (#3)
v1.0.1 - 2020-03-12
- fix goredis connect on non clustered redis (#2)
- init go-connect with http and redis connector (#1)