Skip to content

Releases: Dingolytics/dingolytics-backend

v0.1.5

12 Jan 22:09

Choose a tag to compare

What's Changed

  • Extract IP address (v4) for ingested events by @rudyryk in #20

v0.1.4

30 Dec 23:10

Choose a tag to compare

What's Changed

  • Fix: proper escape parameters for Endpoints by @rudyryk in #17
  • Fix: latest result ID not saved to query 8e89fc7
  • Added migration for Query.is_published flag b03f962 4257fff

Full Changelog: v0.1.3...v0.1.4

v0.1.3

08 Dec 13:26

Choose a tag to compare

What's Changed

  • Updated clickhouse-connect -> 0.8.9 07df69b8

v0.1.2

08 Dec 09:52

Choose a tag to compare

What's Changed

  • Use database setting for ClickHouse connection 015f0eae

v0.1.1

01 Dec 09:09

Choose a tag to compare

What's Changed

  • Upgrade: Vector config updated to YAML (0.34+) by @rudyryk in #16

Full Changelog: v0.1.0...v0.1.1

v0.1.0

10 Nov 19:50
b984ee9

Choose a tag to compare

What's Changed

  • Feature: published endpoint from queries (#15)
  • Removed Query Snippets endpoints and references (except model)
  • Removed data sources other than ClickHouse and PostgreSQL (#14)
    rudyryk
  • Refactoring: use Huey for tasks queue (#11)

Full Changelog: v0.0.15...v0.1.0

v0.0.15

19 Feb 23:34

Choose a tag to compare

Temporary disabled full text search via tsvector due to unstable work during database initialization.

Check abbff76 98037bb commits.

We'll need to revise that later.

v0.0.14

19 Feb 21:38
0af50d2

Choose a tag to compare

  • Refactoring: settings via Pydantic in #9
  • Feature: internal Vector logs in #10

v0.0.13

21 Jan 13:28

Choose a tag to compare

v0.0.10

12 Jan 13:58
8d80f23

Choose a tag to compare

  • Added SQL presets loader for streams' underlying schemas
  • Added JSON examples for ingest snippets per-preset
  • Query against Clickhouse with official client
  • SQL presets for 'app_events' and 'raw_logs' rewritten
  • Configure ClickHouse tests against real service running via Docker
  • Extracted 'dingolytics' package with streams / ingest related logic
  • Extracted 'dingolytics/tests' and updated testing configuration to make it work

Check PR #8