Skip to content

Releases: chime-experiment/chimedb

24.8.0

02 Aug 23:27
afaa2e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v24.5.0...v24.8.0

24.5.0

15 May 19:09
Compare
Choose a tag to compare

What's Changed

  • User specified mysql connection timeout by @ljgray in #42

Full Changelog: v24.3.0...v24.5.0

24.3.0

14 Mar 01:25
Compare
Choose a tag to compare

What's Changed

  • MediawikiUser view user_name type by @jrs65 in #41

Full Changelog: v23.8.0...v24.3.0

23.8.0

16 Aug 20:00
751080f
Compare
Choose a tag to compare

What's Changed

  • build: Add pymysql dependency by @ketiltrout in #38 [reverted]
  • fix(mediawiki): Fix field type of MediaWikiUser.user_name by @ketiltrout in #37
  • fix(connectdb): Upgrade to peewee-3.16.3 by @ketiltrout in #40
    • peewee requirement is now >= 3.16.3; pymysql dependency reverted
    • Be less draconian about log filtering
    • Fix deprecation warning in execute_sql for peewee >= 3.16

Full Changelog: v23.7.0...v23.8.0

23.7.0

20 Jul 22:16
7f51ac1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v23.1.0...v23.7.0

23.1.0

03 Feb 01:08
a901fe0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v22.10.0...v23.1.0

22.10.0

25 Oct 06:26
Compare
Choose a tag to compare

What's Changed

  • fix(connectdb): issue with pure python mysql connection hanging by @jrs65 in #28
  • fix: restrict the version of mysql-connector to one that works with MariaDB by @jrs65 in #29

Full Changelog: v22.5.0...v22.10.0

22.5.0

31 May 01:17
Compare
Choose a tag to compare

21.4.0

15 Apr 21:26
b9c3d45
Compare
Choose a tag to compare

Bug fixes

  • Fixed db.atomic decorator to work properly with click commands by properly handling SystemExit.

0.5.0

09 Feb 02:59
Compare
Choose a tag to compare

Bug Fixes

  • connectdb: e-use existing DB connection (#21; c1b60c9)

Features

  • connectdb: be more descriptive in debug log about connection failures (#19; 6fca83b)
  • orm: add MediaWikiUser model (#17; 9adb6de)
  • create_tables: support creating tables for model subclasses (#16; 4c300d6)

Documentation Changes

  • chimedb is public and should be installed via https (#20; e61554f)