Skip to content

Releases: aws/aws-sdk-pandas

AWS SDK for pandas 3.5.0

11 Jan 12:32
37bd54d
Compare
Choose a tag to compare

Breaking changes 💥

Due to CVEs, Ray is capped to patched version 2.9.x. As a result, the latest version of the library cannot be used on the Glue for Ray runtime. We have raised the CVEs issue to the Glue team

Features/Enhancements 🚀

Bug fixes 🐛

Documentation 📚

Other 🤖

New Contributors

Full Changelog: 3.4.2...3.5.0

AWS SDK for pandas 3.4.2

13 Nov 19:02
24e6e81
Compare
Choose a tag to compare

Features/Enhancements 🚀

Full Changelog: 3.4.1...3.4.2

AWS SDK for pandas 3.4.1

24 Oct 13:19
a61559a
Compare
Choose a tag to compare

Features/Enhancements 🚀

Bug fixes 🐛

Documentation 📚

  • docs: Update layers.rst - add cn-north-1 & cn-northwest-1 by @kukushking in #2477

New Contributors

Full Changelog: 3.4.0...3.4.1

AWS SDK for pandas 3.4.0

11 Sep 18:35
1842da8
Compare
Choose a tag to compare

Features/Enhancements 🚀

Bug fixes 🐛

Tests 🧪

New Contributors

Full Changelog: 3.3.0...3.4.0

AWS SDK for pandas 3.3.0

01 Aug 19:53
Compare
Choose a tag to compare

Features/Enhancements 🚀

Bug fixes 🐛

Tests 🧪

New Contributors

Full Changelog: 3.2.1...3.3.0

AWS SDK for pandas 3.2.1

14 Jun 21:59
Compare
Choose a tag to compare

Fixes 🛠️

Full Changelog: 3.2.0...3.2.1

AWS SDK for pandas 3.2.0

13 Jun 00:07
Compare
Choose a tag to compare

Features/Enhancements 🚀

Bug fixes 🐛

Documentation 📚

Tests 🧪

Refactoring 🛠️

New Contributors

Full Changelog: 3.1.1...3.2.0

AWS SDK for pandas 3.1.1

16 May 00:12
965d2d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.1.1

AWS SDK for pandas 3.1.0

15 May 17:54
Compare
Choose a tag to compare

Features/Enhancements 🚀

Fixes 🛠️

Documentation 📚

Full Changelog: 3.0.0...3.1.0

AWS SDK for pandas 3.0.0

13 Apr 16:54
5c560ee
Compare
Choose a tag to compare

Breaking changes 💥

  • Move dependencies to optional by @jaidisido in #1992 🔓
    • Dependencies required by the following modules have been moved to optional: redshift, mysql, postgres, sqlserver, oracle, gremlin, sparql, deltalake
    • The required dependencies can be easily installed with pip install awswrangler[<MODULE_NAME>], for example pip install awswrangler[redshift]
  • Change SQL formatters for Athena and LakeFormation so that they properly format types by @Taragolis and @LeonLuttenberger in #1416 #1543 #1684 💾
    • For example a parameter of type dt.datetime is parsed into DATETIME xxxx-xx-xx xx:xx:xx, while a parameter of type str is formatted into "x"
  • Refactor function signatures so that closely related parameters are grouped into a single parameter defined as a TypeDict by @LeonLuttenberger and @kukushking in #1855 #1996 #2016 #2055 #2081 💼
    • Glue catalog parameters are grouped together in to_parquet, to_csv and to_json
    • Athena UNLOAD and CTAS parameters are grouped together
  • Deprecate wr.s3.merge_upsert_table by @kukushking in #2076 ⚠️
  • Deprecate updated_name parameter in update_ruleset by @jaidisido in #2122 ⚠️
  • Stop support for Python 3.7 ⚠️

New functionalities 🚀

AWS SDK for pandas can now run at scale 🚀💻🚀

Tutorials

AWS Blogs

Features/Enhancements 🚀

Fixes 🛠️

Documentation 📚

Tests 🧪

Full Changelog: 2.20.1...3.0.0