We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f7c94 commit 3511ef9Copy full SHA for 3511ef9
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [Version 1.2.6](https://github.com/dataiku/dss-plugin-api-connect/releases/tag/v1.2.6) - Feature - 2025-09-24
4
+
5
+- Add "recipesCategory" parameter so that the API connect recipe is categorized as a Visual recipe in the right hand panel
6
7
## [Version 1.2.5](https://github.com/dataiku/dss-plugin-api-connect/releases/tag/v1.2.5) - Bugfix release - 2025-02-28
8
9
- Fix issue with variables columns renaming
plugin.json
@@ -1,6 +1,6 @@
{
"id": "api-connect",
- "version": "1.2.5",
+ "version": "1.2.6",
"meta": {
"label": "API Connect",
"description": "Retrieve data from any REST API",
0 commit comments