sharetribe-flex-sdk 1.23.0 → 1.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -8,6 +8,25 @@ adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
8
8
 
9
9
  ## [Unreleased] - xxxx-xx-xx
10
10
 
11
+ ## [v1.24.0] - 2026-05-25
12
+
13
+ ### Added
14
+
15
+ - New endpoints for files management [#205](https://github.com/sharetribe/flex-sdk-js/pull/205)
16
+ - `sdk.ownFiles.create(/* ... */)`
17
+ - `sdk.ownFiles.show(/* ... */)`
18
+ - `sdk.files.show(/* ... */)`
19
+ - `sdk.fileUploads.create(/* ... */)`
20
+ - `sdk.ownFileDownloads.create(/* ... */)`
21
+ - `sdk.fileDownloads.create(/* ... */)`
22
+ - New utility functions for file uploads [#205](https://github.com/sharetribe/flex-sdk-js/pull/205)
23
+ - `sharetribeSdk.file.metadata(file)`
24
+ - `sharetribeSdk.file.upload({ method, url, headers, file, onUploadProgress })`
25
+
26
+ ### Changed
27
+
28
+ - Update jsonwebtoken to 9.0.3 [#207](https://github.com/sharetribe/flex-sdk-js/pull/207)
29
+
11
30
  ## [v1.23.0] - 2026-02-12
12
31
 
13
32
  ### Added