Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 841 Bytes

CHANGELOG.md

File metadata and controls

38 lines (20 loc) · 841 Bytes

Changelog

1.2.0 (02/25/25)

Added

  • Add platform flag to Deployment config for docker builds on different platforms by @carlosejimenez in #165

Fixed

  • Fix: Avoid exceptions from Deployment.del by @klieret in #170
  • Enh: Validate image ID by @klieret in #173

Full Changelog: https://github.com/SWE-agent/SWE-ReX/compare/v1.1.1...v1.2.0

1.1.1 (02/15/25)

Added

  • Added swerex.utils.aws_teardown utility to clean up AWS resources created by the Fargate deployment

1.1.0 (01/25/25)

Added

  • Added encoding and error arguments to read_file

1.0.5

Fixes

  • Catching more errors from bashlex failures

1.0.4

Fixes

  • Fixed bugs around unicode decode errors