Skip to content

Releases: StudistCorporation/sleepydog

Carmine tracing

21 Mar 10:41
faa0c9c
Compare
Choose a tag to compare

Carmine is a great Clojure library for utilizing Redis. However, since it's a pure implementation that doesn't depend on for example Jedis, Datadog's agent doesn't instrument it automatically.

With this release, you can use sleepy.dog.carmine/trace-carmine! to trace all the Redis API functions provided by Carmine.

Fix issue with carmine tracing

21 Mar 06:49
f741d0f
Compare
Choose a tag to compare
Pre-release
v0.2.0-alpha2

Bump

Experimental carmine tracing

21 Mar 06:26
9e40a63
Compare
Choose a tag to compare
Pre-release
v0.2.0-alpha1

Bump

Dependency updates

21 Mar 05:56
3bad616
Compare
Choose a tag to compare
v0.1.4

Bump

Bugfix: multiple requests under one trace

21 Nov 10:19
1deff1a
Compare
Choose a tag to compare

Bugfix: map return values were occasionally swallowed

21 Nov 06:11
867fa40
Compare
Choose a tag to compare

Fixes bug where a map return value in a defn-traced function was mistaken as an assertion map. This resulted in the return value becoming constant nil.

More tests

21 Nov 04:24
c6ad4c7
Compare
Choose a tag to compare
  • bunch of tests
  • hopefully now working clj-kondo config integration

Basic functionality testable

20 Nov 09:18
650b90f
Compare
Choose a tag to compare

Public API should function more or less without issue.

There's still plenty of polishing to do (tests, documentation).

Test release

20 Nov 08:58
951a69a
Compare
Choose a tag to compare
Test release Pre-release
Pre-release
v0.1.0-alpha4

Bump

Test release

20 Nov 08:35
44660af
Compare
Choose a tag to compare
Test release Pre-release
Pre-release
v0.1.0-alpha3

Bump