File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ Version 1.1.3 ] ( https://github.com/dataiku/dss-plugin-api-connect/releases/tag/v1.1.3 ) - Feature and bugfix release - 2023-02-28
3+ ## [ Version 1.2.0 ] ( https://github.com/dataiku/dss-plugin-api-connect/releases/tag/v1.2.0 ) - Feature and bugfix release - 2023-05-31
44
55- Add Brotli compression
66- Faster recurring calls
7+ - Updated code-env descriptor for DSS 12
8+
9+ ## [ Version 1.1.4] ( https://github.com/dataiku/dss-plugin-api-connect/releases/tag/v1.1.4 ) - Feature and bugfix release - 2023-02-28
10+
11+ - Add Brotli compression
12+ - Faster recurring calls
13+
14+ ## [ Version 1.1.3] ( https://github.com/dataiku/dss-plugin-api-connect/releases/tag/v1.1.3 ) - Bugfix release - 2023-04-18
15+
16+ - Updated code-env descriptor for DSS 12
717
818## [ Version 1.1.2] ( https://github.com/dataiku/dss-plugin-api-connect/releases/tag/v1.1.2 ) - Bugfix release - 2022-10-19
919
Original file line number Diff line number Diff line change 11{
22 "id" : " api-connect" ,
3- "version" : " 1.1.3 " ,
3+ "version" : " 1.2.0 " ,
44 "meta" : {
55 "label" : " API Connect" ,
66 "description" : " Retrieve data from any REST API" ,
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ class DKUConstants(object):
22 API_RESPONSE_KEY = "api_response"
33 FORBIDDEN_KEYS = ["token" , "password" , "api_key_value" ]
44 FORM_DATA_BODY_FORMAT = "FORM_DATA"
5- PLUGIN_VERSION = "1.1.3-beta.1 "
5+ PLUGIN_VERSION = "1.2.0 "
66 RAW_BODY_FORMAT = "RAW"
You can’t perform that action at this time.
0 commit comments