David, I think that only two of my commits are noteworthy: RYA-337 - Enabled query batching for MongoDB DAO. Previously, the MongoDB DAO sent one Statement Pattern query at a time to Mongo. Now, the DAO batches Statement Pattern queries and performs a client side join (like the Accumulo DAO).
RYA-323 - Enabled Multi Var Geo Functions. Previously, all Rya GeoSPARQL functions required that at least one parameter was a constant (eg "geof:sfWithin(?wkt, "POLYGON(( ... )))" ). now, we can solve filters that have no constants (eg "geof:near(?wkt2, ?wkt1))") --Aaron On Fri, Aug 18, 2017 at 3:13 PM Aaron D. Mihalik <[email protected]> wrote: > Hey David, > > This might be helpful: I scrapped the git logs and put together a > spreadsheet of everything committed since last release. It's up on google > docs at: > > > https://docs.google.com/spreadsheets/d/1mwp0HRHBVrH_TR1ZGOfO8d3044NbrMJ3wO5TtyRp5So/edit?usp=sharing > > --Aaron > > On Fri, Aug 18, 2017 at 2:44 PM David Lotts <[email protected]> wrote: > >> Lets get this started! >> >> Contributors, please send me one or two English sentence for each major >> feature that you principally worked on, describing the feature. This >> would >> be all features since October. I will compile this into the release >> notes. I will also link the Jira generated release notes to be exhaustive >> < >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12341279&styleName=&projectId=12319020&Create=Create >> > >> . >> >> I need them no later than Wednesday 8/23/2017. >> >> You can skip bugs unless you think them noteworthy. Multiple sentences >> might be appropriate for some features. >> >> Send them either to this list or to me directly. >> thanks, >> david. >> >
