File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
> This project uses [ Break Versioning] ( https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md ) as of ** Aug 16, 2014** .
2
2
3
- ## v1.9.0-alpha3 / 2015 December 19
3
+ ## v1.9.0-beta1 / 2016 Jan 24
4
4
5
5
> This is a major feature release with ** BREAKING CHANGES** (see ** Migration** section for details).
6
6
> Big thanks to @ricardojmendez for most of the work for this release!
13
13
* ** New** : ` update-table ` support for index modification [ @ricardojmendez ]
14
14
* ** New** : ` scan ` support for indexes, ` :expr-attr-names ` , ` :proj-expr ` [ @ricardojmendez ]
15
15
* ** New** : ` delete-item ` support for expressions [ @ricardojmendez ]
16
+ * ** New** : ` scan ` support for ` support filter-expr ` , ` expr-attr-vals ` [ @ricardojmendez #90 ]
17
+ * ** New** : ` scan ` support for consistent reads [ @ricardojmendez #92 ]
16
18
* ** Change** : ` update-table ` now returns a future instead of a promise (allows exceptions to rethrow)
17
19
* ** Change** : implementation details now marked as private
18
20
* ** Fix** : ` remove-empty-attr-vals ` vs blank strings [ @crough #72 ]
19
21
20
22
``` clojure
21
- [com.taoensso/faraday " 1.9.0-alpha3 " ]
23
+ [com.taoensso/faraday " 1.9.0-RC1 " ]
22
24
```
23
25
24
26
#### MIGRATION INSTRUCTIONS
27
29
28
30
** [ 2] ** : ` (update-table <client-opts> <table> <throughput> <opts>) ` -> ` (update-table <client-opts> <table> {:through-put <throughput> <other-opts>}) `
29
31
32
+
30
33
## v1.8.0 / 2015 September 26
31
34
32
35
> This is a non-breaking feature release
Original file line number Diff line number Diff line change 4
4
** [ CHANGELOG] ** | [ API] | current [ Break Version] :
5
5
6
6
``` clojure
7
- [com.taoensso/faraday " 1.8.0" ] ; Stable
7
+ [com.taoensso/faraday " 1.8.0" ] ; Stable
8
+ [com.taoensso/faraday " 1.9.0-beta1" ] ; Dev, see CHANGELOG
8
9
```
9
10
10
11
# Faraday
@@ -183,4 +184,4 @@ Copyright © 2013-2016 [Peter Taoussanis].
183
184
[ provisions capacity ] : http://aws.amazon.com/dynamodb/pricing/
184
185
[ primary keys ] : http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataModel.html#DataModelPrimaryKey
185
186
[ official AWS DynamoDB documentation ] : http://aws.amazon.com/documentation/dynamodb/
186
- [ DynamoDB data model ] : http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataModel.html
187
+ [ DynamoDB data model ] : http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataModel.html
Original file line number Diff line number Diff line change 1
- (defproject com.taoensso /faraday " 1.9.0-alpha3 "
1
+ (defproject com.taoensso /faraday " 1.9.0-beta1 "
2
2
:author " Peter Taoussanis <https://www.taoensso.com>"
3
3
:description " Clojure DynamoDB client"
4
4
:url " https://github.com/ptaoussanis/faraday"
You can’t perform that action at this time.
0 commit comments