Skip to content

v1.24.1

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Feb 13:40
· 946 commits to main since this release

Release Notes

v1.24.1

🐛 Bug Fixes

  • The types of meta data values accepted by RouteDocuments was unnecessarily restricted to string types. This causes validation errors (for example when loading from a yaml file) if a user tries to use a boolean type for example. We add boolean and int types as valid types for metadata_values.