v2025.1.12
·
125 commits
to main
since this release
What's Changed
π Features
- feature: Refine copilot-instructions.md and add PR template by @xerial in #3939
- feat: Add comprehensive Airframe walkthrough documentation by @copilot-swe-agent in #3940
- airframe-control: Add RateLimiter with token bucket algorithm by @copilot-swe-agent in #3942
- feature: Add Rx.delay(..) operation to insert artificial delay by @copilot-swe-agent in #3945
- Add IO.copy(InputStream, OutputStream) method to airframe-control by @copilot-swe-agent in #3949
π Bug Fixes
- sql (fix): Fix SQL generation for POSITION IN subquery by @takezoe in #3929
- surface: Fix Scala 3 compiler crash with case classes defined in traits by @copilot-swe-agent in #3941
- Fix literal types interfering with primitive types in Surface caching by @copilot-swe-agent in #3943
- fix: Ensure onMount called only after element is available by ID by @copilot-swe-agent in #3947
- Fix LazyCodec recursive reference resolution to prevent infinite recursion by @copilot-swe-agent in #3946
- http: Fix flaky tests using httpbin.org by adding local Netty server tests by @copilot-swe-agent in #3944
π Dependency Updates
- Update airframe-http, airframe-http-netty, ... to 2025.1.11 by @xerial-bot in #3927
- Update grpc-netty-shaded, grpc-protobuf, ... to 1.73.0 by @xerial-bot in #3924
- Update duckdb_jdbc to 1.3.0.0 by @xerial-bot in #3917
- Update sbt, sbt-dependency-tree, ... to 1.11.1 by @xerial-bot in #3948
- Update postgresql to 42.7.6 by @xerial-bot in #3928
π Docs
New Contributors
- @copilot-swe-agent made their first contribution in #3941
Full Changelog: v2025.1.11...v2025.1.12