Skip to content

PSR and Consul 0.7 Compatiblity Release

Compare
Choose a tag to compare
@dcarbone dcarbone released this 05 Jan 02:47

PSR-3

  • The old logging system has been gutted in favor of one that is fully PSR-3 compliance

PSR-7

  • The entire HTTP request system has been gutted to allow the user to specify a PSR-7 compliant HTTP client of their own.

Definition Tests

  • All objects used for requests and responses in this lib now have have a suite of definition tests to try to help ensure stable usage

Consul API 0.7 work

  • Additional methods and cleanup have been done in an attempt to follow some of the good ideas brought on by the root Go library