taoensso / faraday

Amazon DynamoDB client for Clojure
https://www.taoensso.com/faraday
Eclipse Public License 1.0
238 stars 84 forks source link

Change the type hint of `db-client` to AmazonDynamoDB #62

Closed ghoseb closed 9 years ago

ghoseb commented 9 years ago

The current hint is too specific and hinders mocking, so I changed it to the interface AmazonDynamoDB from AmazonDynamoDBClient. Also, in another commit I removed an unused require.

ptaoussanis commented 9 years ago

Hi Baishampayan, thanks a lot for this! You literally just missed v1.7.0 by seconds, I'll cut a release as v1.7.1 :-)

ptaoussanis commented 9 years ago

Okay, just pushed [com.taoensso/faraday "1.7.1"] to Clojars: https://github.com/ptaoussanis/faraday/releases

ghoseb commented 9 years ago

Thanks @ptaoussanis :smile: :grinning: :cake: :confetti_ball: :fireworks: