Releases: MITLibraries/timdex
Releases · MITLibraries/timdex
v1.2.9 Dependency updates
Updates graphql to 1.10.4.
v1.2.8 Dependency updates
Updates puma to 4.3.3 and rubocop to 0.80.1.
v1.2.7 CORS and dependency updates
v1.2.6 Add Sentry
Configure Sentry monitoring.
v1.2.5 GraphQL source filter
Adds the ability to filter records by Record Source in the GraphQL endpoint.
v1.2.4 rails and dependency updates
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
- GraphQL Response now includes Records, Aggregations and Hits
- Fixes bug with graphql single record retrieval
- dependency updates
v1.2.2 Prep for aspace data
- 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
- dependency updates
- public links to GraphQL playground and endpoint
v1.2 GraphQL
- Adds basic GraphQL support
- dependency updates