Skip to content

Releases: jpalumickas/uplo

v0.19.2

17 Mar 22:32
Compare
Choose a tag to compare

v0.19.1

17 Mar 21:55
Compare
Choose a tag to compare
v0.19.1

v0.19.0

17 Mar 20:37
Compare
Choose a tag to compare

Breaking Changes

Drop support for node older than 18

Extracted analyzer to separate package

npm i @uplo/analyzer
const uploAnalyzer = UploAnalyzer({
  analyzers: [ImageAnalyzer()]
})

uploAnalyzer.analyze({ blob })

Attach file now accepts blob inputs (blobFileInput, blobBufferInput, blobStringInput)

import { blobBufferInput } from '@uplo/node'

await uplo.attachments.link(link.id).html.attachFile(
  await blobBufferInput({
    fileName: 'index.html',
    contentType: 'text/html',
    content: Buffer.from(content.html, 'utf-8'),
  })
)

v0.18.1

31 May 11:51
Compare
Choose a tag to compare

Upgrade packages

v0.18.0

17 May 08:54
Compare
Choose a tag to compare
  • Migrate from jsonwebtoken to jose
  • Update Uplo utils to support Edge runtime
  • Remove lodash dependency

v0.17.11

05 Apr 18:36
Compare
Choose a tag to compare
  • Set ACL headers if bucket is public
  • Allow to specify default service name

v0.17.10

05 Apr 15:08
Compare
Choose a tag to compare
  • Fix public S3 url with custom endpoint

v0.17.9

28 Mar 08:54
Compare
Choose a tag to compare
  • Add callbacks to react native package

v0.17.8

22 Feb 00:51
Compare
Choose a tag to compare
  • Fix attachment url types

v0.17.7

22 Feb 00:51
Compare
Choose a tag to compare
v0.17.7