Skip to content

Commit

Permalink
Add more dots
Browse files Browse the repository at this point in the history
  • Loading branch information
arturi committed Dec 24, 2023
1 parent 59583f4 commit 8c32a6a
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions blog/2023-12-3.13-3.21.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,59 +118,59 @@ improving upload speeds and latency yet again.

Other notable changes and fixes:

- Allow dynamic S3 bucket
- Companion+client stability fixes, error handling and retries
- Catch “invalid initialization vector” instead of crashing
- Added Onedrive refresh tokens
- Fixed `authProvider` property inconsistency
- Fixed accelerated endpoints for presigned POST
- Fixed double tus uploads
- Fixed onedrive pagination
- Fixed Redis key default TTL
- Fixed Uploader.js metadata normalisation
- Make CSRF protection helpers available to providers
- Refactor `getProtectedHttpAgent` to make TS happ
- Unify redis initialization
- Use deferred length for tus streams
- Fixed a refresh token race condition
- Fixed edge case for pagination on root
- Allow dynamic S3 bucket.
- Companion+client stability fixes, error handling and retries.
- Catch “invalid initialization vector” instead of crashing.
- Added Onedrive refresh tokens.
- Fixed `authProvider` property inconsistency.
- Fixed accelerated endpoints for presigned POST.
- Fixed double tus uploads.
- Fixed onedrive pagination.
- Fixed Redis key default TTL.
- Fixed Uploader.js metadata normalisation.
- Make CSRF protection helpers available to providers.
- Refactor `getProtectedHttpAgent` to make TS happy.
- Unify redis initialization.
- Use deferred length for tus streams.
- Fixed a refresh token race condition.
- Fixed edge case for pagination on root.
- Fixed instagram/facebook auth error regression; uploadRemoteFile undefined;
ProviderView error on empty plugin.icon
- Added getBucket metadata argument
- Added missing credentialsURL for box
- Added test endpoint for dynamic oauth creds
- Added Companion OAuth Key type
- Aliased “removeListener” as “off” in Redis emitter
ProviderView error on empty plugin.icon.
- Added getBucket metadata argument.
- Added missing credentialsURL for box.
- Added test endpoint for dynamic oauth creds.
- Added Companion OAuth Key type.
- Aliased “removeListener” as “off” in Redis emitter.
- Use user-defined `onSuccess`, `onError`, and `onProgress` callbacks in
`@uppy/tus`
- Invoke headers function for remote uploads
- Send certain Onedrive errors to the user
- Upgraded Node.js docker version
`@uppy/tus`.
- Invoke headers function for remote uploads.
- Send certain Onedrive errors to the user.
- Upgraded Node.js docker version.

## Frameworks Integraions

- Angular: upgraded to Angular 16.x
- Svelte: Fixed TS build command
- Vue: added export for FileInput
- Angular: upgraded to Angular 16.x.
- Svelte: Fixed TS build command.
- Vue: added export for FileInput.

## Locales

- Added Catalan locale `ca_ES`
- Added missing translations to `de_DE`
- Update Farsi
- Added Catalan locale `ca_ES`.
- Added missing translations to `de_DE`.
- Update Farsi.

## Transloadit

- Emit assembly progress events
- Removed Socket.io — it’s server-sent events with fallback to polling now
- Emit assembly progress events.
- Removed Socket.io — it’s server-sent events with fallback to polling now.

## Misc

- Added Prettier, migrated to Vitest for Uppy core and Uppy plugins
- Added Prettier, migrated to Vitest for Uppy core and Uppy plugins.
- Update `file.meta.name` after compression, becase format/extension might have
changed
- use latest Node.js version for tests
- Migrate to AWS-SDK V3 syntax
- Move remote file upload logic into companion-client
changed.
- use latest Node.js version for tests.
- Migrate to AWS-SDK V3 syntax.
- Move remote file upload logic into companion-client.

Happy holidays and see you in 2024!

0 comments on commit 8c32a6a

Please sign in to comment.