-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy pathChangelog
More file actions
68 lines (40 loc) · 1.33 KB
/
Copy pathChangelog
File metadata and controls
68 lines (40 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
2026-08-24
* feat: support peewee 4.4+
* feat: drop python 3.10 support
* fix: generate datetime field formats correctly
* fix: raise on unsupported index expressions instead of invalid migrations
* fix: allow pre-configured database objects in CLI (sqlcipher etc.)
* fix: apply default when adding nullable fields
* fix: rollback --count help text
* fix: run migrations in a migration context (sqlite foreign_keys=1)
* feat: allow add_fields to add NOT NULL columns without default
2026-03-12
* fix: types/errors
2026-02-23
* fix: replace deprecated datetime.utcnow() with timezone-aware equivalent
2025-11-25
* feat: tune migrations
2025-11-05
* fix: ignore peewee defaults for migrations
2025-10-31
* feat: drop py3.8, update indexes
2024-07-17
* feat: add support for python 3.12
2023-03-23 klen
* feat: add support for python 3.10, 3.11
* feat: drop support for python 3.7
2022-12-14 zed
* fix(logging): don't write to stderr when used as a library
2022-09-14 fmazan
* Added support for multi-column indexes
2022-04-26 klen
* Fix code generation for FK.on_update
2021-10-20 klen
* Support python 3.10
2021-01-20 klen
* Drop python2 support (python 3.8 ia required)
2018-11-02 klen
* Support indexes for autogenerated models
2014-12-02 klen
* Version 0.1.0
* Initial release