Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Latest commit

 

History

History
103 lines (60 loc) · 3.02 KB

CHANGELOG.md

File metadata and controls

103 lines (60 loc) · 3.02 KB

v4.3.1

  • Use the POST endpoint for upload credentials instead of GET

v4.3.0

  • 🪲 fix bug where the --patch flag wasn't be interpreted properly unless it was the last CLI argument, and added docs for the flags #60
  • added mapbox-upload@<version> to the POST requests sent to the Uploads API #30
  • Improved the error message for tokens without uploads:write scopes. Previously they returned a cryptic Not Found error message which wasn't very helpful #27

v4.2.4

  • validate name length before uploading #64

v4.2.3

  • allow spaces in names #61

v4.2.2

  • add regular expression to catch invalid characters for the name option (#58)
  • README updates
  • support for Node v4.x

v4.2.1

  • replace s3-upload-stream with aws-sdk for multi-part uploads #52
  • update default API url

v4.2.0

  • ensure all uploads are never cached and always unique #47

v4.1.0

  • add name flag and validation to pass in a custom name for uploads/tilesets #45

v4.0.0

  • update output to tileset per Mapbox API changes

v3.2.0

v3.1.0

  • enable patch mode #22
  • improved tests #26
  • only use MapboxAPI in the executable

v3.0.0

  • create CLI tool #17

v2.0.0

  • rename putmap to createupload to be in sync with the uploads API url change from api/Map to v1/uploads
  • update createupload to work with any s3 url, not just the returned url #16
  • refactor errors to fix some race conditions #15
  • update aws-sdk to 2.0.29

v1.1.4

  • update request dependency to 2.48.x

v1.1.3

  • updated API url to api.mapbox.com
  • no federation tokens in tests #11

v1.1.2

  • fix an improper error call #8

v1.1.1

  • update s3-upload-stream dependency to 0.6.x

v1.1.0

  • handle callback errors
  • coordinate with Mapbox APIs #6

v1.0.0

  • return a progress-stream synchronously

v0.0.3

  • improved error handling and better error messages

v0.0.2

  • allow more success status codes
  • add TravisCI integration

v0.0.1

  • first