Skip to content

Release v0.0.12

Choose a tag to compare

@github-actions github-actions released this 17 Jun 22:17

Fix forecast lookup by parsing crop id as ObjectId.

  • Parse the crop path parameter as a MongoDB ObjectId in /forecast/{crop}
  • Return an empty list for invalid crop ids instead of erroring
  • Remove debug logging from the forecast endpoint