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

Releases: shopsmart/clj-infrastructure

Add DB cursor result set processing

07 Aug 18:18
Compare
Choose a tag to compare

Add function for processing data in small batches and options in help function to call this new new function. This allows data to be processed in small chunks with low client side memory needed.

Reorder function declarations

19 Jul 21:15
Compare
Choose a tag to compare
Merge pull request #25 from shopsmart/trans_mgmt_and_helpers_006

Modify the function declaration ordering to fix dependency issue

Bug fix

19 Jul 21:03
Compare
Choose a tag to compare
Merge pull request #24 from shopsmart/trans_mgmt_and_helpers_005

Increment version number again

Bug fix

19 Jul 20:49
Compare
Choose a tag to compare

Correct module references.

Bug fix

19 Jul 20:29
Compare
Choose a tag to compare

Fix module alias / function references.

Helper Functions for executing SQL

19 Jul 18:06
Compare
Choose a tag to compare

Add functions that ease the execution of multiple statements of varying types in a transactionally safe manner.

Support clj-foundation's metalogger

14 Nov 22:03
Compare
Choose a tag to compare

This is a breaking change.

clj-foundation removed its clojure.tools.logging dependency in order to avoid conflicting with downstream clients. It now logs to out and err by default. Your logger either needs to capture these sources or configure clj-foundation.errors to log to your own sink.

Update dependency - better log/warn stack traces

09 Nov 23:21
Compare
Choose a tag to compare
0.1.13

Version bump for release

Move to the latest clj-foundation release

08 Nov 16:43
Compare
Choose a tag to compare
Merge pull request #15 from shopsmart/rs-compatibility-fix

Update dependency

A release purely to force JitPack to rebuild

25 Oct 21:27
Compare
Choose a tag to compare
Merge pull request #12 from shopsmart/default_schema_search_path_002

Change default config spec used