IMPROVEMENTS:
- Update delete method endpoint
- Remove useless code
FEATURES:
- Webhooks
- Project
BUG FIXES:
- Fix empty response handling
BUG FIXES:
- Fix throttling request empty body issue
BUG FIXES:
- Set default upload ToStore form param value to "auto"
- Change "UPLOADCARE_STORE" upload.FromURL param to "store" according to specs
IMPROVEMENTS:
- Use HMAC-SHA256 signature for signed uploads
- Set upload TTL to 60 seconds
BUG FIXES:
- Change ImageInfo.Orientation type to interface{}
BUG FIXES:
- Change ImageInfo.Orientation type to *string
BUG FIXES:
- Change ImageInfo.DateTimeOrignal type to *time.Time
BUG FIXES:
- Change ImageInfo.DPI field value type to []float64
BUG FIXES:
- Change Location field value types to float64
BUG FIXES:
- Change file.VideoStreamMeta.FrameRate type (uint64 to float64)
BUG FIXES:
- Change file.AudioStreamMeta.Channels type (uint64 to string)
FEATURES:
- Support for the APIv05 file Copy method
IMPROVEMENTS:
- Use caching during CI builds
- Run integration test on push
BUG FIXES:
- Some broken tests
- Broken conversion api request body construction
Initial version