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
-
Upgrade instructions:
:sha
value indeps.edn
to0895b1d71c3b1e7fe64943a8c3289cf566899c4a
storage/xtdb/index
directory (See breaking changes)example.clj
of this commit if you would like to start using queuesadd-libs
Breaking:
1.21.0-beta2
to1.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:
:queues
key. If set, Biff will create a set ofjava.util.concurrent.BlockingQueue
s, 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-queues
doc 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.edn
will be passed toadd-libs
.This discussion was created from the release v0.5.0.
Beta Was this translation helpful? Give feedback.
All reactions