Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

Releases: RTICWDT/open-data-maker

1.8.1 - January 6, 2021

07 Jan 05:48
1a16df4
Compare
Choose a tag to compare

This update allows for long integers, as well as some gem patches.

1.8.0 - December 9, 2020

10 Dec 01:17
d081128
Compare
Choose a tag to compare

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

18 Nov 20:23
2c20127
Compare
Choose a tag to compare

This is a minor update that patches Nokogiri.

1.7.0 - November 5, 2019

06 Nov 01:01
Compare
Choose a tag to compare

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

06 Sep 23:16
c1e8d4e
Compare
Choose a tag to compare

Upgrading to ruby 2.6.3.

1.6.4 - April 24, 2019

24 Apr 19:35
0f48352
Compare
Choose a tag to compare

This maintenance release patches the actionview gem and related dependency (CVE-2019-11068).

1.6.3 - March 14, 2019

14 Mar 14:17
ecfaeae
Compare
Choose a tag to compare

This maintenance release patches the actionview gem and related dependency (CVE-2019-5419 & CVE-2019-5418).

1.6.2 - January 16, 2019

16 Jan 17:22
692d76a
Compare
Choose a tag to compare

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

12 Nov 15:40
2f0e42c
Compare
Choose a tag to compare

This release updates some project gem / gem dependencies:

  • actionview (patch for CVE-2018-3741 and CVE-2018-8048)
  • rack (patch for CVE-2018-16471)

1.6.0 - September 6, 2018

06 Sep 16:04
25e8f61
Compare
Choose a tag to compare

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.