Skip to content

Commit 4f39aa9

Browse files
committed
Add Changelog
1 parent 52a0ae0 commit 4f39aa9

File tree

2 files changed

+81
-3
lines changed

2 files changed

+81
-3
lines changed

CHANGELOG.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
# Changelog
2+
3+
## Main versions
4+
5+
### [3.X.X (latest)](https://github.com/insolite/graphene-peewee-async/releases/tag/v3.0.0)
6+
7+
* `Python>=3.5`
8+
* `peewee>=3.1`
9+
* `peewee-async>=0.6`
10+
* `graphene>=2.0`
11+
12+
### [2.X.X](https://github.com/insolite/graphene-peewee-async/releases/tag/v2.2.1)
13+
14+
* `Python>=3.4`
15+
* `peewee>=2.10,<3`
16+
* `peewee-async>=0.5,<0.6`
17+
* `graphene>=2.0`
18+
19+
### [1.X.X](https://github.com/insolite/graphene-peewee-async/releases/tag/v1.0.7)
20+
21+
**Not maintained**
22+
23+
* `Python>=3.4`
24+
* `peewee>=2.10,<3`
25+
* `peewee-async>=0.5,<0.6`
26+
* `graphene>=1.0,<2`
27+
28+
## Version history
29+
30+
### 3.0.0
31+
32+
**Backward-incompatible changes**
33+
34+
* [#12] Stop support of `peewee<3` and `Python<3.5`
35+
in order to support `peewee>=3`.
36+
This also requires `peewee-async>=0.6.0a0`
37+
to work with `peewee>=3`.
38+
39+
### 2.2.1
40+
41+
**Bugfixes**
42+
43+
* [#11]
44+
Restrict `promise` dependency version at `<2.2.1`
45+
as it breaks compatibility with Python 3.4.
46+
* [[7d5e8c](https://github.com/insolite/graphene-peewee-async/commit/379f77728787401dd6486811cacb4e85b47d5e8c#diff-498cf53d35427897613cdfc4b76fc6eaR5)]
47+
Fix Python 3.7 syntax compatibility issue (`async` keyword usage).
48+
49+
### 2.2.0
50+
51+
**Features, improvements**
52+
53+
* [[b237d49](https://github.com/insolite/graphene-peewee-async/commit/b237d4985459c686c71814905b5ee2153d0d42f9)]
54+
Add ability to filter subset queries
55+
56+
**Bugfixes**
57+
58+
* [[b237d49](https://github.com/insolite/graphene-peewee-async/commit/b237d4985459c686c71814905b5ee2153d0d42f9)]
59+
Fix sync queries at subset fetching.
60+
Allows to use `db.set_allow_sync(False)` along with _set fields.
61+
62+
### 2.1.4
63+
64+
**Bugfixes**
65+
66+
* [#7 #8 #9]
67+
Fix Pip 10 compatibility issues (stop using `requirements.txt`).
68+
69+
### TODO: decribe releases for this period
70+
71+
**Backward-incompatible changes**
72+
73+
**Features, improvements**
74+
75+
**Bugfixes**
76+
77+
### 2.0.0
78+
79+
**Backward-incompatible changes**
80+
81+
* Stop support of `graphene<2` in order to support `graphene>=2`.

README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ graphene-peewee-async
44

55
`graphene <https://github.com/graphql-python/graphene>`_ + `peewee-async <https://github.com/05bit/peewee-async>`_ integration :heart:
66

7-
peewee 3 support branch
8-
9-
require: python >= 3.5 & peewee >= 3.1.0 & peewee-async >=0.6.0a0
107

118
Features
129
========

0 commit comments

Comments
 (0)