Skip to content

Releases: MITLibraries/timdex

v1.2 GraphQL

25 Sep 20:10
a61b029
Compare
Choose a tag to compare
  • Adds basic GraphQL support
  • dependency updates

v1.1 Everyone gets an API request!

13 May 15:30
873ad81
Compare
Choose a tag to compare
  • 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

02 May 14:25
ed7b3ca
Compare
Choose a tag to compare

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.

v1.0.3

10 Apr 14:36
1839c2d
Compare
Choose a tag to compare
  • spec version bump
  • dependency updates

v1.0.2

10 Apr 14:11
228524c
Compare
Choose a tag to compare

Authors have been merged into contributors in the index. This work provides access to that change while maintaining the ability to facet / aggregate on the new data model.

v1.0.1

04 Apr 13:59
74364c5
Compare
Choose a tag to compare
  • dependency updates