Add OXVG v0.0.7 update - #8570
Merged
1 commit merged intoAug 12, 2026
Merged
Conversation
Contributor
|
Hello there! Please know that we are making changes to the link submission/review process for the Projects/Tooling section starting next issue. Please see this GitHub issue for more information. |
Contributor
Author
|
Thanks for letting me know, I’ll try posting on the sub |
Contributor
Author
|
I tried making a post but it was auto-removed. I guess they block direct links to Github in posts? Are you planning to make some sort of mega-thread? I think that may work better for smaller posts like this |
Contributor
Author
|
https://www.reddit.com/r/rust/comments/1vkv9rz/comment/p2x6kdj |
nellshamrell
pushed a commit
that referenced
this pull request
Aug 12, 2026
Included PRs: - #8550 * [vairedb 0.1.0 - Cloud Native Distributed Analytical Database](https://github.com/matteobovetti/vairedb/releases/tag/v0.1.0) (matteobovetti) - #8566 * [Umbral - plugin-first Rust web framework](https://dev.to/dalmasonto/umbral-declare-your-data-in-rust-get-migrations-an-admin-and-a-rest-api-for-free-43oh) - declare your data and get managed migrations, a typed ORM, an admin, a REST API, and OpenAPI, where every capability (including auth) is a plugin registered through the same trait your code uses. Early alpha on crates.io, with a runnable [examples/shop](https://github.com/dalmasonto/umbral/tree/main/examples/shop), the project site [umbral website](https://umbralrs.dev/) (built with Umbral), and a live user [pipeline.supercodehive.com](https://pipeline.supercodehive.com/) that streams Chainlink price feeds for Polymarket to surface opening and closing prices across crypto market types. (dalmasonto) - #8570 * [OXVG 0.0.7: introducing an SVG-to-JSX transformer to the OXVG toolchain](https://github.com/noahbald/oxvg/releases/tag/v0.0.7) (noahbald) - #8573 * [HTML, JavaScript, CSS should have died long ago](https://dev.to/zionsati/html-javascript-css-should-have-died-long-ago-1mm3) (zion-sati) - #8578 * [agentflow: AgentOps for Rust — orchestrate, guard, act-guard, validate, evaluate, checkpoint, trace, cache, remember, in one crate](https://crates.io/crates/agentflow) (thaicn1712) - #8583 * [Even more formal verification for BPF](https://lwn.net/SubscriberLink/1087069/d25c9e5027849a8a/) (ojeda) - #8587 * [kache 0.14.0: debuggable restores and cross-clone convergence](https://github.com/kunobi-ninja/kache/releases/tag/v0.14.0) (emmanuelm41) - #8589 * [kobe 0.39.0: hardening the cluster-lease lifecycle](https://github.com/kunobi-ninja/kobe/releases/tag/v0.39.0) (emmanuelm41) - #8590 * [renew 0.1.1: a deterministic, code-first game engine](https://github.com/renew-engine/renew/releases/tag/v0.1.1) (CagdasErturk) - #8591 * [Fearless SIMD v0.7: 64-bit integers, improved generics, SSE2, and upcoming v1.0](https://linebender.org/blog/fearless-simd-0-7/) (Shnatsel) - #8569 * [Typed Conversations: Make Illegal Agent Dialogues Unrepresentable](https://dmitrii.app/typed-conversations-make-illegal-agent-dialogues-unrepresentable/) (zs-dima) - #8572 * [ECQV: implicit certificates, and why I kept them out of the project that motivated them](https://Abdk4Moura.github.io/post.html?post=2026-08-09-ecqv.md) (Abdk4Moura) - #8588 * [TLS Handshakes: Measuring the Performance of 4 Cryptography Libraries](https://c410-f3r.github.io/thoughts/tls-handshakes-measuring-the-performance-of-4-cryptography-libraries/) (c410-f3r) - #8592 * [Building scalable backend services with Rust and PostgreSQL](https://kerkour.com/rust-scalable-backend-services) (skerkour) - #8581 * [Profiling Rust with hotpath-rs: The Complete Guide - From SQL Queries to CPU Sampling](https://hotpath.rs/blog/profiling-rust-guide) (pawurb) - #8584 * [A chip-agnostic architecture for bare-metal embedded Rust](https://aaronqian.com/log/2026-08-01-chip-agnostic-architecture-bare-metal-rust/) (aq1018)
13e027f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds OXVG 0.0.7 release. OXVG now has a tool to convert SVG files to React/JSX components as a drop-in replacement for SVGR.