You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/#semantic-versioning-200).
5
5
6
+
## [1.1.1] - 2024-10-18
7
+
### :magic_wand: Added
8
+
* Support for MySQL version 9+ ([PR #713](https://github.com/aws/aws-advanced-python-wrapper/pull/713)).
9
+
10
+
### :bug: Fixed
11
+
* Extended support for China endpoints ([Issue #700](https://github.com/aws/aws-advanced-python-wrapper/issues/700)).
12
+
* Removed unused SQLAlchemy dialect from documentation ([PR #714](https://github.com/aws/aws-advanced-python-wrapper/pull/714)).
13
+
6
14
## [1.1.0] - 2024-07-31
7
15
### :magic_wand: Added
8
16
* Okta authentication support. See the [documentation](./docs/using-the-python-driver/using-plugins/UsingTheOktaAuthenticationPlugin.md) for more details and sample code.
@@ -14,5 +22,6 @@ The Amazon Web Services (AWS) Advanced Python Wrapper allows an application to t
0 commit comments