-
Notifications
You must be signed in to change notification settings - Fork 26
/
CHANGES
66 lines (50 loc) · 1.52 KB
/
CHANGES
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
0.2.1 (2024.9.12)
=================
- add precommit
- remove breakpoint
0.2.0 (2024.8.9)
================
- chore: just simplify
- ci: add whitelist_externals = python to tox
- ci: attempt to fix issues
- ci: install deps
- ci: copy/paste issue
- ci: resolve issues
- switch to rye
- chore: update release pipeline
- Use boto3 session instead of boto3 client
- Add dependabot support
- chore: update dependencies and fix github actions
- Adds resolve_cname_enabled option
- Expand documentation with discussion on CNAME use.
- Raise OperationalError when CNAME resolution fails instead of generic Exception.
- Implement recursive CNAME resolution with a stop condition.
0.1.4 (2020.12.7)
=================
- Remove default ca-central-1 region name for boto3
0.1.3 (2020.11.5)
=================
- Add support for MySQL via AWS RDS
- Add support for defining custom AWS RDS region name
- Add Github actions workflows
- Run tests against Python 3.8 and Django 3.1 as well
0.1.2 (2019-09-26)
==================
- Fix github actions release workflow
0.1.1 (2019-09-26)
==================
- Fix deployment pipeline
0.1.0 (2019-09-26)
==================
- Resolve the hostname if it is a CNAME to use the correct RDS hostname
for generating the auth token
0.3.0 (2019-09-12)
==================
- Only enable the IAM token generation when the db option `use_iam_auth`
is set.
0.2.0 (2019-09-11)
==================
- Fix KeyError when no password was set
0.1.0 (2019-09-11)
==================
- Initial project release