Changelog for the asana adaptor
@openfn/language-asana
5.0.10 - 25 February 2026
Patch Changes
- 9133458: Add missing writeOnly to sensitive credential fields and fix typos in configuration schemas
5.0.9 - 24 February 2026
Patch Changes
- Updated dependencies [856f85c]
- @openfn/language-common@3.2.3
5.0.8 - 09 February 2026
Patch Changes
- Updated dependencies [8ad6b98]
- Updated dependencies [8ad6b98]
- @openfn/language-common@3.2.2
5.0.7 - 28 November 2025
Patch Changes
- Updated dependencies [cfc66df]
- @openfn/language-common@3.2.1
5.0.6 - 12 November 2025
Patch Changes
- Updated dependencies [4d7a833]
- @openfn/language-common@3.2.0
5.0.5 - 04 November 2025
Patch Changes
- Updated dependencies
- @openfn/language-common@3.1.2
5.0.4 - 16 October 2025
Patch Changes
- Updated dependencies [408a3a2]
- @openfn/language-common@3.1.1
5.0.3 - 18 September 2025
Patch Changes
- Updated dependencies [e2bc436]
- @openfn/language-common@3.1.0
5.0.2 - 01 September 2025
Patch Changes
- Updated dependencies [1d60531]
- @openfn/language-common@3.0.3
5.0.1 - 26 August 2025
Patch Changes
- 05aae5f: Default
resource_subtypetodefault_taskinsearchTask()
5.0.0 - 11 August 2025
Major Changes
-
a5cea4e: removed
httpexport from@openfn/language-commonMigration Guide
The
httpexport has been removed from@openfn/language-common. If you were using it, you should remove it from your code and create a new step that useshttpadaptor. See example below.Before
Step 1: Fetch and post data using postgresql adaptor
sql('select * from foo');
http.post('/example', { body: $.data }),Now
Step 1: Fetch data using postgresql adaptor
sql('select * from foo');Step 2: Post data using http adaptor
post('/example', { body: $.data });
4.3.0 - 22 July 2025
Minor Changes
- 3fae9d2: Add
searchTaskfunction
4.2.2 - 14 July 2025
Patch Changes
- Updated dependencies [9b5a4f8]
- @openfn/language-common@3.0.2
4.2.1 - 10 July 2025
Patch Changes
- Updated dependencies [cf9c09f]
- @openfn/language-common@3.0.1
4.2.0 - 10 July 2025
Minor Changes
- 19f2d7e: Exported
as()function from common.
Patch Changes
- Updated dependencies [ea85695]
- Updated dependencies [3fce58f]
- Updated dependencies [19f2d7e]
- Updated dependencies [f26bd2b]
- Updated dependencies [19f2d7e]
- @openfn/language-common@3.0.0
4.1.1 - 20 June 2025
Patch Changes
- Updated dependencies [28c2e8b]
- @openfn/language-common@2.5.0
4.1.0 - 17 June 2025
Minor Changes
-
d1edd7c: #### Add Auto Pagination to
getTasksandupsertTaskFunctionsgetTasksFunction:-
Example without limit (returns all tasks):
getTasks('1206933955023739', {
opt_fields: 'name,notes,assignee',
}); -
Limit the number of tasks returned:
getTasks('1206933955023739', {
opt_fields: 'name,notes,assignee',
limit: 100,
});
upsertTaskFunction:- Now automatically fetches all tasks to find a matching task before updating or creating a new one.
-
4.0.12 - 22 April 2025
Patch Changes
- 99e4b48: - Better handling of HTML content in http requests
- When logging HTTP requests, include query parameters
- Updated dependencies [99e4b48]
- Updated dependencies [13bf08f]
- @openfn/language-common@2.4.0
4.0.11 - 16 April 2025
Patch Changes
- Updated dependencies [b089c56]
- @openfn/language-common@2.3.3
4.0.10 - 11 April 2025
Patch Changes
- Updated dependencies [d7105c0]
- @openfn/language-common@2.3.2
4.0.9 - 14 March 2025
Patch Changes
- Updated dependencies [23ccb01]
- @openfn/language-common@2.3.1
4.0.8 - 16 January 2025
Patch Changes
- Updated dependencies [b3d7f59]
- Updated dependencies [2d709ff]
- Updated dependencies [41e8cc3]
- @openfn/language-common@2.3.0