Skip to content

Releases: aws/aws-sdk-pandas

AWS SDK for pandas 3.17.1

Choose a tag to compare

@kukushking kukushking released this 03 Aug 11:56

Bugfixes 🐛

  • fix: map Athena varbinary correctly in athena2pyarrow by @hsusul in #3413
  • fix: ignore double colon cast operators in SQL parameter substitution by @hsusul in #3414
  • fix: handle zero max_items_evaluated in DynamoDB read_items by @hsusul in #3417
  • fix(athena): properly escape identifiers in Iceberg SQL generation by @kukushking in #3423

Security / Dependency Updates 🛡️

  • chore(deps-dev): bump ruff from 0.15.18 to 0.15.20 in the development-dependencies group by @dependabot[bot] in #3392
  • chore(deps): bump the production-dependencies group with 3 updates by @dependabot[bot] in #3391
  • chore(deps): bump actions/cache from 5 to 6 in the github-actions group by @dependabot[bot] in #3390
  • chore(deps): bump the production-dependencies group across 1 directory with 5 updates by @dependabot[bot] in #3401
  • chore(deps): bump mistune from 3.2.1 to 3.3.0 by @dependabot[bot] in #3400
  • chore(deps): bump soupsieve from 2.8.3 to 2.8.4 by @dependabot[bot] in #3399
  • fix(lambda): use PyPI wheels for numpy/pandas on AL2023 layer builds … by @kukushking in #3398
  • chore(deps-dev): bump the development-dependencies group across 1 directory with 5 updates by @dependabot[bot] in #3402
  • chore(deps): bump the production-dependencies group with 2 updates by @dependabot[bot] in #3405
  • chore(deps): bump actions/setup-node from 6 to 7 in the github-actions group by @dependabot[bot] in #3404
  • chore(deps): bump pyasn1 from 0.6.3 to 0.6.4 by @dependabot[bot] in #3408
  • chore(deps): bump the production-dependencies group with 3 updates by @dependabot[bot] in #3416
  • chore(deps): bump ray from 2.55.1 to 2.56.0 by @dependabot[bot] in #3420

Housekeeping 🧹

New Contributors

Full Changelog: 3.17.0...3.17.1

AWS SDK for pandas 3.17.0

Choose a tag to compare

@kukushking kukushking released this 25 Jun 12:00

Notable Changes ⚠️

Features / Enhancements 🚀

Bugfixes 🐛

Security / Dependency Updates 🛡️

  • chore(deps): bump redshift-connector from 2.1.13 to 2.1.14 by @dependabot[bot] in #3349
  • chore(deps): bump the production-dependencies group across 1 directory with 11 updates by @dependabot[bot] in #3339
  • chore(deps): bump aiohttp from 3.13.5 to 3.14.0 by @dependabot[bot] in #3353
  • chore(deps): bump urllib3 from 2.6.3 to 2.7.0 by @dependabot[bot] in #3332
  • chore(deps): bump mistune from 3.2.0 to 3.2.1 by @dependabot[bot] in #3327
  • chore(deps): bump idna from 3.11 to 3.15 by @dependabot[bot] in #3337
  • chore(deps): bump uv from 0.11.6 to 0.11.15 by @dependabot[bot] in #3348
  • chore(deps): bump jupyter-server from 2.17.0 to 2.18.0 by @dependabot[bot] in #3354
  • chore(deps): bump async-timeout from 4.0.3 to 5.0.1 in the production-dependencies group by @dependabot[bot] in #3356
  • chore(deps-dev): bump the development-dependencies group across 1 directory with 15 updates by @dependabot[bot] in #3355
  • chore(deps): bump tornado from 6.5.5 to 6.5.6 by @dependabot[bot] in #3365
  • chore(deps-dev): bump the development-dependencies group across 1 directory with 4 updates by @dependabot[bot] in #3368
  • chore(deps): bump gremlinpython to 3.8 by @kukushking in #3370
  • chore(deps): bump aiohttp from 3.14.0 to 3.14.1 by @dependabot[bot] in #3373
  • chore(deps): bump cryptography from 46.0.7 to 48.0.1 by @dependabot[bot] in #3378
  • chore(deps): bump bleach from 6.3.0 to 6.4.0 by @dependabot[bot] in #3377
  • chore(deps): bump the production-dependencies group across 1 directory with 3 updates by @dependabot[bot] in #3379
  • chore(deps): bump tornado from 6.5.6 to 6.5.7 by @dependabot[bot] in #3376
  • chore(deps): bump jupyter-server from 2.18.0 to 2.20.0 by @dependabot[bot] in #3384
  • chore(deps): bump actions/checkout from 6 to 7 in the github-actions group by @dependabot[bot] in #3381
  • chore(deps): bump the production-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #3382
  • chore(deps-dev): bump the development-dependencies group with 6 updates by @dependabot[bot] in #3383
  • chore(deps-dev): bump msgpack from 1.2.0 to 1.2.1 by @dependabot[bot] in #3385
  • chore(deps): bump pydantic-settings from 2.13.1 to 2.14.2 by @dependabot[bot] in #3386

