0.1.13
·
602 commits
to main
since this release
Breaking Changes
This release contains a known breaking change with report metrics.
The fields report_count
and aggregation_collection_count
on task-related API endpoints are deprecated. While they are still present in API calls, for serialization purposes, they are always zeroed out and no longer carry any meaning.
What's Changed
- Enable deep linking in swagger UI by @inahga in #825
- Tracing for tests by @inahga in #826
- Bump janus_messages from 0.6.15 to 0.6.16 by @dependabot in #828
- Bump serde_yaml from 0.9.31 to 0.9.32 by @dependabot in #829
- Bump opentelemetry-otlp from 0.14.0 to 0.15.0 by @dependabot in #834
- Bump serde_json from 1.0.113 to 1.0.114 by @dependabot in #831
- Bump prio from 0.16.0 to 0.16.1 by @dependabot in #832
- Bump serde from 1.0.196 to 1.0.197 by @dependabot in #830
- Bump @types/node from 20.11.17 to 20.11.20 in /app by @dependabot in #836
- Bump vite from 5.1.3 to 5.1.4 in /app by @dependabot in #837
- Bump @types/react-dom from 18.2.18 to 18.2.19 in /app by @dependabot in #838
- Bump swagger-ui-react from 5.11.3 to 5.11.8 in /app by @dependabot in #840
- Bump @types/jest from 29.5.11 to 29.5.12 in /app by @dependabot in #841
- Bump @testing-library/jest-dom from 6.4.1 to 6.4.2 in /app by @dependabot in #843
- Bump eslint from 8.56.0 to 8.57.0 in /app by @dependabot in #844
- Bump bootstrap from 5.3.2 to 5.3.3 in /app by @dependabot in #839
- Bump @github/relative-time-element from 4.3.0 to 4.3.1 in /app by @dependabot in #842
- dependabot: attempt to group opentelemetry crates by @jbr in #845
- update and upgrade all deps by @jbr in #846
- Add openapi to readme by @jbr in #847
- Remove perma-todo "setting up auth0" section in readme by @jbr in #850
- fix a bunch of redundant-import warnings by @jbr in #848
- re-add rust-clippy action by @jbr in #849
- Task upload metrics by @inahga in #809
Full Changelog: 0.1.12...0.1.13