Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.taoensso:faraday to v1.12.0 #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 10, 2019

Mend Renovate

This PR contains the following updates:

Package Type Update Change
com.taoensso:faraday (source) dependencies minor 1.8.0 -> 1.12.0

Release Notes

Taoensso/faraday (com.taoensso:faraday)

v1.12.0

Compare Source

[com.taoensso/faraday "1.12.0"]
  • BREAKING: Drop support for Clojure 1.5 and 1.6 - Clojure 1.7+ now required.
  • Change 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).
  • Change: Upgrade dependencies, including upgrade to com.amazonaws/aws-java-sdk-dynamodb 1.12.410.

v1.11.4

Compare Source

[com.taoensso/faraday "1.11.4"]

v1.11.3

Compare Source

[com.taoensso/faraday "1.11.3"]
  • Fix Allow string table names in query and scan

v1.11.2

Compare Source

[com.taoensso/faraday "1.11.2"]
  • New client-opts can now include :protocol (:HTTP or :HTTPS)
  • Fix client-opts parsing of :region is fixed

v1.11.1

Compare Source

[com.taoensso/faraday "1.11.1"]
  • Change batch-get-item, will no longer stitch requests together unless span-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"]
  • New transact-get-items and transact-write-items for transaction support
  • New describe-ttl, update-ttl and ensure-ttl to manage table TTL configuration
  • New client-opts may now specify :region as an alternative to :endpoint
  • Change query, scan, batch-write-item, will no longer stitch requests together unless span-reqs is specified. To reinstate the old behaviour, pass :span-reqs {:max 5} in the options. See #​74 and #​143.
  • Change update-table now uses current table description to validate GSI throughput updates
  • Fix describe-table now returns :billing-mode :provisioned instead of :billing-mode nil

v1.10.1

Compare Source

[com.taoensso/faraday "1.10.1"]
  • New put-item and other fns now support lazy seqs, as long as they have been realized
  • Fix update-table should not require that throughput is given for GSIs on-demand tables

v1.10.0

Compare Source

[com.taoensso/faraday "1.10.0"]
  • New client-opts can now include :client to specify a custom, pre-configured AmazonDynamoDBClient instance
  • New create-table and update-table now support :billing-mode of :provisioned (default) or :pay-per-request (on-demand)
  • New Accept keywords for index names in scan and query
  • New create-table and update-table now support :stream-spec to activate DynamoDB Streams
  • New list-streams, describe-stream, shard-iterator and get-stream-records added to interact with DynamoDB Streams
  • New CljVal->DbVal protocol for extensible serialisation
  • Change: Upgrade to com.amazonaws/aws-java-sdk-dynamodb 1.11.x
  • Change: Migrate from expectations to clojure.test
  • Fix: Fix syntax quote for without-attr-multi-vs
  • Fix: Fix 'non-expand' mode batch-write-item
  • Fix: Fix merging of pages in batch-get-item

v1.9.0

Compare Source

[com.taoensso/faraday "1.9.0"]

This is a major feature release with BREAKING CHANGES (see Migration section for details).
Big thanks to @​ricardojmendez for most of the work for this release!

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/com.taoensso-faraday-1.x branch from b334598 to d5d206c Compare November 21, 2019 11:39
@renovate renovate bot changed the title Update dependency com.taoensso:faraday to v1.9.0 Update dependency com.taoensso:faraday to v1.10.1 Nov 21, 2019
@renovate renovate bot force-pushed the renovate/com.taoensso-faraday-1.x branch from d5d206c to 92479a2 Compare August 27, 2020 07:01
@renovate renovate bot changed the title Update dependency com.taoensso:faraday to v1.10.1 Update dependency com.taoensso:faraday to v1.11.1 Aug 27, 2020
@renovate renovate bot force-pushed the renovate/com.taoensso-faraday-1.x branch from 92479a2 to d92b803 Compare October 18, 2021 16:46
@renovate renovate bot changed the title Update dependency com.taoensso:faraday to v1.11.1 Update dependency com.taoensso:faraday to v1.11.2 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/com.taoensso-faraday-1.x branch from d92b803 to ed346d6 Compare March 7, 2022 14:45
@renovate renovate bot changed the title Update dependency com.taoensso:faraday to v1.11.2 Update dependency com.taoensso:faraday to v1.11.4 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/com.taoensso-faraday-1.x branch from ed346d6 to 6fd5e36 Compare March 16, 2023 13:47
@renovate renovate bot changed the title Update dependency com.taoensso:faraday to v1.11.4 Update dependency com.taoensso:faraday to v1.12.0 Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants