Skip to content

Releases: MITLibraries/timdex

v1.12.12 Dependency updates

02 Apr 18:58
5b68f1f
Compare
Choose a tag to compare
  • Bump annotate from 3.1.0 to 3.1.1
  • Bump aws-sdk-elasticsearchservice from 1.31.0 to 1.32.0
  • Bump capybara from 3.31.0 to 3.32.0
  • Bump rubocop from 0.80.1 to 0.81.0
  • Bump rubocop-rails from 2.4.2 to 2.5.1

v1.12.11 Dependency updates

20 Mar 15:19
aec94bb
Compare
Choose a tag to compare
  • Bump rails from 5.2.4.1 to 5.2.4.2
  • Bump pg from 1.2.2 to 1.2.3

v1.2.10 Dependency updates

18 Mar 14:45
3212856
Compare
Choose a tag to compare
  • Bump webmock from 3.8.2 to 3.8.3
  • Bump graphql from 1.10.4 to 1.10.5
  • Bump aws-sdk-elasticsearchservice from 1.30.0 to 1.31.0

v1.2.9 Dependency updates

03 Mar 19:16
1f98737
Compare
Choose a tag to compare

Updates graphql to 1.10.4.

v1.2.8 Dependency updates

02 Mar 14:51
ac4d372
Compare
Choose a tag to compare

Updates puma to 4.3.3 and rubocop to 0.80.1.

v1.2.7 CORS and dependency updates

28 Feb 16:47
1d3a3d5
Compare
Choose a tag to compare
  • Update CORS to allow POST to GraphQL ( #242 )
  • Update dependencies ( #249 )

v1.2.6 Add Sentry

05 Feb 16:30
b8e09e4
Compare
Choose a tag to compare

Configure Sentry monitoring.

v1.2.5 GraphQL source filter

23 Jan 15:16
1a4e326
Compare
Choose a tag to compare

Adds the ability to filter records by Record Source in the GraphQL endpoint.

https://mitlibraries.atlassian.net/browse/DI-812

v1.2.4 rails and dependency updates

10 Jan 14:19
ca6d9d3
Compare
Choose a tag to compare
Merge pull request #224 from MITLibraries/dependabot/bundler/pg-1.2.2

Bump pg from 1.1.4 to 1.2.2

v1.2.3 GraphQL Search and Record updates

25 Nov 15:48
0c4c333
Compare
Choose a tag to compare
  • GraphQL Response now includes Records, Aggregations and Hits
  • Fixes bug with graphql single record retrieval
  • dependency updates