Releases: ral-facilities/datagateway-api
Releases · ral-facilities/datagateway-api
v4.0.0
Feature
- config: Add configuration option for determining public data #312 (
58e777b
)
Breaking
- add configuration option for determining public data #312 (
58e777b
)
v3.6.1
Fix
- Convert
isPublic
PaNOSC filter to appropriate ICAT filter #308 (6a40307
)
- Make WHERE filter without operator work with int and bool #322 (
6988a5a
)
v3.6.0
Feature
Fix
- Make get by pid endpoints return data in PaNOSC format #266 (
0de2b5b
)
- Add logic to deal with
PythonICATIncludeFilter
that could be related for ICAT relations for non-related PaNOSC fields #268 (29232c6
)
- Correct order of arguments for where filter #266 (
1e38eae
)
Documentation
- Add docstrings for Flask resource classes #268 (
a5aee61
)
v3.5.3
Fix
- Retrieve non-related fields that have a list of ICAT relations #265 (
2c5edc5
)
v3.5.2
Fix
- Make
ne
and neq
operators work with non-numeric values #315 (f5e3b4b
)
v3.5.0
Feature
- Implement basic version of
SearchAPIIncludeFilter
#261 (f2f53c9
)
Fix
- Fix list type field checking in Python 3.6 #265 (
691a59e
)
Documentation
v3.3.0
Feature
- Add function to get PaNOSC to ICAT mapping for where filter #260 (
34b1d81
)
- Convert PaNOSC to ICAT for where filter fields #260 (
ff9595d
)
Fix
- Fix example mapping file (
3802cc9
)
- Update
__str__()
for WHERE filter to cope with applying filter #260 (8d259d7
)
Documentation
v3.2.0
Feature
- Add class to represent nested conditions #259 (
583cbf2
)
- Add first pass of query param implementation #259 (
ee668e3
)