Update dependency com.taoensso:faraday to v1.12.0 #19
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.8.0
->1.12.0
Release Notes
Taoensso/faraday (com.taoensso:faraday)
v1.12.0
Compare Source
[com.taoensso/faraday "1.12.0"]
clj-item->db-item
no longer captures serialize function when namespace is loaded (extend-protocol
can now be used to change serialize behaviour at any time).v1.11.4
Compare Source
[com.taoensso/faraday "1.11.4"]
v1.11.3
Compare Source
[com.taoensso/faraday "1.11.3"]
query
andscan
v1.11.2
Compare Source
[com.taoensso/faraday "1.11.2"]
client-opts
can now include:protocol
(:HTTP
or:HTTPS
)client-opts
parsing of:region
is fixedv1.11.1
Compare Source
[com.taoensso/faraday "1.11.1"]
batch-get-item
, will no longer stitch requests together unlessspan-reqs
is specified. To reinstate the old behaviour, pass:span-reqs {:max 5}
in the options. See #74 and #143.v1.11.0
Compare Source
[com.taoensso/faraday "1.11.0"]
transact-get-items
andtransact-write-items
for transaction supportdescribe-ttl
,update-ttl
andensure-ttl
to manage table TTL configurationclient-opts
may now specify:region
as an alternative to:endpoint
query
,scan
,batch-write-item
, will no longer stitch requests together unlessspan-reqs
is specified. To reinstate the old behaviour, pass:span-reqs {:max 5}
in the options. See #74 and #143.update-table
now uses current table description to validate GSI throughput updatesdescribe-table
now returns:billing-mode :provisioned
instead of:billing-mode nil
v1.10.1
Compare Source
[com.taoensso/faraday "1.10.1"]
put-item
and other fns now support lazy seqs, as long as they have been realizedupdate-table
should not require thatthroughput
is given for GSIs on-demand tablesv1.10.0
Compare Source
[com.taoensso/faraday "1.10.0"]
client-opts
can now include:client
to specify a custom, pre-configured AmazonDynamoDBClient instancecreate-table
andupdate-table
now support:billing-mode
of:provisioned
(default) or:pay-per-request
(on-demand)scan
andquery
create-table
andupdate-table
now support:stream-spec
to activate DynamoDB Streamslist-streams
,describe-stream
,shard-iterator
andget-stream-records
added to interact with DynamoDB StreamsCljVal->DbVal
protocol for extensible serialisationwithout-attr-multi-vs
batch-write-item
batch-get-item
v1.9.0
Compare Source
[com.taoensso/faraday "1.9.0"]
update-item
args have changed (:update-map
is now optional) [@ricardojmendez] [1]update-table
args have changed (:throughput
is now optional) [@ricardojmendez] [2]put-item
,update-item
support for expressions [@leonardoborges #73]get-item
support for:proj-expr
,:expr-names
[@ricardojmendez]query
support for:filter-expr
,:proj-expr
[@ricardojmendez]update-table
support for index modification [@ricardojmendez]scan
support for indexes,:expr-attr-names
,:proj-expr
[@ricardojmendez]delete-item
support for expressions [@ricardojmendez]scan
support forsupport filter-expr
,expr-attr-vals
[@ricardojmendez #90]scan
support for consistent reads [@ricardojmendez #92]update-table
now returns a future instead of a promise (allows exceptions to rethrow)remove-empty-attr-vals
vs blank strings [@crough #72]MIGRATION INSTRUCTIONS
[1]:
(update-item <client-opts> <table> <prim-kvs> <update-map> <opts>)
->(update-item <client-opts> <table> <prim-kvs> {:update-map <update-map> <other-opts>})
[2]:
(update-table <client-opts> <table> <throughput> <opts>)
->(update-table <client-opts> <table> {:through-put <throughput> <other-opts>})
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.