Skip to content

Commit 38b1141

Browse files
josephjclarkmtuchi
andauthored
Next release (#1624)
* Add `encodeFormBody` utility and form data content type support (#1607) * support form data content type * add changeset * ast build * update encodeFormBody and add unit tests * update encodeFormBody comments * code format * add encodeFormBody util function and isBlobEntry internal function * add unit test for encodeFormBody * use encodeFormBody from common/util * use encodeFormBody from common/util * reduce unnecessary jsdocs * update changeset * remove old tests * fix unit tests * remove blob mode in encodeFormBody * split changesets * update changesets * drop modes in encodeFormBody function primitive are converted to string, `Blob` and `File` are appended as-is * update docs * update request headers in util.request * revert requestHeaders * Add formdata integration tests (#1615) * http:rewrite integration tests to ues koa * add tests of posting formdata * add a skipped test * add test showing current behaviour --------- Co-authored-by: Joe Clark <jclark@openfn.org> * Fhir: Narratives and new `authorization` header (#1623) * add very basic narrative * fhir-4: expose request options to uploadBundle As a hook to include custom auth headers * remove debug code * regen * add authorization header * update changeset * revert changes * changeset * bump versions --------- Co-authored-by: Emmanuel Evance <mtuchidev@gmail.com>
1 parent 785f10b commit 38b1141

242 files changed

Lines changed: 1547 additions & 284 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/arcgis/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @openfn/language-arcgis
22

3+
## 1.0.6 - 30 March 2026
4+
5+
### Patch Changes
6+
7+
- Updated dependencies \[295655f]
8+
- @openfn/language-common@3.3.0
9+
310
## 1.0.5 - 24 February 2026
411

512
### Patch Changes

packages/arcgis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfn/language-arcgis",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "OpenFn arcgis adaptor",
55
"type": "module",
66
"exports": {

packages/asana/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @openfn/language-asana
22

3+
## 5.0.11 - 30 March 2026
4+
5+
### Patch Changes
6+
7+
- Updated dependencies \[295655f]
8+
- @openfn/language-common@3.3.0
9+
310
## 5.0.10 - 25 February 2026
411

512
### Patch Changes

packages/asana/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfn/language-asana",
3-
"version": "5.0.10",
3+
"version": "5.0.11",
44
"label": "Asana",
55
"description": "OpenFn adaptor for accessing objects in Asana",
66
"homepage": "https://docs.openfn.org",

packages/aws-s3/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @openfn/language-aws-s3
22

3+
## 1.0.1 - 30 March 2026
4+
5+
### Patch Changes
6+
7+
- Updated dependencies \[295655f]
8+
- @openfn/language-common@3.3.0
9+
310
## 1.0.0 - 16 March 2026
411

5-
Initial release of the AWS S3 adaptor with basic object operations (get, put, list).
12+
Initial release of the AWS S3 adaptor with basic object operations (get, put,
13+
list).

packages/aws-s3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfn/language-aws-s3",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "OpenFn aws-s3 adaptor",
55
"type": "module",
66
"exports": {

packages/azure-storage/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @openfn/language-azure-storage
22

3+
## 3.0.9 - 30 March 2026
4+
5+
### Patch Changes
6+
7+
- Updated dependencies \[295655f]
8+
- @openfn/language-common@3.3.0
9+
310
## 3.0.8 - 24 February 2026
411

512
### Patch Changes

packages/azure-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openfn/language-azure-storage",
33
"label": "Azure Storage",
4-
"version": "3.0.8",
4+
"version": "3.0.9",
55
"description": "OpenFn adaptor for Azure Storage",
66
"type": "module",
77
"exports": {

packages/beyonic/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @openfn/language-beyonic
22

3+
## 0.3.28 - 30 March 2026
4+
5+
### Patch Changes
6+
7+
- Updated dependencies \[295655f]
8+
- @openfn/language-common@3.3.0
9+
310
## 0.3.27 - 25 February 2026
411

512
### Patch Changes

packages/beyonic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openfn/language-beyonic",
33
"label": "Beyonic",
4-
"version": "0.3.27",
4+
"version": "0.3.28",
55
"description": "OpenFn adaptor for Beyonic",
66
"homepage": "https://docs.openfn.org",
77
"repository": {

0 commit comments

Comments
 (0)