@@ -5,6 +5,51 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## [ 0.7.0] - 2017-10-03
9
+
10
+ This version contains 59 contributions from 9 contributors. There are 61 files changed, 5207 insertions, and 1054 deletions.
11
+
12
+ ### Added
13
+
14
+ - Add HTTP API for fields ([ #811 ] ( https://github.com/pilosa/pilosa/pull/811 ) , [ #856 ] ( https://github.com/pilosa/pilosa/pull/856 ) )
15
+ - Add HTTP API for delete views ([ #785 ] ( https://github.com/pilosa/pilosa/pull/785 ) )
16
+ - Modify import endpoint to handle BSI field values ([ #840 ] ( https://github.com/pilosa/pilosa/pull/840 ) )
17
+ - Add field Range() support to Executor ([ #791 ] ( https://github.com/pilosa/pilosa/pull/791 ) )
18
+ - Support PQL Range() queries for fields ([ #755 ] ( https://github.com/pilosa/pilosa/pull/755 ) )
19
+ - Add Sum() and Average() field queries ([ #778 ] ( https://github.com/pilosa/pilosa/pull/778 ) )
20
+ - Add documentation for BSI ([ #861 ] ( https://github.com/pilosa/pilosa/pull/861 ) )
21
+ - Add BETWEEN for Range queries ([ #847 ] ( https://github.com/pilosa/pilosa/pull/847 ) )
22
+ - Add Xor support for PQL ([ #789 ] ( https://github.com/pilosa/pilosa/pull/789 ) )
23
+ - Enables auto-creating the schema on imports ([ #837 ] ( https://github.com/pilosa/pilosa/pull/837 ) )
24
+ - Updated client library docs ([ #831 ] ( https://github.com/pilosa/pilosa/pull/831 ) )
25
+ - Handle SIGTERM signal ([ #830 ] ( https://github.com/pilosa/pilosa/pull/830 ) )
26
+ - Add cluster config example to docs ([ #806 ] ( https://github.com/pilosa/pilosa/pull/806 ) )
27
+ - Add ability to suprress attributes and bits in Bitmap queries ([ #783 ] ( https://github.com/pilosa/pilosa/pull/783 ) )
28
+
29
+ ### Fixed
30
+
31
+ - Fix panic when iterating over an empty run container ([ #860 ] ( https://github.com/pilosa/pilosa/pull/860 ) )
32
+ - Fix row id zero bug ([ #814 ] ( https://github.com/pilosa/pilosa/pull/814 ) )
33
+ - Fix cache invalidation bug ([ #795 ] ( https://github.com/pilosa/pilosa/pull/795 ) )
34
+ - Set container.n in differenceRunRun ([ #794 ] ( https://github.com/pilosa/pilosa/pull/794 ) )
35
+ - Fix infinite loop in bitmap-to-array conversion ([ #779 ] ( https://github.com/pilosa/pilosa/pull/779 ) )
36
+ - Fix Countrange bug ([ #773 ] ( https://github.com/pilosa/pilosa/pull/773 ) )
37
+
38
+ ### Removed
39
+
40
+ - Remove support for row/column labels ([ #839 ] ( https://github.com/pilosa/pilosa/pull/839 ) )
41
+
42
+ ### Performance
43
+
44
+ - Refactor differencerunarray ([ #859 ] ( https://github.com/pilosa/pilosa/pull/859 ) )
45
+ - Update fragment.FieldSum to use roaring IntersectionCount() ([ #841 ] ( https://github.com/pilosa/pilosa/pull/841 ) )
46
+ - Add roaring optimizations ([ #842 ] ( https://github.com/pilosa/pilosa/pull/842 ) )
47
+ - Convert lock to read lock ([ #848 ] ( https://github.com/pilosa/pilosa/pull/848 ) )
48
+ - Reduce Lock calls in executor ([ #846 ] ( https://github.com/pilosa/pilosa/pull/846 ) )
49
+ - Implement container.flipBitmap() to improve differenceRunBitmap() ([ #849 ] ( https://github.com/pilosa/pilosa/pull/849 ) )
50
+ - Reuse container storage on UnmarshalBinary to improve memory utilization ([ #820 ] ( https://github.com/pilosa/pilosa/pull/820 ) )
51
+ - Improve WriteTo performance ([ #812 ] ( https://github.com/pilosa/pilosa/pull/812 ) )
52
+
8
53
## [ 0.6.0] - 2017-08-11
9
54
10
55
This version contains 14 contributions from 5 contributors. There are 28 files changed, 4,936 insertions, and 692 deletions.
0 commit comments