You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 2018-06-26 |[**0.4.2**](https://github.com/bullet-db/bullet-core/releases/tag/bullet-core-0.4.2)| Fixes a bug with unclosed connections in the RESTPubSub |[JavaDocs](java-docs/bullet-core/0.4.2/index.html)|
| 2018-06-26 |[**0.4.2**](https://github.com/bullet-db/bullet-core/releases/tag/bullet-core-0.4.2)| Fixes a bug with unclosed connections in the RESTPubSub |[JavaDocs](apidocs/bullet-core/0.4.2/index.html)|
| 2018-06-18 |[**0.4.0**](https://github.com/bullet-db/bullet-core/releases/tag/bullet-core-0.4.0)| Added support for Integer and Float data types, and configurable BulletRecordProvider class used to instantiate BulletRecords in bullet-core ||
32
32
| 2018-04-11 |[**0.3.4**](https://github.com/bullet-db/bullet-core/releases/tag/bullet-core-0.3.4)| Pre-Start delaying and Buffering changes - queries are now buffered at the start of a query instead of start of each window ||
@@ -66,9 +66,9 @@ The implementation of Bullet on Storm. Due to major API changes between Storm <=
| 2018-06-18 |[**0.8.3**](https://github.com/bullet-db/bullet-storm/releases/tag/bullet-storm-0.8.3)|[**0.8.3**](https://github.com/bullet-db/bullet-storm/releases/tag/bullet-storm-0.10-0.8.3)| Using new bullet-record and bullet-core supporting Integer and Float data types |[JavaDocs](java-docs/bullet-storm/0.8.3/index.html)|
| 2018-06-18 |[**0.8.3**](https://github.com/bullet-db/bullet-storm/releases/tag/bullet-storm-0.8.3)|[**0.8.3**](https://github.com/bullet-db/bullet-storm/releases/tag/bullet-storm-0.10-0.8.3)| Using new bullet-record and bullet-core supporting Integer and Float data types |[JavaDocs](apidocs/bullet-storm/0.8.3/index.html)|
72
72
| 2018-04-12 |[**0.8.2**](https://github.com/bullet-db/bullet-storm/releases/tag/bullet-storm-0.8.2)|[**0.8.2**](https://github.com/bullet-db/bullet-storm/releases/tag/bullet-storm-0.10-0.8.2)| Delaying query start in Join Bolt ||
73
73
| 2018-04-04 |[**0.8.1**](https://github.com/bullet-db/bullet-storm/releases/tag/bullet-storm-0.8.1)|[**0.8.1**](https://github.com/bullet-db/bullet-storm/releases/tag/bullet-storm-0.10-0.8.1)| Fixed bug in JoinBolt ||
| 2018-06-18 |[**0.1.2**](https://github.com/bullet-db/bullet-spark/releases/tag/bullet-spark-0.1.2)| Uses SimpleBulletRecord to avoid some Spark serialization issues with Avro |[SparkDocs](java-docs/bullet-spark/0.1.2/index.html)|
| 2018-06-18 |[**0.1.2**](https://github.com/bullet-db/bullet-spark/releases/tag/bullet-spark-0.1.2)| Uses SimpleBulletRecord to avoid some Spark serialization issues with Avro |[SparkDocs](apidocs/bullet-spark/0.1.2/index.html)|
107
107
| 2018-06-08 |[**0.1.1**](https://github.com/bullet-db/bullet-spark/releases/tag/bullet-spark-0.1.1)| Adds a command flag to pass custom setting file ||
108
108
| 2018-05-25 |[**0.1.0**](https://github.com/bullet-db/bullet-spark/releases/tag/bullet-spark-0.1.0)| The first release ||
109
109
@@ -125,9 +125,9 @@ The Web Service implementation that can serve a static schema from a file and ta
| 2018-07-17 |[**0.4.0**](https://github.com/bullet-db/bullet-service/releases/tag/bullet-service-0.4.0)| Enhanced Web Service to support BQL queries |[JavaDocs](java-docs/bullet-service/0.4.0/index.html)|
| 2018-07-17 |[**0.4.0**](https://github.com/bullet-db/bullet-service/releases/tag/bullet-service-0.4.0)| Enhanced Web Service to support BQL queries |[JavaDocs](apidocs/bullet-service/0.4.0/index.html)|
131
131
| 2018-06-25 |[**0.3.0**](https://github.com/bullet-db/bullet-service/releases/tag/bullet-service-0.3.0)| Upgrades to Netty-less Bullet Core for the RESTPubsub ||
132
132
| 2018-06-14 |[**0.2.2**](https://github.com/bullet-db/bullet-service/releases/tag/bullet-service-0.2.2)| Adding settings to configure Websocket ||
133
133
| 2018-04-02 |[**0.2.1**](https://github.com/bullet-db/bullet-service/releases/tag/bullet-service-0.2.1)| Moved and renamed settings ||
@@ -179,9 +179,9 @@ The AVRO container that you need to convert your data into to be consumed by Bul
| 2018-06-14 |[**0.2.0**](https://github.com/bullet-db/bullet-record/releases/tag/bullet-record-0.2.0)| Makes BulletRecord pluggable, adds simple record and avro record implementations |[JavaDocs](java-docs/bullet-record/0.2.0/index.html)|
| 2018-06-14 |[**0.2.0**](https://github.com/bullet-db/bullet-record/releases/tag/bullet-record-0.2.0)| Makes BulletRecord pluggable, adds simple record and avro record implementations |[JavaDocs](apidocs/bullet-record/0.2.0/index.html)|
185
185
| 2017-05-19 |[**0.1.2**](https://github.com/bullet-db/bullet-record/releases/tag/bullet-record-0.1.2)| Reduces the memory footprint needed to serialize itself by a factor of 128 for small records ||
186
186
| 2017-04-17 |[**0.1.1**](https://github.com/bullet-db/bullet-record/releases/tag/bullet-record-0.1.1)| Helper methods to remove, rename, check presence and count fields in the Record ||
| 2018-07-17 |[**0.1.1**](https://github.com/bullet-db/bullet-bql/releases/tag/bullet-bql-0.1.1)| Stops publishing fat jar and marks slf4j dependency provided |[JavaDocs](java-docs/bullet-bql/0.1.1/index.html)|
| 2018-07-17 |[**0.1.1**](https://github.com/bullet-db/bullet-bql/releases/tag/bullet-bql-0.1.1)| Stops publishing fat jar and marks slf4j dependency provided |[JavaDocs](apidocs/bullet-bql/0.1.1/index.html)|
227
227
| 2018-07-05 |[**0.1.0**](https://github.com/bullet-db/bullet-bql/releases/tag/bullet-bql-0.1.0)| First release ||
0 commit comments