Skip to content

Releases: MITLibraries/timdex

v1.2.9 Dependency updates

03 Mar 19:16
1f98737

Choose a tag to compare

Updates graphql to 1.10.4.

v1.2.8 Dependency updates

02 Mar 14:51
ac4d372

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

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

Choose a tag to compare

Configure Sentry monitoring.

v1.2.5 GraphQL source filter

23 Jan 15:16
1a4e326

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

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

Choose a tag to compare

  • GraphQL Response now includes Records, Aggregations and Hits
  • Fixes bug with graphql single record retrieval
  • dependency updates

v1.2.2 Prep for aspace data

13 Nov 18:46
9e74461

Choose a tag to compare

  • refactor Retrieve to work with multiple promoted indexes
  • allow periods in id parameter to record route
  • docker compose to orchestrate es and load sample data
  • dependency updates

v1.2.1 public links to GraphQL

17 Oct 20:04
317dd38

Choose a tag to compare

  • dependency updates
  • public links to GraphQL playground and endpoint

v1.2 GraphQL

25 Sep 20:10
a61b029

Choose a tag to compare

  • Adds basic GraphQL support
  • dependency updates