v0.5.0 #138
jacobobryant
announced in
Announcements
v0.5.0
#138
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Upgrade instructions:
:shavalue indeps.ednto0895b1d71c3b1e7fe64943a8c3289cf566899c4astorage/xtdb/indexdirectory (See breaking changes)example.cljof this commit if you would like to start using queuesadd-libsBreaking:
1.21.0-beta2to1.22.0. See the XTDB release notes. This upgrade requires you to re-index. Runrm -r storage/xtdb/index/, and then re-indexing will occur next time you start your application.Added:
:queueskey. If set, Biff will create a set ofjava.util.concurrent.BlockingQueues, each with its own fixed-size consumer thread pool. There is not yet a section for queues in the Reference documentation, but there is a comprehensiveuse-queuesdoc string. Queues do not (yet) include persistence or retry logic. I may add that on top of these in-memory queues in a future release, but you can also do so in your own application code if needed.clojure.tools.deps.alpha.repl/add-libs). Whenever you save a file, any new dependencies indeps.ednwill be passed toadd-libs.This discussion was created from the release v0.5.0.
Beta Was this translation helpful? Give feedback.
All reactions