File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,18 @@ This library is loosely based upon the [official GO client](https://github.com/h
2020Newer versions of the api lib will probably work in a limited capacity with older versions of Consul, but no guarantee
2121is made and backwards compatibility issues will not be addressed.
2222
23+ ### V3 Breaking Changes
24+
25+ There are three big breaking changes between v2 and v3:
26+
27+ 1 . The ` FakeMap ` class has been removed. It sucked.
28+ 2 . The ` FakeSlice ` class has been removed. It sucked.
29+ 3 . All models now have parameterized constructors.
30+ * For the life of V3 I will continue to support construction from associative arrays, but the parameterized
31+ constructors are the preferred method of construction.
32+ * Construction via associative array will be removed entirely in V4 (whenever I get around to that).
33+ 4 . All of that ` Transcoding ` nonsense has been removed.
34+
2335## Composer
2436
2537This lib is designed to be used with [ Composer] ( https://getcomposer.org )
You can’t perform that action at this time.
0 commit comments