Back to Explore

boto/boto3

GitHub
3 updates · last 90 days2 watchersOpen source

Last release: 2026-06-05

boto3 is the AWS SDK for Python. It provides Python APIs to interact with AWS services, useful for developers building or automating AWS integrations from Python.

Project status

  • Boto3 appears actively maintained, with the most recent upstream push on 2026-06-05 and follow-on update tags (1.43.24 and 1.43.23) published within about a day.
  • The apparent update cadence is quite frequent in the latest window, suggesting ongoing work via dependency bumps, not long maintenance gaps.

AI summary generated 2026-06-08

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • 1.43.24

    2026-06-05

    This release (1.43.24) primarily updates the boto3 package version and bumps the minimum required botocore dependency from 1.43.23 to 1.43.24. The code diff also adds changelog entries describing new botocore API capabilities across multiple AWS services.

    Features
  • 1.43.23

    2026-06-04

    Release 1.43.23 is a boto3 packaging-only release that bumps the minimum required botocore dependency from 1.43.22 to 1.43.23. The diff does not show any boto3 runtime logic changes, but it records (via changelog/changes metadata) multiple botocore API updates that boto3 will pick up through the dependency bump.

    Breaking
  • 1.43.22

    2026-06-03

    Release 1.43.22 was published on 2026-06-03, but no release notes were provided by the publisher. As a result, there is no documented information here about new features, bug fixes, breaking changes, security, or dependency updates for developers to evaluate.

  • 0.0.14

    2015-04-09

    This release updates resource models for CloudFormation, EC2, and IAM, adds high-level S3 transfer helpers that do parallel multipart uploads/downloads, and bumps Botocore to 0.102.0 which brings new service support and API updates. Developers should review dependency changes (botocore, requests) and test S3 transfer behavior due to the new parallel multipart implementation.

    Features
  • 0.0.13

    2015-04-03

    This release refreshes Boto3 to botocore 0.100.0 and updates service models for CodeDeploy, RDS, Elastic Transcoder, and EC2. It also adds migration documentation and improves resource/document generation, with one notable runtime change in how nested resource references are resolved.

    Features
  • 0.0.12

    2015-03-27

    Boto 3 0.0.12 mainly expands resource-reference handling and bumps the bundled Botocore dependency to 0.99.0. It also improves generated documentation for nested shapes and blob types, while adding deprecation warnings for the older Botocore interface.

    Features
  • 0.0.10

    2015-03-24

    This release bumps boto3 to 0.0.10 and updates the bundled botocore dependency to 0.94.0. The release notes emphasize a new session region option and resource-documentation name-collision fixes, but the code also refactors how resource names are normalized and exposed.

    BreakingFeatures
  • 0.0.11

    2015-03-24

    This release is mostly additive: it bumps Boto3 to 0.0.11, pins Botocore to 0.97.0, and expands resource coverage for EC2 ClassicLink, EC2 volume deletion, IAM CurrentUser loading, and IAM managed policies. The diff is dominated by new resource model definitions and version/dependency updates, with no obvious removals in the Boto3 surface area.

    Features
  • 0.0.9

    2015-02-20

    Boto3 0.0.9 is primarily a botocore dependency bump to 0.92.0, which brings new AWS service/API coverage and a few STS/S3-related improvements. The repository diff itself is minimal: it updates the package version, changelog, and the pinned botocore requirement, with no direct boto3 client API code changes.

    Features
  • 0.0.8

    2015-02-11

    0.0.8 is a resource-model maintenance release focused on fixing S3 identifier/collection behavior, restoring direct service-level resource creation, and bumping botocore to 0.87.0. The diff also quietly updates several other generated service models, so the practical impact is broader than the release notes suggest.

    Features
  • 0.0.7

    2015-02-05

    This release is largely a resource-model overhaul: it adds Glacier support, updates resource definitions to a newer JSON schema, and switches Boto3 internals to the new `resource.meta` object access pattern. It also bumps JMESPath and Botocore, bringing in a batch of service-model updates and waiter/API fixes.

    BreakingFeatures
  • 0.0.6

    2014-12-18

    This release adds SQS queue purge support and first-class waiter support for both clients and resource objects, along with updated waiter documentation. It also bumps Botocore to 0.80.0 and removes the unused six dependency, but the code diff reveals a few extra resource-model changes not called out in the notes.

    Features
  • 0.0.5

    2014-12-16

    Boto3 0.0.5 adds batch actions for resource collections and bumps the bundled Botocore to 0.78.0. The Botocore upgrade brings SQS purge-queue support, new OpsWorks resource capabilities, Route53 resource ID customizations, a retry/signature fix, and improved JSON blob serialization.

    Features
  • 0.0.4

    2014-12-04

    boto3 0.0.4 upgrades the bundled botocore to 0.77.0 and regenerates service/resource models, including EC2 and Glacier. The release notes focus on new API support (Kinesis PutRecords, IAM GetAccountAuthorizationDetails, Route53 hosted-zone comment updates) plus fixes for JSON base64 serialization, timestamp validation, and SQS message bodies.

    Features
  • 0.0.3

    2014-11-26

    Boto3 0.0.3 is primarily a Botocore refresh to 0.76.0, bringing the Data Pipeline, Elastic Transcoder, custom response parsing, and S3 SigV4 signing updates from the release notes. The boto3 library source itself is unchanged; most repo changes are version metadata and dependency/CI housekeeping.

    Features
  • 0.0.2

    2014-11-26

    Boto3 0.0.2 expands the generated resource layer with CloudFormation and OpsWorks models and adds the documented AWS CodeDeploy, Config, KMS, and Lambda support. It also introduces Boto3-specific user-agent handling and refreshes the bundled resource data/dependencies, including several silent model updates in existing services.

    Features
  • 0.0.1

    2014-11-26

    This release is an initial developer preview refresh of Boto 3, adding broad AWS service coverage for common resource operations and low-level client access. It is primarily a feature/availability update rather than a bug-fix or compatibility release.

    Features