Skip to content

Releases: Sibyx/duckql-python

0.14.0

17 Jan 16:22
15a3be4

Choose a tag to compare

⚠️ This release is not working with Python 3.13 and 3.12!! ⚠️

Chores, chores and chores. This will be probably the last release based on the Pydantic 1.x.

🌈 Pink fluffy unicorns dancing on rainbows 🌈

  • Changed: Dropped support for Python 3.7 and 3.8

0.13.0

09 Jun 09:34

Choose a tag to compare

0.13.0 Pre-release
Pre-release
  • Added: Ability to use casting for ORDER BY property

0.12.1

10 May 07:39

Choose a tag to compare

  • Fixed: Corrected cast of JSON fields

0.12.0

21 Dec 10:14

Choose a tag to compare

0.12.0 Pre-release
Pre-release
  • Feature: FirstValue window function introduced
  • Feature: Positional ArrayAgg introduced

0.11.1

14 Dec 08:49

Choose a tag to compare

0.11.1 Pre-release
Pre-release
  • Change: Ability to cast to UUID

0.11.0

10 Dec 18:23

Choose a tag to compare

0.11.0 Pre-release
Pre-release
  • Feature: More benevolent type nesting

0.10.0

30 Nov 15:12
cbd566a

Choose a tag to compare

0.10.0 Pre-release
Pre-release
  • Feature: Case introduced (without docs, there was no time, sry, let's call it Easter Egg for a while)

0.9.1

20 Jul 15:20
3a9d231

Choose a tag to compare

0.9.1 Pre-release
Pre-release
  • Fix: Fixed problem with multiple properties in operations (I had to remove comparison property check)

0.9.0

25 Jun 12:38
b1cc735

Choose a tag to compare

0.9.0 Pre-release
Pre-release
  • Fix: Fixed nested conditions (Operator can contain another Operator)
  • Change: Dropped Python 3.6 support

0.8.2

15 Oct 13:01
1f74d64

Choose a tag to compare

0.8.2 Pre-release
Pre-release
  • Fix: Use -> instead of -->