1## Ignition Fuel Tools 1.2 to 1.X
2
3### Modifications
4
5
6
7## Ignition Fuel Tools 1.0 to 1.2
8
9### Modifications
10
111. Model unique name doesn't contain server API version anymore, for example:
12    * **Old**: http://localhost:8001/1.0/alice/models/hello
13    * **New**: http://localhost:8001/alice/models/hello
14
151. Servers no longer have a local name: API calls return garbage and config fields are ignored.
16
171. Cache structure has been changed, for example:
18
19    * **Old**
20
21        /home/user/.ignition/fuel/
22        └── models
23            └── username
24                └── modelname
25
26    * **New**
27
28        /home/user/.ignition/fuel/
29        └── serverurl.org
30            └── username
31                 └── models
32                       └── modelname
33                             ├── 1
34                             └── 2
35
36