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

Commit 5f0ef7e

Browse files
authored
Merge pull request #1573 from codysoyland/release-v1.0.2
Release v1.0.2
2 parents 0544c46 + 3cb95f3 commit 5f0ef7e

File tree

2 files changed

+26
-11
lines changed

2 files changed

+26
-11
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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.0.2] - 2018-08-01
9+
10+
This version contains 11 contributions from 3 contributors. There are 30 files changed, 1,569 insertions, and 1,215 deletions.
11+
12+
### Fixed
13+
14+
- 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))
15+
- Fix places where empty IndexOptions were being used ([#1547](https://github.com/pilosa/pilosa/pull/1547))
16+
- Fix translator syncing bug in cluster environments ([#1552](https://github.com/pilosa/pilosa/pull/1552))
17+
- Fix race condition in translate_test ([#1541](https://github.com/pilosa/pilosa/pull/1541))
18+
- Add IndexOptions to IndexInfo json response ([#1547](https://github.com/pilosa/pilosa/pull/1547))
19+
- Add proper locking to cluster code to prevent races ([#1533](https://github.com/pilosa/pilosa/pull/1533))
20+
- Re-export erroneously unexported func Row.Intersect ([#1502](https://github.com/pilosa/pilosa/pull/1502))
21+
- Update parser to handle row keys on SetRowAttrs() ([#1555](https://github.com/pilosa/pilosa/pull/1555))
22+
823
## [v1.0.1] - 2018-07-11
924

1025
This version contains 12 contributions from 4 contributors. There are 11 files changed, 133 insertions, and 39 deletions.

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.1
45+
Version: v1.0.2
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.1/pilosa-v1.0.1-darwin-amd64.tar.gz
74+
curl -L -O https://github.com/pilosa/pilosa/releases/download/v1.0.2/pilosa-v1.0.2-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.1-darwin-amd64.tar.gz
81+
tar xfz pilosa-v1.0.2-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.1-darwin-amd64/pilosa /usr/local/bin
86+
cp -i pilosa-v1.0.2-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.1
103+
Version: v1.0.2
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.1
166+
Version: v1.0.2
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.1/pilosa-v1.0.1-linux-amd64.tar.gz
225+
curl -L -O https://github.com/pilosa/pilosa/releases/download/v1.0.2/pilosa-v1.0.2-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.1-linux-amd64.tar.gz
232+
tar xfz pilosa-v1.0.2-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.1-linux-amd64/pilosa /usr/local/bin
237+
cp -i pilosa-v1.0.2-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.1
254+
Version: v1.0.2
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.1
317+
Version: v1.0.2
318318
Build Time: 2018-05-14T22:14:01+0000
319319
320320
Usage:

0 commit comments

Comments
 (0)