Skip to content

Releases: koralium/flowtide

Version 0.11.0 alpha 1

23 May 11:54
7321bc6
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Update to the latest substrait version by @Ulimo in #471
  • Add stream benchmarks to be able to test performance between versions by @Ulimo in #472
  • Allow setting a custom task scheduler by @Ulimo in #473
  • Add support for permify as a connector by @Ulimo in #466
  • Bug fix: Reusing of dataflowblockoptions caused no possible restarts by @Ulimo in #477
  • Bug fixes: Fix aggregation emit list in optimizer and not in by @Ulimo in #476

Full Changelog: v0.10.1...v0.11.0-alpha1

Version 0.10.1

13 May 08:58
bf750e1
Compare
Choose a tag to compare

What's Changed

  • Fix bug where worker should use run instead of start by @Ulimo in #470

Full Changelog: v0.10.0...v0.10.1

Version 0.10.0

10 May 09:38
b9754dd
Compare
Choose a tag to compare

What's Changed

  • Add support for hybrid execution mode by @Ulimo in #411
  • Add support to configure default page size in bplustree by @Ulimo in #414
  • Add support to set minimum time between checkpoints. by @Ulimo in #413
  • Sharepoint: Fix bug where an error could cause it to skip reading results from inserts by @Ulimo in #415
  • SQL Server: Bug fix in source where exception could cause it to skip … by @Ulimo in #417
  • Bump Microsoft.Extensions.ObjectPool from 8.0.1 to 8.0.2 by @dependabot in #402
  • Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /docs by @dependabot in #416
  • Bump Microsoft.EntityFrameworkCore.InMemory from 7.0.15 to 7.0.17 by @dependabot in #412
  • Bump follow-redirects from 1.15.4 to 1.15.6 in /docs by @dependabot in #410
  • Bump follow-redirects from 1.15.4 to 1.15.6 in /src/FlowtideDotNet.AspNetCore/ClientApp by @dependabot in #409
  • Bump Microsoft.VisualStudio.Azure.Containers.Tools.Targets from 1.19.5 to 1.19.6 by @dependabot in #404
  • Move compaction to be done before checkpointing by @Ulimo in #420
  • Bump OpenFga.Sdk from 0.3.0 to 0.3.1 by @dependabot in #405
  • Bump xunit from 2.6.6 to 2.7.0 by @dependabot in #403
  • Bump express from 4.18.2 to 4.19.2 in /docs by @dependabot in #419
  • Bump express from 4.18.2 to 4.19.2 in /src/FlowtideDotNet.AspNetCore/ClientApp by @dependabot in #418
  • [Snyk] Upgrade reactflow from 11.10.1 to 11.10.4 by @Ulimo in #421
  • [Snyk] Upgrade @headlessui/react from 1.7.17 to 1.7.18 by @Ulimo in #423
  • Change from gatsby to next.js for client frontend by @Ulimo in #429
  • Remove remark grid tables from docs by @Ulimo in #430
  • Bump MongoDB.Driver from 2.23.1 to 2.24.0 by @dependabot in #424
  • Bump Testcontainers.MsSql and Testcontainers by @dependabot in #426
  • Bump Microsoft.FASTER.Devices.AzureStorage and Microsoft.FASTER.Core by @dependabot in #427
  • Bump Google.Protobuf from 3.25.2 to 3.26.1 by @dependabot in #428
  • Bump OpenTelemetry.Exporter.Prometheus.AspNetCore from 1.6.0-rc.1 to 1.7.0-rc.1 by @dependabot in #425
  • Remove regex timeout from strftime by @Ulimo in #436
  • Fix generic read so filters are applied correctly by @Ulimo in #441
  • Fix paths for UI with next.js by @Ulimo in #444
  • Kafka: Set start offsets to -1 for all partitions on fetch exisitng by @Ulimo in #445
  • Add support for custom primary keys in Sql Server by @Ulimo in #446
  • Add support for map key reference in query by @Ulimo in #449
  • Add support for table functions, unnest as first function by @Ulimo in #450
  • Add equal & gethashcode for all relations and expressions by @Ulimo in #455
  • SQL: Add wildcard support in select by @Ulimo in #453
  • Implement char length by @Ulimo in #458
  • Fix so not like actually adds a negation infront by @Ulimo in #459
  • Update to .net 8 by @Ulimo in #463
  • Add connector manager as the new solution to add sinks and sources by @Ulimo in #461
  • Add dependency injection project to simplify startup by @Ulimo in #465
  • Add support for sharepoint source by @Ulimo in #468
  • Update security policy for 0.10.0 by @Ulimo in #469

Full Changelog: v0.9.2...v0.10.0

Version 0.10.0 alpha 13

09 May 12:59
5704500
Compare
Choose a tag to compare
Pre-release

Version 0.10.0 alpha 12

08 May 23:25
1e7613b
Compare
Choose a tag to compare
Pre-release

Add dependency injection package to release

Version 0.10.0 alpha 11

08 May 14:57
ec479e6
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Update to .net 8 by @Ulimo in #463
  • Add connector manager as the new solution to add sinks and sources by @Ulimo in #461
  • Add dependency injection project to simplify startup by @Ulimo in #465

Full Changelog: v0.10.0-alpha10...v0.10.0-alpha11

Version 0.10.0 alpha 10

03 May 14:02
ea00764
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Add support for map key reference in query by @Ulimo in #449
  • Add support for table functions, unnest as first function by @Ulimo in #450
  • Add equal & gethashcode for all relations and expressions by @Ulimo in #455
  • SQL: Add wildcard support in select by @Ulimo in #453
  • Implement char length by @Ulimo in #458
  • Fix so not like actually adds a negation infront by @Ulimo in #459

Full Changelog: v0.10.0-alpha9...v0.10.0-alpha10

Version 0.10.0 alpha 9

24 Apr 12:42
ce74e94
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Add support for custom primary keys in Sql Server by @Ulimo in #446

Full Changelog: v0.10.0-alpha8...v0.10.0-alpha9

Version 0.10.0 alpha 8

23 Apr 07:58
51ec973
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Fix paths for UI with next.js by @Ulimo in #444
  • Kafka: Set start offsets to -1 for all partitions on fetch exisitng by @Ulimo in #445

Full Changelog: v0.10.0-alpha7...v0.10.0-alpha8

v0.10.0-alpha7

17 Apr 17:53
aff2794
Compare
Choose a tag to compare
v0.10.0-alpha7 Pre-release
Pre-release

What's Changed

  • Fix generic read so filters are applied correctly by @Ulimo in #441

Full Changelog: v0.10.0-alpha6...v0.10.0-alpha7