Releases: nyuhsl/data-catalog
Updated starter database
v0.6.0
This release includes a couple of new features and several bugfixes.
NOTE: This release requires an update to the database schema. It can be accomplished using the doctrine:schema:update
command of the Symfony console (as described in the readme), but should be done with care, and only after a database backup is made.
New features and bugfixes include:
- improved JSON-LD output for greater compatibility with Google Dataset Search
- Temporary Access Key to allow preview of unpublished datasets
- rename Data Collection Standard to Data Collection instrument
- fix bug with author/local expert entry
- send additional fields to Solr for indexing
- fix searches that involve quotes
- improve README.md
v0.5.0-beta
This release represents major new functionality including the ability to ingest dataset records and related entities via the API. Other bugfixes/functionality include:
- dataset URLs now use the UID instead of the slug
- fixed issues with the Timeframe facet
- fixed some pagination and navigation issues
- changed sort order of related entities in the admin sections
- miscellaneous bugfixes and minor feature requests
Please review the new section in the Readme regarding changes to the API and test well before deploying.
Improving installation process
Addressing some bugs and documentation issues:
- specify Solr versions for which we have confirmed compatibility
- fix bug where new, published datasets weren't appearing in JSON output
- add "starter" database to repo, to aid installation of data catalog in new environments
- fix bug during new user creation
- minor documentation updates
v0.4.1
v0.4.0
This release includes several changes to the administration and curation functionality.
NOTE: Upgrading to this version will require a database update which can be achieved by running the Symfony console command 'doctrine:schema:update' from your site root directory.
NOTE: A new parameter, "local_expert_display" must be present in your parameters.yml. This is the tag that will show next to your institutions' local experts.
Changes include:
- ability to "archive" unused datasets without deleting them
- record the username and timestamp of any edits to dataset records
- ability to leave notes describing edits made to dataset records
- add Subject Gender to display on dataset records
- easily hide search facets from displaying on your installation (see app/config/parameters.yml.example)
- enable customization of the "Local Expert" label per institution
- add "email" field to Person entity
- bugfix for special characters in searches
- other minor bugfixes