Releases: jessekrubin/ry
Releases · jessekrubin/ry
Release list
v0.0.97
What's Changed
- chore(deps): update dtolnay/rust-toolchain requirement to 29eef336d9b2848a0b548edc03f92a220660cdb8 by @dependabot[bot] in #686
- chore(deps): bump pyo3-async-runtimes from
ec437b0to58d42b7by @dependabot[bot] in #687 - chore(deps): bump brotli from 8.0.3 to 8.0.4 by @dependabot[bot] in #688
- chore(deps): bump astral-sh/setup-uv from 7.6.0 to 8.2.0 by @dependabot[bot] in #685
- chore(deps): bump taiki-e/install-action from 2.81.10 to 2.81.11 by @dependabot[bot] in #689
- feat: bytes returns same instance from constructor by @jessekrubin in #690
- chore(deps): bump taiki-e/install-action from 2.81.11 to 2.82.0 by @dependabot[bot] in #691
- chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 by @dependabot[bot] in #692
- chore(deps): bump softprops/action-gh-release from 3.0.0 to 3.0.1 by @dependabot[bot] in #694
- chore(deps): bump rustls from 0.23.40 to 0.23.41 by @dependabot[bot] in #695
- chore(deps): bump bytes from 1.11.1 to 1.12.0 by @dependabot[bot] in #697
- chore(deps): bump jiff from 0.2.28 to 0.2.29 by @dependabot[bot] in #696
- chore(deps): bump taiki-e/install-action from 2.82.0 to 2.82.2 by @dependabot[bot] in #693
- feat: globset rewrite from last week, and several bytes changes by @jessekrubin in #698
- chore(deps): bump actions/setup-python from 6.2.0 to 6.3.0 by @dependabot[bot] in #700
- chore(deps): bump taiki-e/install-action from 2.82.2 to 2.82.3 by @dependabot[bot] in #699
- fix: path extract by @jessekrubin in #701
- chore(deps): bump taiki-e/install-action from 2.82.3 to 2.82.4 by @dependabot[bot] in #702
- types: fix types by @jessekrubin in #703
Full Changelog: v0.0.96...v0.0.97
v0.0.96
What's Changed
- chore(deps): bump codecov/codecov-action from 6 to 7 by @dependabot[bot] in #678
- refactor: subtraction w/ jiff (done on airplane over weekend) by @jessekrubin in #679
- refactor/feat: bytes partitioning and bytes internal refactor by @jessekrubin in #680
- refactor: internal refactoring and use
std::fmt::Displayoverstd::fmt::Debugby @jessekrubin in #681 - chore: remove deprecated apis by @jessekrubin in #682
- pin github action shas by @jessekrubin in #683
- pyo3 v0.29! by @jessekrubin in #684
Full Changelog: v0.0.95...v0.0.96
v0.0.95
What's Changed
- refactor:
from_strsignatures by @jessekrubin in #674 - fix: cicd buidl by @jessekrubin in #675
- fix: uuid types for future ry-flattening by @jessekrubin in #676
- refator: module flattening by @jessekrubin in #677
Full Changelog: v0.0.94...v0.0.95
v0.0.94
What's Changed
- chore(deps): bump http from 1.4.0 to 1.4.1 by @dependabot[bot] in #664
- chore(deps): bump jiff from 0.2.24 to 0.2.25 by @dependabot[bot] in #662
- chore(deps): bump mimalloc from 0.1.51 to 0.1.52 by @dependabot[bot] in #665
- chore(deps): bump serde_json from 1.0.149 to 1.0.150 by @dependabot[bot] in #663
- chore(deps): bump reqwest from 0.13.3 to 0.13.4 by @dependabot[bot] in #666
- chore: py deps update 2026-05-27 by @jessekrubin in #667
- chore: cleanup by @jessekrubin in #668
- feat:
Bytes.find,Bytes.rfind,Bytes.indexandBytes.rindexby @jessekrubin in #669 - chore: misc updates by @jessekrubin in #670
- feat: span constants and clean up of some arithmetic by @jessekrubin in #671
- refactoring: several refactorings by @jessekrubin in #672
- refactor: faster parsing and
FromPyObject/IntoPyObjectstuff by @jessekrubin in #673
Full Changelog: v0.0.93...v0.0.94
v0.0.93
What's Changed
- chore: bump version + msrv + url fix by @jessekrubin in #655
- chore(deps): bump shlex from 1.3.0 to 2.0.1 by @dependabot[bot] in #656
- chore: deprecate v0.0.93 by @jessekrubin in #657
- fix/refactor: reqwest internals last night by @jessekrubin in #658
- fix:
experimental-asyncfeature by @jessekrubin in #659 - refactor: header thing by @jessekrubin in #660
- feat: serde last cache (this PR has been sitting around on my local machine for a while) by @jessekrubin in #661
Full Changelog: v0.0.92...v0.0.93
v0.0.92
What's Changed
- feat: bytes work by @jessekrubin in #653
- refactor: misc cleanup and error handling by @jessekrubin in #654
Full Changelog: v0.0.91...v0.0.92
v0.0.91
What's Changed
- refactor: compress readable buf by @jessekrubin in #647
- chore(deps): bump tokio from 1.52.1 to 1.52.2 by @dependabot[bot] in #648
- chore: clippy nursery check by @jessekrubin in #649
- test: some test fixes from last night by @jessekrubin in #650
- fix: abrupt ws diconnect by @jessekrubin in #651
- fix: context handlers
__aexit__by @jessekrubin in #652
Full Changelog: v0.0.90...v0.0.91
v0.0.90
What's Changed
- chore(deps): bump mimalloc from 0.1.49 to 0.1.50 by @dependabot[bot] in #641
- chore(deps): bump rustls from 0.23.38 to 0.23.39 by @dependabot[bot] in #642
- chore(deps): bump jiff from 0.2.23 to 0.2.24 by @dependabot[bot] in #639
- chore: reqwest 0.13.3 by @jessekrubin in #643
- feat:
ryo3-httppydantic support by @jessekrubin in #644 - refactor: pydantic integration of several structs by @jessekrubin in #645
- feat: deprecate http client and deprecation fixes by @jessekrubin in #646
Full Changelog: v0.0.89...v0.0.90
v0.0.89
What's Changed
- chore(deps): bump rand from 0.10.0 to 0.10.1 by @dependabot[bot] in #630
- chore(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #629
- chore(deps): bump rustls from 0.23.37 to 0.23.38 by @dependabot[bot] in #632
- chore(deps): bump tokio from 1.51.0 to 1.51.1 by @dependabot[bot] in #631
- final uuid fixes by @jessekrubin in #633
- feat: timezone & size upgrades by @jessekrubin in #634
- feat: match args and bunch of other small changes by @jessekrubin in #635
- mimalloc v3 and other small dep updates by @jessekrubin in #636
- update python dependencies by @jessekrubin in #637
- feat/fix: use new instead of init and fix type discrepancies by @jessekrubin in #638
Full Changelog: v0.0.88...v0.0.89
v0.0.88
What's Changed
- clean up by @jessekrubin in #625
- last night serde work by @jessekrubin in #626
- rust format import granularity module by @jessekrubin in #627
- twox-hash-fix-secret-and-other-stuff by @jessekrubin in #628
Full Changelog: v0.0.87...v0.0.88