Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit b22780c

Browse files
authored
Merge pull request #1611 from codysoyland/release-v1.1.0
Release v1.1.0
2 parents b9f947d + bc890f8 commit b22780c

File tree

2 files changed

+81
-29
lines changed

2 files changed

+81
-29
lines changed

CHANGELOG.md

+70-18
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,60 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [v1.1.0] - 2018-08-21
9+
10+
This version contains 32 contributions from 5 contributors. There are 89 files changed; 2,752 insertions; and 1,013 deletions.
11+
12+
### Added
13+
14+
- Add CircleCI ([#1610](https://github.com/pilosa/pilosa/pull/1610))
15+
- Add key translation to exports ([#1608](https://github.com/pilosa/pilosa/pull/1608))
16+
- Support importing key values ([#1599](https://github.com/pilosa/pilosa/pull/1599), [#1601](https://github.com/pilosa/pilosa/pull/1601))
17+
- Treat coordinator as primary translate store ([#1582](https://github.com/pilosa/pilosa/pull/1582))
18+
- Add DEGRADED cluster state and handle gossip NodeLeave events correctly ([#1584](https://github.com/pilosa/pilosa/pull/1584))
19+
- Add linters to gometalinter and fix related issues ([#1544](https://github.com/pilosa/pilosa/pull/1544), [#1543](https://github.com/pilosa/pilosa/pull/1543), [#1540](https://github.com/pilosa/pilosa/pull/1540), [#1539](https://github.com/pilosa/pilosa/pull/1539), [#1537](https://github.com/pilosa/pilosa/pull/1537), [#1536](https://github.com/pilosa/pilosa/pull/1536), [#1535](https://github.com/pilosa/pilosa/pull/1535), [#1534](https://github.com/pilosa/pilosa/pull/1534), [#1530](https://github.com/pilosa/pilosa/pull/1530), [#1529](https://github.com/pilosa/pilosa/pull/1529), [#1528](https://github.com/pilosa/pilosa/pull/1528), [#1526](https://github.com/pilosa/pilosa/pull/1526), [#1527](https://github.com/pilosa/pilosa/pull/1527))
20+
- Add mutex field type ([#1524](https://github.com/pilosa/pilosa/pull/1524))
21+
- Fragment rows() and rowsForColumn() ([#1532](https://github.com/pilosa/pilosa/pull/1532))
22+
23+
### Fixed
24+
25+
- Fix race on replicationClosing channel ([#1607](https://github.com/pilosa/pilosa/pull/1607))
26+
- Prevent anti-entropy and cluster resize from running simultaneously ([#1586](https://github.com/pilosa/pilosa/pull/1586))
27+
- Require a valid port that isn't greater than 65,535 ([#1603](https://github.com/pilosa/pilosa/pull/1603))
28+
- Add view parameter to sync logic for syncing time fields ([#1602](https://github.com/pilosa/pilosa/pull/1602))
29+
- Fix translator in cluster environment ([#1552](https://github.com/pilosa/pilosa/pull/1552))
30+
- Use string prefix instead of equality so json error message will pass on all Go versions ([#1558](https://github.com/pilosa/pilosa/pull/1558))
31+
32+
## [v1.0.2] - 2018-08-01
33+
34+
This version contains 11 contributions from 3 contributors. There are 30 files changed; 1,569 insertions; and 1,215 deletions.
35+
36+
### Fixed
37+
38+
- Fix documentation ([#1503](https://github.com/pilosa/pilosa/pull/1503), [#1495](https://github.com/pilosa/pilosa/pull/1495), [#1551](https://github.com/pilosa/pilosa/pull/1551))
39+
- Fix places where empty IndexOptions were being used ([#1547](https://github.com/pilosa/pilosa/pull/1547))
40+
- Fix translator syncing bug in cluster environments ([#1552](https://github.com/pilosa/pilosa/pull/1552))
41+
- Fix race condition in translate_test ([#1541](https://github.com/pilosa/pilosa/pull/1541))
42+
- Add IndexOptions to IndexInfo json response ([#1542](https://github.com/pilosa/pilosa/pull/1542))
43+
- Add proper locking to cluster code to prevent races ([#1533](https://github.com/pilosa/pilosa/pull/1533))
44+
- Re-export erroneously unexported func Row.Intersect ([#1502](https://github.com/pilosa/pilosa/pull/1502))
45+
- Update parser to handle row keys on SetRowAttrs() ([#1555](https://github.com/pilosa/pilosa/pull/1555))
46+
47+
## [v1.0.1] - 2018-07-11
48+
49+
This version contains 12 contributions from 4 contributors. There are 11 files changed; 133 insertions; and 39 deletions.
50+
51+
### Fixed
52+
53+
- Use `dep ensure -vendor-only` for build repeatability ([#1491](https://github.com/pilosa/pilosa/pull/1491))
54+
- Make sure time range views are calculated correctly across months ([#1485](https://github.com/pilosa/pilosa/pull/1485))
55+
- Fix up error handling, add a configurable timeout to http handler closing ([#1486](https://github.com/pilosa/pilosa/pull/1486))
56+
- Add gossip Closer ([#1483](https://github.com/pilosa/pilosa/pull/1483))
57+
- Update docs references to WebUI naming (console) and installation ([#1493](https://github.com/pilosa/pilosa/pull/1493))
58+
859
## [v1.0.0] - 2018-07-09
960

10-
This version contains 218 contributions from 7 contributors. There are 184 files changed, 21,769 insertions, and 20,275 deletions.
61+
This version contains 218 contributions from 7 contributors. There are 184 files changed; 21,769 insertions; and 20,275 deletions.
1162

1263
### Added
1364

@@ -55,7 +106,7 @@ This version contains 218 contributions from 7 contributors. There are 184 files
55106

56107
## [v0.10.0] - 2018-05-15
57108

58-
This version contains 93 contribution from 8 contributors. There are 93 files changed, 4,495 insertions, and 5,392 deletions.
109+
This version contains 93 contributions from 8 contributors. There are 93 files changed; 4,495 insertions; and 5,392 deletions.
59110

60111
### Added
61112

@@ -86,7 +137,7 @@ This version contains 93 contribution from 8 contributors. There are 93 files ch
86137

87138
## [v0.9.0] - 2018-05-04
88139

89-
This version contains 188 contribution from 12 contributors. There are 141 files changed, 17,832 insertions, and 7,503 deletions.
140+
This version contains 188 contributions from 12 contributors. There are 141 files changed; 17,832 insertions; and 7,503 deletions.
90141

91142
*Please see special [upgrading instructions](https://www.pilosa.com/docs/latest/administration/#version-0-9) for this release.*
92143

@@ -168,23 +219,23 @@ This version contains 188 contribution from 12 contributors. There are 141 files
168219

169220
## [0.8.8] - 2018-02-19
170221

171-
This version contains 1 contribution from 2 contributors. There are 4 files changed, 1,153 insertions, and 618 deletions.
222+
This version contains 1 contribution from 2 contributors. There are 4 files changed; 1,153 insertions; and 618 deletions.
172223

173224
### Fixed
174225

175226
- Bug fixes and improved test coverage in roaring ([#1118](https://github.com/pilosa/pilosa/pull/1118))
176227

177228
## [0.8.7] - 2018-02-12
178229

179-
This version contains 1 contribution from 1 contributors. There are 2 files changed, 84 insertions, and 4 deletions.
230+
This version contains 1 contribution from 1 contributors. There are 2 files changed; 84 insertions; and 4 deletions.
180231

181232
### Fixed
182233

183234
- Fix a shift logic bug in bitmapZeroRange ([#1111](https://github.com/pilosa/pilosa/pull/1111))
184235

185236
## [0.8.6] - 2018-02-09
186237

187-
This version contains 2 contributions from 2 contributors. There are 3 files changed, 171 insertions, and 6 deletions.
238+
This version contains 2 contributions from 2 contributors. There are 3 files changed; 171 insertions; and 6 deletions.
188239

189240
### Fixed
190241

@@ -193,15 +244,15 @@ This version contains 2 contributions from 2 contributors. There are 3 files cha
193244

194245
## [0.8.5] - 2018-01-18
195246

196-
This version contains 1 contribution from 1 contributor. There is 1 file changed, 1 insertion, and 0 deletions.
247+
This version contains 1 contribution from 1 contributor. There is 1 file changed; 1 insertion, and 0 deletions.
197248

198249
### Fixed
199250

200251
- Bind Docker container on all interfaces ([#1061](https://github.com/pilosa/pilosa/pull/1061))
201252

202253
## [0.8.4] - 2018-01-10
203254

204-
This version contains 4 contributions from 3 contributors. There are 17 files changed, 974 insertions, and 221 deletions.
255+
This version contains 4 contributions from 3 contributors. There are 17 files changed; 974 insertions; and 221 deletions.
205256

206257
### Fixed
207258

@@ -215,23 +266,23 @@ This version contains 4 contributions from 3 contributors. There are 17 files ch
215266

216267
## [0.8.3] - 2017-12-12
217268

218-
This version contains 1 contribution from 1 contributor. There are 2 files changed, 59 insertions, and 42 deletions.
269+
This version contains 1 contribution from 1 contributor. There are 2 files changed; 59 insertions; and 42 deletions.
219270

220271
### Fixed
221272

222273
- Protect against accessing pointers to memory which was unmapped ([#1000](https://github.com/pilosa/pilosa/pull/1000))
223274

224275
## [0.8.2] - 2017-12-05
225276

226-
This version contains 1 contribution from 1 contributor. There are 15 files changed, 127 insertions, and 98 deletions.
277+
This version contains 1 contribution from 1 contributor. There are 15 files changed; 127 insertions; and 98 deletions.
227278

228279
### Fixed
229280

230281
- Modify initialization of HTTP client so only one instance is created ([#994](https://github.com/pilosa/pilosa/pull/994))
231282

232283
## [0.8.1] - 2017-11-15
233284

234-
This version contains 2 contributions from 2 contributors. There are 4 files changed, 27 insertions, and 14 deletions.
285+
This version contains 2 contributions from 2 contributors. There are 4 files changed; 27 insertions; and 14 deletions.
235286

236287
### Fixed
237288

@@ -240,7 +291,7 @@ This version contains 2 contributions from 2 contributors. There are 4 files cha
240291

241292
## [0.8.0] - 2017-11-15
242293

243-
This version contains 31 contributions from 8 contributors. There are 84 files changed, 3,732 insertions, and 1,428 deletions.
294+
This version contains 31 contributions from 8 contributors. There are 84 files changed; 3,732 insertions; and 1,428 deletions.
244295

245296
### Added
246297

@@ -277,15 +328,15 @@ This version contains 31 contributions from 8 contributors. There are 84 files c
277328

278329
## [0.7.2] - 2017-11-15
279330

280-
This version contains 1 contribution from 1 contributor. There is 1 file changed, 16 insertions, and 1 deletion.
331+
This version contains 1 contribution from 1 contributor. There is 1 file changed; 16 insertions; and 1 deletion.
281332

282333
### Changed
283334

284335
- Bump HTTP client's MaxIdleConns and MaxIdleConnsPerHost ([#920](https://github.com/pilosa/pilosa/pull/920))
285336

286337
## [0.7.1] - 2017-10-09
287338

288-
This version contains 3 contributions from 3 contributors. There are 14 files changed, 221 insertions, and 52 deletions.
339+
This version contains 3 contributions from 3 contributors. There are 14 files changed; 221 insertions; and 52 deletions.
289340

290341
### Changed
291342

@@ -297,7 +348,7 @@ This version contains 3 contributions from 3 contributors. There are 14 files ch
297348

298349
## [0.7.0] - 2017-10-03
299350

300-
This version contains 59 contributions from 9 contributors. There are 61 files changed, 5207 insertions, and 1054 deletions.
351+
This version contains 59 contributions from 9 contributors. There are 61 files changed; 5207 insertions; and 1054 deletions.
301352

302353
### Added
303354

@@ -342,7 +393,7 @@ This version contains 59 contributions from 9 contributors. There are 61 files c
342393

343394
## [0.6.0] - 2017-08-11
344395

345-
This version contains 14 contributions from 5 contributors. There are 28 files changed, 4,936 insertions, and 692 deletions.
396+
This version contains 14 contributions from 5 contributors. There are 28 files changed; 4,936 insertions; and 692 deletions.
346397

347398
### Added
348399

@@ -359,7 +410,7 @@ This version contains 14 contributions from 5 contributors. There are 28 files c
359410

360411
## [0.5.0] - 2017-08-02
361412

362-
This version contains 65 contributions from 8 contributors (including 1 volunteer contributor). There are 79 files changed, 7,972 insertions, and 2,800 deletions.
413+
This version contains 65 contributions from 8 contributors (including 1 volunteer contributor). There are 79 files changed; 7,972 insertions; and 2,800 deletions.
363414

364415
### Added
365416

@@ -390,7 +441,7 @@ This version contains 65 contributions from 8 contributors (including 1 voluntee
390441

391442
## [0.4.0] - 2017-06-08
392443

393-
This version contains 53 contributions from 13 contributors (including 4 volunteer contributors). There are 96 files changed, 6373 insertions, and 770 deletions.
444+
This version contains 53 contributions from 13 contributors (including 4 volunteer contributors). There are 96 files changed; 6373 insertions; and 770 deletions.
394445

395446
*Note that data files created in Pilosa < 0.4.0 are not compatible with Pilosa 0.4.0 as a result of [#520](https://github.com/pilosa/pilosa/pull/520).*
396447

@@ -447,3 +498,4 @@ This version contains 53 contributions from 13 contributors (including 4 volunte
447498
[0.9.0]: https://github.com/pilosa/pilosa/compare/v0.8...v0.9
448499
[0.10.0]: https://github.com/pilosa/pilosa/compare/v0.9...v0.10
449500
[1.0.0]: https://github.com/pilosa/pilosa/compare/v0.10...v1.0
501+
[1.1.0]: https://github.com/pilosa/pilosa/compare/v1.0...v1.1

docs/installation.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ There are four ways to install Pilosa on MacOS: Use [Homebrew](https://brew.sh/)
4242
backing up, and more. Complete documentation is available
4343
at https://www.pilosa.com/docs/.
4444
45-
Version: v1.0.0
45+
Version: v1.1.0
4646
Build Time: 2018-05-14T22:14:01+0000
4747
4848
Usage:
@@ -71,19 +71,19 @@ There are four ways to install Pilosa on MacOS: Use [Homebrew](https://brew.sh/)
7171
7272
1. Download the latest release:
7373
```
74-
curl -L -O https://github.com/pilosa/pilosa/releases/download/v1.0.0/pilosa-v1.0.0-darwin-amd64.tar.gz
74+
curl -L -O https://github.com/pilosa/pilosa/releases/download/v1.1.0/pilosa-v1.1.0-darwin-amd64.tar.gz
7575
```
7676
7777
Other releases can be downloaded from our Releases page on Github.
7878
7979
2. Extract the binary:
8080
```
81-
tar xfz pilosa-v1.0.0-darwin-amd64.tar.gz
81+
tar xfz pilosa-v1.1.0-darwin-amd64.tar.gz
8282
```
8383
8484
3. Move the binary into your PATH so you can run `pilosa` from any shell:
8585
```
86-
cp -i pilosa-v1.0.0-darwin-amd64/pilosa /usr/local/bin
86+
cp -i pilosa-v1.1.0-darwin-amd64/pilosa /usr/local/bin
8787
```
8888
8989
4. Make sure Pilosa is installed successfully:
@@ -100,7 +100,7 @@ There are four ways to install Pilosa on MacOS: Use [Homebrew](https://brew.sh/)
100100
backing up, and more. Complete documentation is available
101101
at https://www.pilosa.com/docs/.
102102
103-
Version: v1.0.0
103+
Version: v1.1.0
104104
Build Time: 2018-05-14T22:14:01+0000
105105
106106
Usage:
@@ -163,7 +163,7 @@ There are four ways to install Pilosa on MacOS: Use [Homebrew](https://brew.sh/)
163163
backing up, and more. Complete documentation is available
164164
at https://www.pilosa.com/docs/.
165165
166-
Version: v1.0.0
166+
Version: v1.1.0
167167
Build Time: 2018-05-14T22:14:01+0000
168168
169169
Usage:
@@ -222,19 +222,19 @@ There are three ways to install Pilosa on Linux: download the binary (recommende
222222
223223
1. To install the latest version of Pilosa, download the latest release:
224224
```
225-
curl -L -O https://github.com/pilosa/pilosa/releases/download/v1.0.0/pilosa-v1.0.0-linux-amd64.tar.gz
225+
curl -L -O https://github.com/pilosa/pilosa/releases/download/v1.1.0/pilosa-v1.1.0-linux-amd64.tar.gz
226226
```
227227
228228
Note: This assumes you are using an `amd64` compatible architecture. Other releases can be downloaded from our Releases page on Github.
229229
230230
2. Extract the binary:
231231
```
232-
tar xfz pilosa-v1.0.0-linux-amd64.tar.gz
232+
tar xfz pilosa-v1.1.0-linux-amd64.tar.gz
233233
```
234234
235235
3. Move the binary into your PATH so you can run `pilosa` from any shell:
236236
```
237-
cp -i pilosa-v1.0.0-linux-amd64/pilosa /usr/local/bin
237+
cp -i pilosa-v1.1.0-linux-amd64/pilosa /usr/local/bin
238238
```
239239
240240
4. Make sure Pilosa is installed successfully:
@@ -251,7 +251,7 @@ There are three ways to install Pilosa on Linux: download the binary (recommende
251251
backing up, and more. Complete documentation is available
252252
at https://www.pilosa.com/docs/.
253253
254-
Version: v1.0.0
254+
Version: v1.1.0
255255
Build Time: 2018-05-14T22:14:01+0000
256256
257257
Usage:
@@ -314,7 +314,7 @@ There are three ways to install Pilosa on Linux: download the binary (recommende
314314
backing up, and more. Complete documentation is available
315315
at https://www.pilosa.com/docs/.
316316
317-
Version: v1.0.0
317+
Version: v1.1.0
318318
Build Time: 2018-05-14T22:14:01+0000
319319
320320
Usage:

0 commit comments

Comments
 (0)