Skip to content

Commit f7880f1

Browse files
authoredOct 18, 2024··
chore: update changelog for 1.1.1 release (#715)
1 parent d702496 commit f7880f1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
33

44
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).
55

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+
614
## [1.1.0] - 2024-07-31
715
### :magic_wand: Added
816
* 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
1422
* Support for PostgreSQL
1523
* Support for MySQL
1624

25+
[1.1.1]: https://github.com/aws/aws-advanced-python-wrapper/compare/1.1.0...1.1.1
1726
[1.1.0]: https://github.com/aws/aws-advanced-python-wrapper/compare/1.0.0...1.1.0
1827
[1.0.0]: https://github.com/aws/aws-advanced-python-wrapper/releases/tag/1.0.0

0 commit comments

Comments
 (0)
Please sign in to comment.