Skip to content

Releases: GetDKAN/dkan2

3.0.0-rc17

19 Feb 19:08
a6b383a
Compare
Choose a tag to compare
3.0.0-rc17 Pre-release
Pre-release
Not all views display entities (#322)

3.0.0-rc16

16 Feb 15:58
b20f487
Compare
Choose a tag to compare
3.0.0-rc16 Pre-release
Pre-release
  • [CLEAN UP] #294 #302 Removing unnecessary modules
  • [FEATURE] #295 DKAN's search module that uses search_api
  • [FEATURE] #255 Custom node content view
  • [FEATURE] #304 Enabling revisions

3.0.0-rc15

10 Jan 19:33
Compare
Choose a tag to compare
3.0.0-rc15 Pre-release
Pre-release
  • [FEATURE] #290 Data modifier plugin and behavior enhancements for non-public datasets
  • [FIX] #286 Fix a permission in alt api routing
  • [FEATURE] #284 Alternate API module (#283)
  • [FIX] #283 Fix error in test of uuid5 service
  • [REFACTOR] #281 Refactor web service api docs
  • Update README.md

3.0.0-rc14

03 Jan 12:09
376fed9
Compare
Choose a tag to compare
3.0.0-rc14 Pre-release
Pre-release
  • [BUG] #277 Better checks during de/referencing.
  • [REFACTOR] #279 ]Integrate Mock chain library.
  • [FEATURE] #270 Add all dataset pages in dkan_frontend.

3.0.0-rc13

20 Dec 19:13
Compare
Choose a tag to compare
3.0.0-rc13 Pre-release
Pre-release

[BUG] #276 Solved issues related to assumptions made about how auto-increment fields work.

3.0.0-rc12

19 Dec 00:30
e7c6d7c
Compare
Choose a tag to compare
3.0.0-rc12 Pre-release
Pre-release
  • [BUG] #274 Improve data type checking before dereferencing, log if unexpected

3.0.0-rc11

16 Dec 15:11
Compare
Choose a tag to compare
3.0.0-rc11 Pre-release
Pre-release
  • [BUG] #268 Add missing column title causing SQL error during import
  • [BUG] #271 Fix the host token logic
  • [BUG] #273 Do not artificially limit count queries

3.0.0-rc10

05 Dec 01:00
51970e9
Compare
Choose a tag to compare
3.0.0-rc10 Pre-release
Pre-release
  • [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

26 Nov 01:37
5e67749
Compare
Choose a tag to compare
3.0.0-rc9 Pre-release
Pre-release
  • [FEATURE]#258 Filtering options for the datastore's list command.
  • [FEATURE] #257 Adding bulk datastore operations.
  • [BUG] #256 Fix lunr index.
  • [FEATURE] #252 Metastore service.

3.0.0-rc8

15 Nov 14:41
dd24b0e
Compare
Choose a tag to compare
3.0.0-rc8 Pre-release
Pre-release
  • [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.