v0.9.0
What's Changed
- Move
dephaven.learn
RowSet generation to use a builder. by @chipkent in #1654 - Unify prop files for builds and production by @niloc132 in #1752
- Create a new array rather than slicing a typedarray to support nulls by @niloc132 in #1794
- Do not use the "week year" when year is expected by @niloc132 in #1798
- Port Parallel Select Implementation from Deephaven Enterprise. by @cpwright in #1749
- Replace Docker references from grpc-api to server by @devinrsmith in #1795
- Backport bench tweaks for RowSetGetFindBench and gradle setup for Benchmarks. by @jcferretti in #1797
- Fix redpanda docker-compose.yml related files by @jcferretti in #1801
- Fix remaining references to 'grpc-api'. Add "connect-check" java-client-session-examples command by @devinrsmith in #1802
- Refactored away TableTools module, fixes #1553 by @jmao-denver in #1631
- Added AggFormula in io.deephaven.api.agg.Aggregation, fixes #1699 by @jmao-denver in #1813
- Use the same version of barrage in all parts of the project by @niloc132 in #1799
- Support unions with null in Avro nested record traversals; BigDecimals via ByteBuffer. by @jcferretti in #1814
- Add commented out debugging settings to docker-compose-common, to ease out turning debugging on. by @jcferretti in #1811
- New approach to CSV reading by @kosak in #1629
- Raise the gRPC max payload limit to 100mb by @niloc132 in #1817
- Flat Array Sources for Static Select, Parquet Cleanups by @cpwright in #1793
- Fix chunk leak in ReAvg and ReVar context. by @cpwright in #1821
- Fix missing "!=" support for WhereFilterFactory, and tighten up the char literal matching regex by @rcaudy in #1820
- Update web to v0.9.0 by @mofojed in #1823
- Add AutoService by @devinrsmith in #1824
- Initial CDC support for DHC by @jcferretti in #1819
- Mark grpc dependencies as api by @devinrsmith in #1805
- gRPC websocket streams should close sanely by @niloc132 in #1772
- Change gradle config to fetch FastDoubleParser from the Maven central repository by @kosak in #1828
- CsvReader: provide correct logical and physical row numbers. by @kosak in #1837
- Bump node and protoc-base to latest versions by @devinrsmith in #1838
- Bump in prep for end of month release of 0.9.0 by @devinrsmith in #1841
- Tag protoc-base as part of the release. by @devinrsmith in #1840
- JS API should copy data for all columns, and should size consistently by @niloc132 in #1835
- Add base+ images to repo and info to README by @jjbrosnan in #1803
- Ensure newline, print out gradle.properties by @devinrsmith in #1851
- A workaround to a JPY issue with long values, fixes #1461 by @jmao-denver in #1843
- [groovy] fix err msg for x[index] on anonymous object by @nbauernfeind in #1522
- Fix batch export response handling pyclient by @devinrsmith in #1859
- Unordered Fill in LongAsDateTime and ByteAsBoolean needs to set size, fixes #1857 by @cpwright in #1862
- Jpy's mvn build should be in batch mode to reduce log noise by @niloc132 in #1865
- Use virtual environment from latest upstream base images. by @devinrsmith in #1863
- Update NLTK dependencies. by @devinrsmith in #1870
- ObjectType and Plugins by @devinrsmith in #1787
- Factor out the need for docker compose from docker tasks, to apply only to the ones that really need it. by @jcferretti in #1882
- Upgrade to Arrow 6.0.1 by @nbauernfeind in #1498
- Support registering a schema for a table (definition) to schema registry. Support DateTime publishing to Kafka. by @jcferretti in #1877
- Full version of derived tables for debezium demo. by @jcferretti in #1856
- Avoid exceptions on autocomplete by @niloc132 in #1876
- Fix variable order in console sessions by @mofojed in #1886
- Send enough bits to represent the column set to subscribe to by @niloc132 in #1887
- Single Column Select Parallelization by @cpwright in #1855
- Remove unused plugin dependency by @devinrsmith in #1889
- Properly unwrap deephaven2.table.Table for script session. by @devinrsmith in #1893
- Renamed
Index
toRowSet
in source by @lbooker42 in #1885 - Add convert-to-table by @devinrsmith in #1895
- Support publishing BigDecimal columns to Kafka Avro. by @jcferretti in #1894
- Rename check to quick ci by @devinrsmith in #1897
- Add predicate-based copy. Helpers for BaseArrayBackedMutableTable. by @devinrsmith in #1898
- Bump to latest base-images by @devinrsmith in #1900
- Quality of life improvements for formula handling around BigDecimal columns. by @jcferretti in #1899
- Web version bump v0.9.1 by @mofojed in #1901
- hand-wrapped the datetimeutils module, fixes #1640 by @jmao-denver in #1812
- Bump to latest python:3.7 by @devinrsmith in #1906
- Regenerate JSON and fix some poorly escaped < and >. by @cpwright in #1905
- Remove unused gradle.properties options by @devinrsmith in #1907
- Set load generation parameters the same as original demo by @jcferretti in #1908
New Contributors
- @lbooker42 made their first contribution in #1885
Full Changelog: v0.8.0...v0.9.0