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
- Introduce new tests for `attributes` parameter, e.g. all, none, dsd, msd, dataset, series, obs, {attribute_id} and implement semantic checks that verify whether the returned attributes aling with the specified `attributes` parameter.
4
+
- Introduce new tests for the `measures` parameter (e.g., all, none, specific {measure_id}) and implement semantic checks to ensure that the measures in the returned dataset are consistent with the `measures` parameter.
5
+
- Adapt SDMX 3.0 dataset reader to handle complex measures and attributes.
6
+
- Parse attributeRelationship and measureRelationship from the SDMX 3.0 message; Extract the component's ID - if it's not explicitly defined - from the ConceptIdentity.
7
+
8
+
## sdmx-tck-modules v4.9.0 (2025-04-14)
9
+
- Introduce support for REST API version v2.1.0 and data registrations. A new test index, Registration, has been created, containing 14 tests for data registration functionality.
10
+
11
+
## sdmx-tck-modules v4.8.0 (2024-12-05)
12
+
- Introduce structure tests to support multiple values for AGENCY, ID and VERSION, using the OR separator.
13
+
- Handle Geospatial specialised code lists (i.e., GeographicCodelist and GeoGridCodelist) when parsing codelists.
14
+
- Support parameter value ancestors for the `references` parameter.
15
+
16
+
## sdmx-tck-modules v4.7.0 (2024-03-26)
17
+
18
+
### Details
19
+
- Adapt the existing tests and introduce new ones within the "Structure Further Describing Results Parameters" category that work with REST api version 2.0.
20
+
21
+
## sdmx-tck-modules v4.6.0 (2024-03-07)
22
+
23
+
### Details
24
+
25
+
- Adjust data extended identification tests to support REST 2.0 and SDMX 3.0. Added support for many keys using filters for dimension values.
26
+
27
+
- Introduced key identifier for tests because the existing URL used as identifier was not sufficient to describe the same test for different REST api versions.
28
+
29
+
- Minor fix in the creation of testId for data availability tests.
30
+
31
+
- Organised unit tests for SDMX-ML structure parsers.
32
+
33
+
- Added fix for <code>/hierarchicalcodelist/agency/id/version/items</code> test, as proposed by Oleksandr Buhaiov (buhaiovos)). The test was failing because hierarchies were not parsed and the code was not able to select the two hierarchies required by the specific test in order to run.
34
+
35
+
- Fix handling of 406 response code for represenation tests with invalid/not supported represenation type (fix proposed by Oleksandr Buhaiov (buhaiovos)).
36
+
37
+
- Fixed a bug in handling of 'structure' request type parameter. The process of randomly selecting a structure based on its type was not suitable for the 'structure' resource and has been appropriately addressed.
38
+
39
+
- Resolved a bug affecting the semantic checking of structure identification tests specifically when the requested REST resource is 'structure'.
0 commit comments