Skip to content

Releases: CogniQ/CogniQ

v0.6.2

12 Dec 16:17

Choose a tag to compare

0.6.2 (2023-12-12)

Bug Fixes

  • oauth state_store should be offset-naive, like slack-bolt library (1826e69)

v0.6.1

04 Dec 16:23

Choose a tag to compare

0.6.1 (2023-12-04)

Bug Fixes

v0.6.0

04 Dec 16:12

Choose a tag to compare

0.6.0 (2023-12-04)

Features

  • add perplexity as an api target (3184890)

v0.5.6

14 Nov 05:51

Choose a tag to compare

0.5.6 (2023-11-14)

Bug Fixes

  • dequeue consistent timezone math (a348925)
  • handle databases that do not support timezones, like SQLite (1492750)
  • handle empty tasks table (f343dfb)
  • prompt engineer task manager (9b40c6b)
  • set the time each time the function is invoked (548df5d)

v0.5.5

13 Nov 16:13

Choose a tag to compare

0.5.5 (2023-11-13)

Bug Fixes

v0.5.4

13 Nov 16:07

Choose a tag to compare

0.5.4 (2023-11-13)

Bug Fixes

  • configure SQLAlchemy to correctly include tz in dates (06a6ba7)

v0.5.3

13 Nov 15:50

Choose a tag to compare

0.5.3 (2023-11-13)

Bug Fixes

  • add timezone information to parsed when_time (ef09ffd)

v0.5.2

13 Nov 15:39

Choose a tag to compare

0.5.2 (2023-11-13)

Bug Fixes

  • make more datetimes timezone aware (c101710)

v0.5.1

13 Nov 15:25

Choose a tag to compare

0.5.1 (2023-11-13)

Bug Fixes

  • use offset-aware datetime objects (4df242a)

v0.5.0

13 Nov 14:46

Choose a tag to compare

0.5.0 (2023-11-13)

Bug Fixes

  • add healthcheck (cd7d5eb)
  • need to check for new tasks more regularly than some far out task (0c7fccf)
  • pass reply_ts and thread_ts to ask method (742bd1d)
  • poetry update 20231113 (ac42068)
  • thread-ts is a string not a float. (0636dd0)
  • unlock task after faililng to complete (c74631b)

Features