Releases: MITLibraries/timdex
Releases · MITLibraries/timdex
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
v1.1 Everyone gets an API request!
- allows non-registered users to access all API endpoints
- throttles anonymous access to prevent impolite API consumers from using an unfair amount of server resources
- allows ENV configurable adjustments to number of requests per throttle period and the throttle period
- updates OpenAPI spec to explain the authentication is now optional
v1.0.4 Boosts on some field matches
This boosts a lot on exact title matches, and a bit on any title match, and even less on contrbutor matches (non-exact).
The specific values are not well tuned yet, but are a good baseline starting point. These will likely move to configuration later, but for now we have magic numbers in code. Yay.