Releases: GetDKAN/dkan2
Releases · GetDKAN/dkan2
3.0.0-rc17
Not all views display entities (#322)
3.0.0-rc16
3.0.0-rc15
3.0.0-rc14
3.0.0-rc13
[BUG] #276 Solved issues related to assumptions made about how auto-increment fields work.
3.0.0-rc12
- [BUG] #274 Improve data type checking before dereferencing, log if unexpected
3.0.0-rc11
3.0.0-rc10
- [FEATURE] #264 Add a publicly-accessible version of api docs
- [REFACTOR] #267 Extract common mock chain from dkan_metastore service test
- [FEATURE] #266 DownloadURL token for distributions
- [BUG] #265 Fix the GUI to add data nodes
- [REFACTOR] #263 Improve dataset specific docs
- [REFACTOR] #261 Simplify process to create dataset-specific openapi docs
- [BUG] #260 Replace outdated api/v1/dataset/{uuid} path in code and unit tests
3.0.0-rc9
3.0.0-rc8
- [BUG] #251 Separating the query parameter and request body methods of interacting with the sql endpoint into more appropriate verbs.
BC breaking change: The verb used to send queries to DKAN's sql endpoint through the body of the request has changed from GET to POST.