Releases: RTICWDT/open-data-maker
1.8.1 - January 6, 2021
1.8.0 - December 9, 2020
Over the course of the year, improvements were made to catch edge cases when querying nested data (mainly, for the Field of Study data that is now part of the College Scorecard API). This release also includes some patches for dependencies and an upgrade to Ruby 2.6.6 from 2.6.5.
1.7.0 - November 18, 2019
This is a minor update that patches Nokogiri.
1.7.0 - November 5, 2019
This release includes the functionality needed to house the forthcoming field of study data from the Department of Education. Additionally, it provides functionality for wildcard fields and nested json objects to be returned when limiting fields in a query.
1.6.5 - Sept 6, 2019
Upgrading to ruby 2.6.3.
1.6.4 - April 24, 2019
This maintenance release patches the actionview gem and related dependency (CVE-2019-11068).
1.6.3 - March 14, 2019
This maintenance release patches the actionview gem and related dependency (CVE-2019-5419 & CVE-2019-5418).
1.6.2 - January 16, 2019
This maintenance release includes:
- Updated ruby version and gem dependencies.
- Updated API documentation regarding API access to the College Scorecard data.
1.6.1 - November 12, 2018
This release updates some project gem / gem dependencies:
- actionview (patch for
CVE-2018-3741
andCVE-2018-8048
) - rack (patch for
CVE-2018-16471
)
1.6.0 - September 6, 2018
This release includes a new indexing strategy for applying delta updates on an existing elasticsearch instance. This will allow future updates to only update the most recent data from one file. This also allows our API to be indexed more frequently and faster.
See the pull request for more details.