Liking cljdoc? Tell your friends :D

aws-api

0.8.515 / 2021-06-25

  • add support for calculating TTL values based on supplied Java Instant objects or Longs representing milliseconds since the epoch time #160

0.8.505 / 2021-02-23

  • upgrade to cognitect/http-client-0.1.106
    • upgrade to org.eclipse.jetty/jetty-client-9.4.36.v20210114 #173

0.8.484 / 2020-11-05

  • make date parsing more tolerant #155

0.8.474 / 2020-08-15

  • fix bug decoding GetBucketPolicy response #148

0.8.469 / 2020-07-10

  • fix bug parsing iso8601 dates with fractional seconds #144
  • fix memory leak when validating requests #143

0.8.456 / 2020-03-27

  • upgrade to tools.logging-1.0.0, data.json-1.0.0, and core.async-1.0.567
  • let core.async manage the threadpool for fetching credentials and region
    • fixes deadlock with concurrent credentials fetch #137

0.8.445 / 2020-02-25

  • fix deadlock using composite credentials providers (e.g. assume role example) #130

0.8.437 / 2020-02-14

  • fix issue with invoke hanging when no region or creds are found #124

0.8.430 / 2020-02-10

  • upgrade to com.cognitect/http-client 0.1.104 #115
  • all aws clients use shared http-client, credentials-provider, and region-provider by default
    • addresses #109
    • first call to invoke takes hit of fetching region and credentials
  • com.cognitect.aws.api/stop will not stop the shared http-client, but stop any other instance

See Upgrade Notes for more information about upgrading to this version.

0.8.423 / 2020-01-17

  • Remove dep on commons-codec #113
  • Convey anomaly from http-client as/is #114

0.8.408 / 2019-11-25

  • Reduce noise from reflection warnings in java 9+ #106
  • Get signing region from endpoint config #105
  • Add documentationUrl when available #108

0.8.391 / 2019-10-25

  • Fix: S3 HeadObject fails with large files #97
    • This was fixed in cognitect/http-client 0.1.101
  • Fix concurrency 4 limit introduced in 0.8.383

~~0.8.383 / 2019-10-24~~

  • Make http calls to fetch credentials async / non-blocking.

0.8.378 / 2019-10-19

  • Include service full names in latest-releases.edn #32
  • Wrap dynamic require of protocol ns in locking form #92

0.8.352 / 2019-07-26

  • Use custom dynaload for http-client #88
    • Restores compatibility with Clojure-1.9

0.8.345 / 2019-07-06

  • Update pom.xml #86

~~0.8.342 / 2019-07-06~~

  • skip whitespace when reading XML #85

~~0.8.335 / 2019-07-05~~

  • use clojure.data.xml instead of clojure.xml
    • resolves Illegal Reflective Access warnings in java 11 #19
  • upgrade cognitect http-client
    • upgrades jetty to 9.4 #81
    • resolves Illegal Reflective Access warnings in java 11 #19
  • share http-client across aws-api clients #80
  • add Content-Type header for rest-json requests #84

0.8.305 / 2019-05-10

  • add x-amz-glacier-version header to glacier requests #74

0.8.301 / 2019-04-19

  • fix bug generating default idempotencyToken #72
  • fix uri-encoding bug when *unchecked-math* is true #71

0.8.292 / 2019-04-12

0.8.289 / 2019-03-29

  • fix signing bug introduced in 0.8.283

0.8.283 / 2019-03-29

  • read input-stream once #67

0.8.280 / 2019-03-25

  • support :endpoint-override map #59, #61, #64
    • DEPRECATED support for :endoint-override string
  • only parse json response body when output-shape is specified #66

0.8.273 / 2019-03-01

  • friendly error when op not supported #62

0.8.271 / 2019-02-25

  • daemonize the credentials auto-refresh thread #57

0.8.266 / 2019-02-22

  • add Content-MD5 header for some S3 ops #40
  • require clojure.edn #60

0.8.253 / 2019-02-08

  • fixed URI generation bug #56
  • ensure keyword keys for errors in json protocols #55
  • add stop fn to release resources #54

0.8.243 / 2019-02-01

  • fix signing bug (double slashes in constructed uris) #53
  • fix signing bug (query-string ordering) #52

0.8.223 / 2019-01-25

  • support endpoint-override #43
  • parse "map" shapes using their key spec instead of assuming keyword keys #50
  • wrap non-sequential values when the spec calls for a list #45
  • config parsing bug fixes #46, #48
  • support refreshing credentials #47

0.8.204 / 2019-01-18

  • support nested values in config #42
  • handle doubles when parsing timestamps #36

0.8.198 / 2019-01-11

  • support HAL responses #30

  • extend Datafiable via metadata (allows use with clojure-1.9) #44

  • fix edge case bug parsing json with locationNames

  • use the correct metadata endpoint when running in ECS #33

0.8.171 / 2018-12-28

  • use the configured region as signing region for S3 requests
    • fixes regression introduced in fixing #27
    • we still need a better solution for #15

0.8.166 / 2018-12-22

  • use us-east-1 as signing region when service has globalEndpoint #27

0.8.158 / 2018-12-13

  • use signingName when available in service metadata. #26

0.8.155 / 2018-12-12

  • Stringify query protocol body param vals before url encoding them. #25

0.8.149 / 2018-12-12

  • URL encode query protocol body params. #22

0.8.146 / 2018-12-10

  • Fix bug caused by attempting to parse a response body when no output shape specified. #21

0.8.142 / 2018-12-06

  • Add http-request to response metadata.

0.8.140 / 2018-12-06

  • Add basic-credentials-provider helper fn. Thanks to Christian Gonzalez for the suggestion. #16
  • log/debug instead of log/error when individual credentials providers can't find credentials. #17

0.8.122 / 2018-11-30

  • Initial release.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close