devtools-v0.2.0
github-actions
released this
04 Dec 13:27
·
405 commits
to main
since this release
Added
- (spans-waterfall) add event spans (#90)
- add instrumentation builder
- buffering of events
- instrumentation health
- Testing from #39
Fixed
- (devtools) reenable cors
- use consistent naming for crates
- correct devtools url for published version
- prevent directory traversal (#96)
- decompress the asset
- clippy pedantic
- missing metadata
- actually set initializedAt (#61)
- use tracing_subscriber::fmt for instrumentation thread
- bring back filtering to log events
Other
- Update Cargo.toml
- add crate descriptions
- use released upstream tauri version
- update doc tests
- Update builder.rs
- update doc comments
- Update server.rs
- temp disable cors check
- (example) use a dev server
- Merge pull request #88 from crabnebula-dev/feat/built-app-assets
- Update lib.rs
- Merge branch 'main' into jonas/flush
- Merge pull request #94 from crabnebula-dev/jonas/fix/client-auth
- Merge pull request #62 from crabnebula-dev/feat/workspace-ui
- Update server.rs
- Merge branch 'main' into jonas/feat-workspace
- run fmt
- Merge remote-tracking branch 'origin/main' into jonas/feat/app-metadata
- Merge branch 'main' into feat/simplify-proto-solid
- Merge pull request #69 from crabnebula-dev/jonas/fix-metadata
- Update aggregator.rs
- ignore doctests
- add doc comments
- revert interests
- revert rename
- Merge branch 'main' into cleanup
- revert renaming
- cleanup
- update & fix test
- ignore tests
- Update layer.rs
- add layer testing (broken)
- Update tauri_plugin.rs
- remove shutdown signal
- cleanup deps
- cleanup
- fmt & clippy
- cleanup
- unti testing
- fmt
- try grpc for comparison
- cleanup
- fmt
- clippy & fmt
- cleanup