This repository has been archived by the owner on Apr 27, 2019. It is now read-only.
0.5.2.61
highlyunavailable
released this
25 Jul 18:28
·
349 commits
to master
since this release
- BREAKING CHANGE: Renamed
Client
class toConsulClient
andConfig
toConsulClientConfiguration
to reduce confusion. - Completed major rework of the Client class to remove unneeded type
parameters from various internal calls - Added interfaces to all the endpoint classes so that test mocking is
possible.