Skip to content

Commit 284b063

Browse files
committed
Release v3.0.0
Upgrade pyqldb version and minor README changes. Added change to CHANGELOG.
1 parent 3ab6f7f commit 284b063

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### Release 3.0.0 (August 20, 2020)
2+
This is a public and generally available(GA) release of the driver, and this version can be used in production applications.
3+
4+
#### Announcements
5+
* The release candidate 2 (v3.0.0rc.2) has been selected as a final release of v3.0.0. No new changes are
6+
introduced between v3.0.0rc.2 and v3.0.0. Please check the [release notes](https://github.com/awslabs/amazon-qldb-driver-python/releases/tag/v3.0.0).
7+
18
### [Release 3.0.0rc2](https://github.com/awslabs/amazon-qldb-driver-python/releases/tag/v3.0.0rc2) (August 6, 2020)
29
Note: This version is a release candidate and may not be production ready.
310

@@ -64,4 +71,4 @@ pass execute_statement parameters as comma separated arguments instead of passin
6471

6572
### Release 1.0.0-rc.1 (October 28, 2019)
6673

67-
* Initial preview release of the Amazon QLDB Driver for Python.
74+
* Initial preview release of the Amazon QLDB Driver for Python.

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,21 @@ You can run the integration tests with this command:
8181
```
8282
$ pytest tests/integration
8383
```
84+
85+
## Getting Help
86+
87+
Please use these community resources for getting help.
88+
* Ask a question on StackOverflow and tag it with the [amazon-qldb](https://stackoverflow.com/questions/tagged/amazon-qldb) tag.
89+
* Open a support ticket with [AWS Support](http://docs.aws.amazon.com/awssupport/latest/user/getting-started.html).
90+
* Make a new thread at [AWS QLDB Forum](https://forums.aws.amazon.com/forum.jspa?forumID=353&start=0).
91+
* If you think you may have found a bug, please open an [issue](https://github.com/awslabs/amazon-qldb-driver-python/issues/new).
92+
93+
## Opening Issues
94+
95+
If you encounter a bug with the Amazon QLDB Python Driver, we would like to hear about it. Please search the [existing issues](https://github.com/awslabs/amazon-qldb-driver-python/issues) and see if others are also experiencing the issue before opening a new issue. When opening a new issue, we will need the version of Amazon QLDB Python Driver, Python language version, and OS you’re using. Please also include reproduction case for the issue when appropriate.
96+
97+
The GitHub issues are intended for bug reports and feature requests. For help and questions with using Amazon QLDB Python Driver, please make use of the resources listed in the [Getting Help](https://github.com/awslabs/amazon-qldb-driver-python#getting-help) section. Keeping the list of open issues lean will help us respond in a timely manner.
98+
8499
### Documentation
85100

86101
Sphinx is used for documentation. You can generate HTML locally with the following:
@@ -94,4 +109,4 @@ $ make html
94109

95110
## License
96111

97-
This library is licensed under the Apache 2.0 License.
112+
This library is licensed under the Apache 2.0 License.

pyqldb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
1010
# and limitations under the License.
1111

12-
__version__ = '3.0.0rc2'
12+
__version__ = '3.0.0'

0 commit comments

Comments
 (0)