Skip to content

v6.0.0

Compare
Choose a tag to compare
@tomasfabian tomasfabian released this 30 Apr 13:43
· 133 commits to main since this release
861f5d7
  • added SetEndpointType to KSqlDbContextOptionsBuilder for configuring to use either "/query" or "/query-stream" endpoint
  • CreateQuery and CreateQueryStream were merged. CreatePullQuery by default uses http/2 now. Subsequently CreateQueryStream was renamed to CreatePushQuery to align with the nomenclature of CreatePullQuery.
  • removed SetupQuery from KSqlDbContextOptionsBuilder, it was unified with SetupQueryStream. Subsequently SetupQueryStream was renamed to SetupPushQuery to align with the nomenclature of SetupPullQuery.
  • introduced distinct parameters specifically tailored for pull queries. This modification results in a breaking change. Before this update, the parameters sent to both the 'query' and 'query-stream' endpoints were shared between pull and push queries. #77
  • see also breakingchanges.md