Liking cljdoc? Tell your friends :D

aws-api 0.8

DEV

  • 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