Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Releases: shopsmart/clj-foundation

Remove dangling dependencies on tools.logger

16 Nov 22:00
Compare
Choose a tag to compare
Merge pull request #22 from shopsmart/err-to-warn

Fix dangling test dependencies; add codox.

Remove logger dependency

14 Nov 21:57
Compare
Choose a tag to compare
  • With the upgrade to log4j2/slf4j upstream, having a logging dependency here can mess up downstream projects. Instead, we define a metalogger in clj-foundation.errors that logs to out and err by default and can be replaced to forward anywhere.

Readable stack traces in log; added dependency on io.avisio/pretty

09 Nov 22:58
Compare
Choose a tag to compare
  • Readable stack traces in log; added dependency on io.avisio/pretty
  • Removed log4j config file that broke some clients

Log retries as warnings, not errors

08 Nov 16:01
Compare
Choose a tag to compare
  • We decided that the library shouldn't be opinionated that retries are errors and lowered their log level to warning.

Minor feature enhancements

25 Oct 20:01
Compare
Choose a tag to compare
  • Rethrow the actual exception after retry hits max-retries or abort-fn returns true
  • errors/<-seq can now unwrap java.sql.SQLException too

Fix bug in errors/retry-with-timeout

25 Oct 15:49
Compare
Choose a tag to compare
  • Purely a bugfix release

Always schema/validate retry-with-timeout

19 Oct 20:19
Compare
Choose a tag to compare
  • No new functionality; retry-with-timeout now throws aggressively if passed bad data.

Bug fix release to io.clj - resolves resources correctly

13 Oct 18:43
Compare
Choose a tag to compare
Merge pull request #15 from shopsmart/pre-1.0

Misc cleanup; one bug fix

Bug fixes + tests

03 Oct 22:00
Compare
Choose a tag to compare

Maintenance release only.

Added (error/stacktrace<- e) to get stack traces as a string.

03 Oct 20:25
Compare
Choose a tag to compare
Merge pull request #13 from shopsmart/pre-1.0

Added (err/stack-trace<- e); bumped version