Releases: internxt/inxt-js
Releases · internxt/inxt-js
1.6.2
- Upgrades @internxt/sdk with a fix that was making the build impossible.
1.6.1
- Adds download compatibility for network v2 API
1.6.0
Merge pull request #55 from internxt/feat/static-get-file-info
[_]: feat/static-get-file-info
1.5.0
Merge pull request #51 from internxt/feature/get-download-links
[_]: feature/get-download-links
v1.3.0
- Removes
pipeline
usage to be browser-compatible.
- Integrates the new upload/download methods with the download backward compatibility method.
v1.2.20
- Removes the file sharding from the upload.
- Provides a new method for downloading files of one shard.
- Provides download support for previously sharded files (legacy download)
v1.2.19
- Uses put URL provided by the network API
- Restores the download proxy option
v1.2.18
- Fixes the impossibility to generate share file tokens on development stages
v1.2.17
Don't use proxy for the download of shards from s3 and avoid preflight request.