Housekeeping 🧹

New Contributors

Full Changelog: 3.16.1...3.17.0

AWS SDK for pandas 3.16.1

Choose a tag to compare

@kukushking kukushking released this 07 May 23:39
5f26a71

Notable Changes ⚠️

  • pyarrow upgraded from v20.0.0 to v.22.0.0 in AWS lambda layers ⚠️
  • AWS Lambda layer region expansion: added layers in ca-west-1 Canada West (Calgary) 🇨🇦

Bugfixes 🐛

  • fix(athena): verify bucket ownership and manifest integrity by @kukushking in #3314

Security / Dependency Updates 🛡️

Housekeeping 🧹

Full Changelog: 3.16.0...3.16.1

AWS SDK for pandas 3.16.0

Choose a tag to compare

@kukushking kukushking released this 08 Apr 12:41
fd2eb51

Notable Changes ⚠️

Features / Enhancements 🚀

Bugfixes 🐛

  • fix: Sanitize SQL construction in Redshift module by @kukushking in #3281
  • fix: resolve Dependabot LICENSE.txt parse error by @jaidisido in #3286
  • fix(iceberg): too many open partitions by sorting inserts by @knQzx in #3294
  • fix: Support Athena workgroups with managed query results (#3174) by @Will282 in #3275
  • fix: Bundle libxslt/libexslt shared libraries in Lambda layer by @kukushking in #3295

Security / Dependency Updates 🛡️

Housekeeping 🧹

New Contributors

Full Changelog: 3.15.1...3.16.0

AWS SDK for pandas 3.15.1

Choose a tag to compare

@kukushking kukushking released this 05 Feb 16:10
b8a9ff0

Security / Dependency Updates 🛡️

Housekeeping 🧹

Full Changelog: 3.15.0...3.15.1

AWS SDK for pandas 3.15.0

Choose a tag to compare

@kukushking kukushking released this 13 Jan 23:01

Notable Changes ⚠️

Features / Enhancements 🚀

Bugfixes 🐛

  • fix: handled the null values in the dataframe for existing open issue-2690 by @Kukreti12 in #3244

Security / Dependency Updates 🛡️

Housekeeping 🧹

New Contributors

Full Changelog: 3.14.0...3.15.0

AWS SDK for pandas 3.14.0

Choose a tag to compare

@kukushking kukushking released this 30 Oct 20:20
20193b4

Notable Changes ⚠️

Features / Enhancements 🚀

Bugfixes 🐛

  • fix: Add s3_output parameter to _start_query_execution call in "overwrite" mode by @sergeymazin in #3205
  • fix: iceberg overwrite partitions with s3 output by @kukushking in #3220
  • fix: Correct MemoryFormat.set() Parameter Type Annotation by @DaltonWorsnup in #3221
  • fix: normalize AWS_SESSION_TOKEN=None to empty string for delta-rs compatibility by @skoschik in #3223

Security / Dependency Updates 🛡️

  • chore(deps): bump the github-actions group with 2 updates by @dependabot[bot] in #3208
  • chore: update pyarrow constraints by @kukushking in #3210
  • chore(deps): bump the production-dependencies group across 1 directory with 4 updates by @dependabot[bot] in #3213
  • chore(deps): bump actions/setup-node from 5 to 6 in the github-actions group by @dependabot[bot] in #3214

Housekeeping 🧹

New Contributors

Full Changelog: 3.13.0...3.14.0

AWS SDK for pandas 3.13.0

Choose a tag to compare

@kukushking kukushking released this 10 Sep 10:49
bca1fcd

Notable Changes ⚠️

Features / Enhancements 🚀

Bugfixes 🐛

Security / Dependency Updates 🛡️

  • chore(deps): bump the production-dependencies group across 1 directory with 3 updates by @dependabot[bot] in #3178
  • chore(deps): bump the production-dependencies group with 2 updates by @dependabot[bot] in #3180
  • chore(deps): bump actions/checkout from 4 to 5 in the github-actions group by @dependabot[bot] in #3186
  • chore(deps): bump the github-actions group with 3 updates by @dependabot[bot] in #3196
  • chore(deps): update pytest-cov requirement from ~=6.0 to >=6,<8 in the production-dependencies group across 1 directory by @dependabot[bot] in #3198

Housekeeping 🧹

New Contributors

Full Changelog: 3.12.1...3.13.0

AWS SDK for pandas 3.12.1

Choose a tag to compare

@EthanBunce EthanBunce released this 18 Jun 17:14
234a285

Notable Changes ⚠️

Features / Enhancements 🚀

Security / Dependency Updates 🛡️

  • chore(deps): bump the production-dependencies group with 4 updates by @dependabot in #3159
  • chore(deps): bump the production-dependencies group with 4 updates by @dependabot in #3162
  • chore(deps): bump requests from 2.32.3 to 2.32.4 by @dependabot in #3163
  • chore(deps-dev): bump the development-dependencies group across 1 directory with 5 updates by @dependabot in #3161
  • chore(deps): bump astral-sh/setup-uv from 5 to 6 in the github-actions group by @dependabot in #3164

Documentation / Workflows 📚

Full Changelog: 3.12.0...3.12.1

AWS SDK for pandas 3.12.0

Choose a tag to compare

@kukushking kukushking released this 29 May 11:16

Notable Changes ⚠️

  • AWS Lambda Layers: pyarrow was upgraded to 20.0.0

Features / Enhancements 🚀

Bugfixes 🐛

Security / Dependency Updates 🛡️

  • chore(deps): bump the production-dependencies group with 2 updates by @dependabot in #3071
  • chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot in #3072
  • chore(deps): bump the production-dependencies group with 3 updates by @dependabot in #3075
  • chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot in #3076
  • chore: update dependecies (geopandas 1+) by @kukushking in #3079
  • chore(deps): bump botocore from 1.36.3 to 1.36.6 in the production-dependencies group by @dependabot in #3081
  • chore(deps-dev): bump the development-dependencies group across 1 directory with 3 updates by @dependabot in #3083
  • chore(deps): bump the production-dependencies group with 2 updates by @dependabot in #3087
  • chore(deps-dev): bump the development-dependencies group with 5 updates by @dependabot in #3088
  • chore(deps): bump the production-dependencies group with 3 updates by @dependabot in #3097
  • chore(deps-dev): bump the development-dependencies group with 5 updates by @dependabot in #3098
  • chore(deps): bump the production-dependencies group with 3 updates by @dependabot in #3101
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot in #3102
  • chore(deps): bump the production-dependencies group with 4 updates by @dependabot in #3105
  • chore(deps-dev): bump the development-dependencies group with 5 updates by @dependabot in #3106
  • chore(deps-dev): bump the development-dependencies group with 5 updates by @dependabot in #3109
  • chore(deps): bump jinja2 from 3.1.5 to 3.1.6 by @dependabot in #3110
  • chore(deps): bump the production-dependencies group with 2 updates by @dependabot in #3108
  • chore(deps): bump aiohttp from 3.11.13 to 3.11.14 in the production-dependencies group by @dependabot in #3112
  • chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot in #3113
  • chore(deps): bump setuptools from 76.0.0 to 77.0.3 in the production-dependencies group by @dependabot in #3115
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot in #3116
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot in #3120
  • chore(deps): bump setuptools from 77.0.3 to 78.1.0 in the production-dependencies group by @dependabot in #3119
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot in #3126
  • chore(deps): bump the production-dependencies group with 4 updates by @dependabot in #3125
  • chore(deps-dev): bump the development-dependencies group across 1 directory with 4 updates by @dependabot in #3133
  • chore(deps-dev): bump h11 from 0.14.0 to 0.16.0 by @dependabot in #3139
  • chore(deps-dev): bump the development-dependencies group with 5 updates by @dependabot in #3140
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot in #3141
  • chore(deps): bump the production-dependencies group across 1 directory with 4 updates by @dependabot in #3142
  • chore(deps): bump the production-dependencies group with 2 updates by @dependabot in #3146
  • chore(deps-dev): bump the development-dependencies group with 5 updates by @dependabot in #3147
  • chore(deps): bump the production-dependencies group with 2 updates by @dependabot in #3150
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot in #3151
  • chore(deps-dev): bump tornado from 6.4.2 to 6.5.1 by @dependabot in #3153

Documentation / Workflows 📚

New Contributors

Full Changelog: 3.11.0...3.12.0