Skip to content

Commit d041f2b

Browse files
committed
release v2.0.659
1 parent 074c54c commit d041f2b

File tree

1 file changed

+65
-4
lines changed

1 file changed

+65
-4
lines changed

CHANGELOG.md

+65-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,66 @@
1-
# Changelog
2-
All notable changes to this project will be documented in this file.
1+
Changelog
2+
=========
3+
4+
5+
2.0.659 (2020-11-23)
6+
------------
7+
- Refactor(integer-datetime): remove datatype conversion functions for
8+
when server option integer_datetime is disabled. [Brooke White]
9+
- Refactor: clean up setup.py. [Brooke White]
10+
- Docs: update installation instructions to reflect pandas, numpy being
11+
optional. [Brooke White]
12+
- Test(cursor): skips test using numpy, pandas if not available. [Brooke
13+
White]
14+
- Refactor(cursor): check pandas, numpy available before use. [Brooke
15+
White]
16+
- Build: make numpy, pandas optional dependencies unify dependecy list
17+
in requirements txt. [Brooke White]
18+
- Test(datatype): remove unsupported tests for timetz, time. [Brooke
19+
White]
20+
- Test(auth): test invalid db_groups vals result in server error.
21+
[Brooke White]
22+
- Fix(auth): include DbGroups when getting temp credentials from boto.
23+
[Brooke White]
24+
- Refactor(cursor): extend fetch_dataframe error handling. [Brooke
25+
White]
26+
- Doc: Fix errors in connection parameter table. Add missing parameters
27+
to table (#12) [Brooke White]
28+
- Doc: re-word project description (#8) [Brooke White]
29+
30+
31+
2.0.399 (2020-11-05)
32+
--------------------
33+
- Chore: Add license, usage files and include in whl (#7) [Brooke White]
34+
35+
36+
2.0.393 (2020-11-05)
37+
--------------------
38+
- Build: set long_description_format_type set to x-rst (#6) [Brooke
39+
White]
40+
41+
42+
2.0.389 (2020-11-05)
43+
--------------------
44+
- Build: include README in built dist (#5) [Brooke White]
45+
46+
47+
2.0.384 (2020-11-04)
48+
--------------------
49+
- Chore: bump boto3, botocore min versions to 1.16.8, 1.19.8 resp (#4)
50+
[Brooke White]
51+
- Chore: add readme hyperlink to DBAPI2.0 (#3) [Brooke White]
52+
- Chore: init repository. [Brooke White]
53+
- Docs: Add installation instructions and example usage to README.
54+
[Brooke White]
55+
- Update THIRD_PARTY_LICENSES. [iggarish]
56+
- Update PULL_REQUEST_TEMPLATE.md. [iggarish]
57+
- Create ISSUE_TEMPLATE.md. [iggarish]
58+
- Create THIRD_PARTY_LICENSES. [iggarish]
59+
- Create CHANGELOG.md. [iggarish]
60+
- Create PULL_REQUEST_TEMPLATE.md. [iggarish]
61+
- Added initial content in README file. [ilesh Garish]
62+
- Added initial content in README file. [ilesh Garish]
63+
- Initial code. [ilesh garish]
64+
- Initial commit. [Amazon GitHub Automation]
65+
366

4-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

0 commit comments

Comments
 (0)