Update dependency com.taoensso:faraday to v1.12.0#19
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Update dependency com.taoensso:faraday to v1.12.0#19renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
b334598 to
d5d206c
Compare
d5d206c to
92479a2
Compare
92479a2 to
d92b803
Compare
d92b803 to
ed346d6
Compare
ed346d6 to
6fd5e36
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.0Release Notes
Taoensso/faraday (com.taoensso:faraday)
v1.12.0Compare Source
[com.taoensso/faraday "1.12.0"]clj-item->db-itemno longer captures serialize function when namespace is loaded (extend-protocolcan now be used to change serialize behaviour at any time).v1.11.4Compare Source
[com.taoensso/faraday "1.11.4"]v1.11.3Compare Source
[com.taoensso/faraday "1.11.3"]queryandscanv1.11.2Compare Source
[com.taoensso/faraday "1.11.2"]client-optscan now include:protocol(:HTTPor:HTTPS)client-optsparsing of:regionis fixedv1.11.1Compare Source
[com.taoensso/faraday "1.11.1"]batch-get-item, will no longer stitch requests together unlessspan-reqsis specified. To reinstate the old behaviour, pass:span-reqs {:max 5}in the options. See #74 and #143.v1.11.0Compare Source
[com.taoensso/faraday "1.11.0"]transact-get-itemsandtransact-write-itemsfor transaction supportdescribe-ttl,update-ttlandensure-ttlto manage table TTL configurationclient-optsmay now specify:regionas an alternative to:endpointquery,scan,batch-write-item, will no longer stitch requests together unlessspan-reqsis specified. To reinstate the old behaviour, pass:span-reqs {:max 5}in the options. See #74 and #143.update-tablenow uses current table description to validate GSI throughput updatesdescribe-tablenow returns:billing-mode :provisionedinstead of:billing-mode nilv1.10.1Compare Source
[com.taoensso/faraday "1.10.1"]put-itemand other fns now support lazy seqs, as long as they have been realizedupdate-tableshould not require thatthroughputis given for GSIs on-demand tablesv1.10.0Compare Source
[com.taoensso/faraday "1.10.0"]client-optscan now include:clientto specify a custom, pre-configured AmazonDynamoDBClient instancecreate-tableandupdate-tablenow support:billing-modeof:provisioned(default) or:pay-per-request(on-demand)scanandquerycreate-tableandupdate-tablenow support:stream-specto activate DynamoDB Streamslist-streams,describe-stream,shard-iteratorandget-stream-recordsadded to interact with DynamoDB StreamsCljVal->DbValprotocol for extensible serialisationwithout-attr-multi-vsbatch-write-itembatch-get-itemv1.9.0Compare Source
[com.taoensso/faraday "1.9.0"]update-itemargs have changed (:update-mapis now optional) [@ricardojmendez] [1]update-tableargs have changed (:throughputis now optional) [@ricardojmendez] [2]put-item,update-itemsupport for expressions [@leonardoborges #73]get-itemsupport for:proj-expr,:expr-names[@ricardojmendez]querysupport for:filter-expr,:proj-expr[@ricardojmendez]update-tablesupport for index modification [@ricardojmendez]scansupport for indexes,:expr-attr-names,:proj-expr[@ricardojmendez]delete-itemsupport for expressions [@ricardojmendez]scansupport forsupport filter-expr,expr-attr-vals[@ricardojmendez #90]scansupport for consistent reads [@ricardojmendez #92]update-tablenow returns a future instead of a promise (allows exceptions to rethrow)remove-empty-attr-valsvs 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.