Skip to content

Commit cda5b03

Browse files
updates
1 parent 54a722b commit cda5b03

File tree

3 files changed

+33
-9
lines changed

3 files changed

+33
-9
lines changed

content/news/2022.md

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In this section, you can filter tutorials per use case or feature.
1515

1616
**⚠️ This update could have an impact on existing integrations.**
1717

18-
From November 2022, the product identifier value (pim_catalog_identifier attribute) has now become optional.
18+
From November 2022, the product identifier value (pim_catalog_identifier attribute) has now become optional, and can be removed from a family.
1919

2020
👉 Learn more about [how to migrate from product identifiers to UUID](/getting-started/from-identifiers-to-uuid-7x/welcome.html)
2121

@@ -51,6 +51,10 @@ But before making it happen, a product must have a **unique** and **unalterable*
5151

5252
👉 Learn more about [how to migrate from product identifiers to UUID](/getting-started/from-identifiers-to-uuid-7x/welcome.html)
5353

54+
### <span class="label label-news label-fix">FIX</span> Bug fixes
55+
- 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+
5458

5559
## August 2022
5660

@@ -60,15 +64,23 @@ You can filter assets by requesting **multiple asset codes** and filter records
6064

6165
👉 Learn more about [Filters](/documentation/filter.html)
6266

67+
### <span class="label label-news label-updated">UPDATED</span> <span class="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.
6377

6478
## July 2022
6579

66-
### <span class="label label-news label-program">BETA</span> Catalog for Apps
80+
### <span class="label label-news label-added">ADDED</span> Catalog for Apps
6781

6882
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.
7284

7385
👉 Learn more about [Catalogs for apps](/apps/catalogs.html) and discover our new [Catalogs endpoints](/api-reference-index.html#Catalogs)
7486

@@ -84,6 +96,12 @@ We also made some UX improvements to make the app connection experience even smo
8496

8597
👉 Learn how to [update your app authorizations](/apps/authentication-and-authorization.html#update-authorization-and-authentication-scopes)
8698

99+
## April 2022
100+
101+
### <span class="label label-news label-fix">FIX</span> Bug fixes
102+
- Measurement families - empty labels returned as an empty array instead of an empty object
103+
- All messages returned by the API are written in English only
104+
87105

88106
## March 2022
89107

@@ -94,9 +112,9 @@ You can now connect your app to the Akeneo PIM thanks to the OAuth 2.0 protocol.
94112
👉 Learn more about [Authentication and authorization](/apps/authentication-and-authorization.html)
95113

96114

97-
### <span class="label label-news label-added">ADDED</span> OpenID
115+
### <span class="label label-news label-added">ADDED</span> OpenID Connect
98116

99-
You can now connect your app to the Akeneo PIM and get user information using OpenID.
117+
You can now connect your app to the Akeneo PIM and get user information using OpenID Connect.
100118

101119
👉 Learn more about [Authentication and authorization](/apps/authentication-and-authorization.html)
102120

@@ -116,3 +134,9 @@ To help app developers test their app before publishing it on the [Akeneo App St
116134
With this mode, you can create test apps and get app credentials directly from the PIM.
117135

118136
👉 Learn more about the [App developer starter kit](/apps/overview.html#app-developer-starter-kit)
137+
138+
### <span class="label label-news label-added">ADDED</span> NOT BETWEEN filter
139+
140+
The `NOT BETWEEN` operator is available on updated and created dates for products and product models endpoints.
141+
142+
👉 Learn more about [Filters](/documentation/filter.html)

styles/label.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
}
5858

5959
.label-news {
60-
&.label-program {
60+
&.label-fix {
6161
background-color: @brand-akeneo;
6262
}
6363
&.label-updated {

tasks/build-doc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ gulp.task('build-tutorials', ['clean-dist','less'], function () {
943943
gulp.task('build-news', ['clean-dist','less'], function () {
944944
var pages = {
945945
'2022.md': '2022',
946-
'whats-next.md': 'What\'s next?',
946+
// 'whats-next.md': 'What\'s next?',
947947
};
948948

949949
var isOnePage = false;

0 commit comments

Comments
 (0)