0.1.0.json 855 B

123456789101112131415161718192021222324252627
  1. [
  2. {
  3. "category": "copy",
  4. "description": "Add support for managed copies.",
  5. "type": "feature"
  6. },
  7. {
  8. "category": "download",
  9. "description": "Add support for downloading to a filename, seekable file-like object, and nonseekable file-like object.",
  10. "type": "feature"
  11. },
  12. {
  13. "category": "general",
  14. "description": "Add ``TransferManager`` class. All public functionality for ``s3transfer`` is exposed through this class.",
  15. "type": "feature"
  16. },
  17. {
  18. "category": "subscribers",
  19. "description": "Add subscriber interface. Currently supports on_queued, on_progress, and on_done status changes.",
  20. "type": "feature"
  21. },
  22. {
  23. "category": "upload",
  24. "description": "Add support for uploading a filename, seekable file-like object, and nonseekable file-like object.",
  25. "type": "feature"
  26. }
  27. ]