You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Products - empty completenesses table returned as an object instead of an empty array
56
+
- Products - empty associations and quantified associations returned as an empty array instead of an empty object
57
+
54
58
55
59
## August 2022
56
60
@@ -60,15 +64,23 @@ You can filter assets by requesting **multiple asset codes** and filter records
60
64
61
65
👉 Learn more about [Filters](/documentation/filter.html)
62
66
67
+
### <spanclass="label label-news label-updated">UPDATED</span> <spanclass="label label-news label-notice">NOTICE</span> Reminder: Akeneo PIM is case insensitive
68
+
69
+
**⚠️ This update could have an impact on existing integrations.**
70
+
71
+
We updated the behavior of PIM imports for simple select attributes to harmonize the way all select attributes work, whether they are simple or multi.
72
+
Since this change, **the API returns the value configured in the attribute settings** even if an option code is imported (file import) with the wrong case.
73
+
74
+
*E.g. for the color attribute, we have the following options in the attribute settings: red, blue, green…*
75
+
Before the update: if a user was importing the value RED for the color attribute, the API was returning RED as the value.
76
+
Now: if a user imports the value RED for the color attribute, the API returns red as the value.
63
77
64
78
## July 2022
65
79
66
-
### <spanclass="label label-news label-program">BETA</span> Catalog for Apps
80
+
### <spanclass="label label-news label-added">ADDED</span> Catalog for Apps
67
81
68
82
We introduce the concept of catalogs to help you better master the Akeneo PIM data in your app.
69
-
As we like to get your feedback, we choose to first deliver a beta version of this feature. If you want to try it, feel free to reach out and give us your feedback.
70
-
71
-
Stay tuned! We will add features in the PIM interface and in our [Demo App](https://apps.akeneo.com/extension/akeneo-demo-app) all along the summer.
83
+
As we like to get your feedback, we choose to first deliver a **beta version** of this feature. If you want to try it, feel free to reach out and give us your feedback.
72
84
73
85
👉 Learn more about [Catalogs for apps](/apps/catalogs.html) and discover our new [Catalogs endpoints](/api-reference-index.html#Catalogs)
74
86
@@ -84,6 +96,12 @@ We also made some UX improvements to make the app connection experience even smo
84
96
85
97
👉 Learn how to [update your app authorizations](/apps/authentication-and-authorization.html#update-authorization-and-authentication-scopes)
0 commit comments