This repository was archived by the owner on Feb 21, 2024. It is now read-only.
v1.0.0
This version contains 218 contributions from 7 contributors. There are 184 files changed, 21,769 insertions, and 20,275 deletions.
Added
Changed
- HTTP handler updates (#1408, #1399, #1441, #1375, #1433, #1444, #1388, #1309, #1302, #1304, #1465, #1466)
- Refactor/improve tests (#1437, #1434, #1435, #1425, #1418, #1419, #1413, #1394, #1387, #1386, #1378, #1364, #1348, #1340, #1297)
- Simplify inter-node communication (#1428, #1427, #1412, #1398, #1391, #1389)
- Make gossip's interface to Pilosa the API struct (#1452)
- Rename slice to shard (#1426)
- Clearbit for time fields (#1424)
- Update docs (#1390, #1329, #1305, #1296, #1461)
- Simplify server setup (#1417, #1393,#1451)
- Refactor API (#1407)
- Rewrite PQL parser and add various improvements/simplifications (#1382, #1402, #1354, #1463)
- Rename "frame" to "field" (#1395, #1362, #1360, #1358, #1357, #1355)
- Optimize count (#1365)
- Simplify bitmap max function (#1333)
- Rename "bit" to "column" for clarity (#1326)
- Rename pilosa.Bitmap to Row (#1311)
- Invert encoding/decoding and remove internal references (#1454)
Removed
- Rename (unexport) many items to reduce public API footprint prior to 1.0 release (#1470, #1458, #1450, #1449, #1448, #1447, #1446, #1438, #1443, #1440, #1439, #1409, #1392, #1374, #1372, #1369, #1367, #1366, #1351, #1420, #1416, #1397)
- Remove dead code (#1432, #1457, #1421, #1411, #1377, #1393, #1462)
- Remove view argument from Field.SetBit and Field.ClearBit (#1396)
- Remove WebUI (now contained in a separate package) (#1363)
- Remove bench command (#1347)
- Remove "view" from API, handler, docs (#1346)
- Remove backup/restore stuff (#1339, #1341)
- Remove inverse frame functionality (#1335)
- Remove rangeEnabled option (#1332)
- Remove index and field MarshalJSON (#1468)