Commit 10a21c6 Paula Gearon
committed
1 parent 1bbc892 commit 10a21c6 Copy full SHA for 10a21c6
File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 2.2.2] - 2021-10-19
4
+ ### Added
5
+ - Added a new ` :input-limit ` option to transact. When included, the transaction will attempt to keep at or below this number of triples.
6
+
3
7
## [ 2.2.1] - 2021-10-16
4
8
### Fixed
5
9
- Accepting java.time.Instant objects on the ` since ` and ` as-of ` database functions.
285
289
### Added
286
290
- Introduced Update Annotations
287
291
288
- [ Unreleased ] : https://github.com/threatgrid/asami/compare/2.2.1...HEAD
292
+ [ Unreleased ] : https://github.com/threatgrid/asami/compare/2.2.2...HEAD
293
+ [ 2.2.2 ] : https://github.com/threatgrid/asami/compare/2.2.1...2.2.2
289
294
[ 2.2.1 ] : https://github.com/threatgrid/asami/compare/2.2.0...2.2.1
290
295
[ 2.2.0 ] : https://github.com/threatgrid/asami/compare/2.1.3...2.2.0
291
296
[ 2.1.3 ] : https://github.com/threatgrid/asami/compare/2.1.2...2.1.3
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Asami can be made available to clojure by adding the following to a `deps.edn` f
32
32
``` clojure
33
33
{
34
34
:deps {
35
- org.clojars.quoll/asami {:mvn/version " 2.2.1 " }
35
+ org.clojars.quoll/asami {:mvn/version " 2.2.2 " }
36
36
}
37
37
}
38
38
```
@@ -41,7 +41,7 @@ This makes Asami available to a repl that is launched with the `clj` or `clojure
41
41
42
42
Alternatively, Asami can be added for the Leiningen build tool by adding this to the ` :dependencies ` section of the ` project.clj ` file:
43
43
``` clojure
44
- [org.clojars.quoll/asami " 2.2.1 " ]
44
+ [org.clojars.quoll/asami " 2.2.2 " ]
45
45
```
46
46
47
47
### Important Note for databases before 2.1.0
Original file line number Diff line number Diff line change 1
- (defproject org.clojars.quoll /asami " 2.2.2-SNAPSHOT "
1
+ (defproject org.clojars.quoll /asami " 2.2.2"
2
2
:description " An in memory graph store for Clojure and ClojureScript"
3
3
:url " http://github.com/threatgrid/asami"
4
4
:license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments