summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 67b8233d929aa72b5ef9dcf8065d0f476e3b2fce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
# 1.7.3

- Read JSON, not a file path in `from_json`

# 1.5.5

- Fix issue with - in term (name:a-b)

# 1.5.4

- Fix issue where run_lists in format cookbook::recipe@version do not depsolve

# 1.5.3

- Add Server: chef-zero header to response

# 1.5.2

- Fix a couple of search query issues (make parentheses and NOT term:value work)

# 1.5.1

- Add Unix domain socket support (e.g. chef-zero --socket /tmp/chef-zero.sock) (stevendanna)

# 1.5

- Add -d option for daemon mode (sethvargo)
- Fix bug with cookbook metadata.rb files that rely on __FILE__

# 1.4

- Run with downgraded Puma 1.6 in order to work on Windows (2.x doesn't yet)

# 1.3

- Fix bug with search when JSON contains the same key in different places

# 1.2.1

- Fix search when JSON contains integers

# 1.2

- Allow rspec users to specify cookbook NAME, VERSION, { :frozen => true }
- Documentation fix

# 1.1.3

- Return better defaults for cookbooks
- Support /cookbook_versions?cookbook_versions=... query parameter
- Fix server crash when cookbook has multiple identical checksums

# 1.1.2

- Allow rspec users to specify the same data twice (overwrites)

# 1.1.1

- Fix broken rspec functionality (jkeiser, reset)

# 1.1

- Create plugin system to allow other storage besides memory

# 1.0.1

- Fix depsolver crash with frozen version strings (sethvargo)

# 1.0

- Increased testing of server

# 0.9.13

- Remove extra require of 'thin' so rspec users don't get broke

# 0.9.12

- Switch from thin to puma (sethvargo)

# 0.9.11

- Support full cookbook metadata.rb syntax, including "depends"

# 0.9.10

- Add -d flag to print debug output (sethvargo)

# 0.9.9

- Remove chef as a dependency so we can run on jruby (reset)
- Server assumes json is acceptable if Accept header is not sent (stevendanna)

# 0.9.8

- Support runlists with a::b in them in depsolver

# 0.9.7

- Return file URLs and other important things in depsolver response

# 0.9.6

- Make 404 a JSON response

# 0.9.5

- Fix crash in 405 error response generator
- Add ability to verify request/response pairs from rspec api

# 0.9.4

- Ruby 1.8.7 support

# 0.9.3

- rspec fixes:
  - Faster (0 retries)
  - Work with more than one test
  - Allow tags on when_the_chef_server
- make 500 response return actual exception info

# 0.9.2

- Speed increase for rspec (only start server once)
- Support CTRL+C when running rspec chef-zero tests

# 0.9.1

- Switch from webrick -> thin
- Bugfixes

# 0.9

- Initial code-complete release with working server