Skip to content

v2.2.5

Compare
Choose a tag to compare
@rsdoiel rsdoiel released this 30 May 16:07
· 31 commits to main since this release

Added the following functions to the dataset package

  • (c *Collection) KeysJSON
  • (c *Collection) UpdatedKeysJSON
  • (c *Collection) QueryJSON

These provide JSON encoded object support for their base functions.

In datasetd, requesting an API object without specifying the content type returns an application/json object.

Full Changelog: v2.2.4...v2.2.5