Releases: chime-experiment/chimedb
Releases · chime-experiment/chimedb
24.8.0
What's Changed
- ci: Add ruff check and update workflows by @ketiltrout in #43
- build: Convert build to pyproject.toml by @ketiltrout in #44
- Project name is 'chimedb' not 'chimedb.core' by @ketiltrout in #45
Full Changelog: v24.5.0...v24.8.0
24.5.0
What's Changed
Full Changelog: v24.3.0...v24.5.0
24.3.0
23.8.0
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
- peewee requirement is now >= 3.16.3;
Full Changelog: v23.7.0...v23.8.0
23.7.0
What's Changed
- fix(connectdb): Don't leak password to log by @ketiltrout in #36
Full Changelog: v23.1.0...v23.7.0
23.1.0
What's Changed
- feat(connect): try to connect multiple times by @ljgray in #32
- fix: ignore ssh config by @jrs65 in #33
- feat: Alpenhorn-2 integration by @ketiltrout in #34
New Contributors
Full Changelog: v22.10.0...v23.1.0
22.10.0
22.5.0
21.4.0
Bug fixes
- Fixed
db.atomic
decorator to work properly withclick
commands by properly handlingSystemExit
.