We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0081eb0 commit 9963658Copy full SHA for 9963658
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [Version 1.2.4](https://github.com/dataiku/dss-plugin-api-connect/releases/tag/v1.2.4) - Feature release - 2025-02-18
4
+
5
+- Fix xml decoding for content type application/rss+xml
6
7
## [Version 1.2.3](https://github.com/dataiku/dss-plugin-api-connect/releases/tag/v1.2.3) - Feature and bugfix release - 2024-11-25
8
9
- Fix xml decoding for content type application/atom+xml
plugin.json
@@ -1,6 +1,6 @@
{
"id": "api-connect",
- "version": "1.2.3",
+ "version": "1.2.4",
"meta": {
"label": "API Connect",
"description": "Retrieve data from any REST API",
0 commit comments