Releases: wvlet/airframe
Releases ยท wvlet/airframe
v2025.1.8
What's Changed
๐ Features
- http (feature): Support adding HttpClientContext to Http client readAs, call, rpc methods by @xerial in #3864
- rx-html (feature): Support rendering RawHtml by @xerial in #3866
๐ Bug Fixes
๐ Dependency Updates
- Update airframe-http, airframe-http-netty, ... to 2025.1.7 by @xerial-bot in #3862
Full Changelog: v2025.1.7...v2025.1.8
v2025.1.7
What's Changed
๐ Features
- http (feature): Exclude X-XSRF-Token, X-Auth-Token from http logs by default by @xerial in #3858
- http (feature): Support adding extra logParamters to individual HTTP requests by @xerial in #3861
๐ Bug Fixes
- Update sbt-scalafix to 0.14.2 by @scala-steward-wvlet in #3841
- fluentd (fix): Properly log nested map elements by @xerial in #3859
- http (fix): Replace Rx[ServerSentEvent] to Rx[Unit] in the generated async client by @xerial in #3860
๐ Dependency Updates
- Update airframe-http, airframe-http-netty, ... to 2025.1.6 by @xerial-bot in #3834
- Update scalafmt-core to 3.9.1 by @xerial-bot in #3844
- Update duckdb_jdbc to 1.2.0 by @xerial-bot in #3828
- Update auxlib, clib, javalib, nativelib, ... to 0.5.7 by @scala-steward-wvlet in #3847
- Update netty-all to 4.1.119.Final by @xerial-bot in #3846
- Update slf4j-jdk14 to 2.0.17 by @xerial-bot in #3845
- Update auth to 2.30.19 by @scala-steward-wvlet in #3836
- Update jackson-datatype-jdk8, ... to 2.18.3 by @scala-steward-wvlet in #3851
- Update sqlite-jdbc to 3.49.1.0 by @xerial-bot in #3839
- Update snakeyaml to 2.4 by @xerial-bot in #3837
- Update sbt, sbt-dependency-tree, ... to 1.10.10 by @xerial-bot in #3855
- Update scalafmt-core to 3.9.2 by @xerial-bot in #3850
- Update grpc-netty-shaded, grpc-protobuf, ... to 1.71.0 by @xerial-bot in #3856
๐ Internal Updates
- Update sbt-mdoc to 2.6.4 by @xerial-bot in #3835
- Update trino-main to 471 by @xerial-bot in #3842
- Update sbt-scoverage to 2.3.1 by @xerial-bot in #3843
- Update spark-sql to 3.5.5 by @xerial-bot in #3849
Other Changes
- Update scalafmt-core to 3.9.0 by @xerial-bot in #3838
Full Changelog: v2025.1.6...v2025.1.7
v2025.1.6
What's Changed
๐ Bug Fixes
- rpc (fix): Fix RPCMethod definition for Rx[A] return type by @xerial in #3832
- netty (fix): Fix a hanging inssue when returning async responses by @xerial in #3833
๐ Dependency Updates
- Update airframe-http, airframe-http-netty, ... to 2025.1.5 by @xerial-bot in #3831
Full Changelog: v2025.1.5...v2025.1.6
v2025.1.5
v2025.1.4
What's Changed
๐ Features
๐ Dependency Updates
- Update airframe-http, airframe-http-netty, ... to 2025.1.3 by @xerial-bot in #3825
Full Changelog: v2025.1.3...v2025.1.4
v2025.1.3
What's Changed
๐ Bug Fixes
๐ Dependency Updates
- Update airframe-http, airframe-http-netty, ... to 2025.1.2 by @xerial-bot in #3820
Full Changelog: v2025.1.2...v2025.1.3
v2025.1.2
What's Changed
๐ Features
- http (feature): Support reading Sever-Sent Event (SSE) in JVM http clients by @xerial in #3810
- http (feature): Support SSE text/event-stream in Scala.js by @xerial in #3812
- rx (feature): Add Rx.queue[A] for accumulating asynchronous events by @xerial in #3814
- http (feature): Support reading SSE stream in JS client by @xerial in #3815
- http (feature): Add ServerSentEventHandler for asynchrnously handle SSE events by @xerial in #3816
- http (feature): Support SSE endpoint with Rx[ServerSentEvent] return type by @xerial in #3818
๐ Bug Fixes
๐ Dependency Updates
- Update airframe-http, airframe-http-netty, ... to 2025.1.1 by @xerial-bot in #3808
- Update sqlite-jdbc to 3.49.0.0 by @xerial-bot in #3817
๐ Internal Updates
- Update sbt-mdoc to 2.6.3 by @scala-steward-wvlet in #3809
- Update trino-main to 470 by @xerial-bot in #3811
Full Changelog: v2025.1.1...v2025.1.2
v2025.1.1
What's Changed
๐ฅ Breaking Changes
๐ Features
๐ Bug Fixes
๐ Dependency Updates
- Update airframe-http, airframe-http-netty, ... to 2025.1.0 by @xerial-bot in #3799
- Update scala-collection-compat to 2.13.0 by @scala-steward-wvlet in #3802
- Update scala3-library, ... to 3.3.5 by @scala-steward-wvlet in #3804
๐ Internal Updates
- Update sbt-airframe to 2025.1.0 by @xerial-bot in #3800
- Update sbt-airframe to 24.12.2 by @scala-steward-wvlet in #3801
- Update trino-main to 469 by @scala-steward-wvlet in #3803
Full Changelog: v2025.1.0...v2025.1.1
v2025.1.0
What's Changed
From this version, Airframe uses (year).(milestone month).(patch) versioning scheme so that
the user can know the release year, major changes (milestones), and minor updates (patches).
๐ Features
๐ Bug Fixes
- Update sbt-scalafix to 0.14.0 by @xerial-bot in #3785
๐ Dependency Updates
- Update airframe-codec, airframe-control, ... to 24.12.2 by @xerial-bot in #3762
- Update coursier to 2.1.22 by @xerial-bot in #3764
- Update netty-all to 4.1.116.Final by @xerial-bot in #3763
- Update scala-parallel-collections to 1.1.0 by @xerial-bot in #3766
- Update sbt, sbt-dependency-tree, ... to 1.10.7 by @xerial-bot in #3769
- Update coursier to 2.1.23 by @xerial-bot in #3771
- Update sqlite-jdbc to 3.47.2.0 by @xerial-bot in #3772
- Update scala-parallel-collections to 1.2.0 by @xerial-bot in #3773
- Update msgpack-core to 0.9.9 by @xerial-bot in #3777
- Update sbt-scalajs, scalajs-compiler, ... to 1.18.1 by @xerial-bot in #3776
- Update scalajs-test-interface to 1.18.1 by @xerial-bot in #3778
- Update coursier to 2.1.24 by @xerial-bot in #3779
- Update scalafmt-core to 3.8.4 by @xerial-bot in #3780
- Update netty-all to 4.1.117.Final by @scala-steward-wvlet in #3783
- Update postgresql to 42.7.5 by @xerial-bot in #3784
- Update sqlite-jdbc to 3.48.0.0 by @xerial-bot in #3786
- Update scalafmt-core to 3.8.5 by @scala-steward-wvlet in #3788
- Update grpc-netty-shaded, grpc-protobuf, ... to 1.68.3 by @xerial-bot in #3789
- Update grpc-netty-shaded, grpc-protobuf, ... to 1.69.1 by @xerial-bot in #3791
- Update scala-js-env-playwright to 0.1.18 by @xerial-bot in #3793
- Update scalafmt-core to 3.8.6 by @xerial-bot in #3796
- Update sbt-scalajs, scalajs-compiler, ... to 1.18.2 by @xerial-bot in #3795
- Update grpc-netty-shaded, grpc-protobuf, ... to 1.70.0 by @xerial-bot in #3794
- Update protobuf-java to 3.25.6 by @xerial-bot in #3797
- Update scala-compiler, scala-library, ... to 2.13.16 by @scala-steward-wvlet in #3787
- Update scalajs-test-interface to 1.18.2 by @xerial-bot in #3798
๐ Internal Updates
- Update trino-main to 468 by @xerial-bot in #3765
- Update spark-sql to 3.5.4 by @xerial-bot in #3768
- Update sbt-scalafmt to 2.5.3 by @xerial-bot in #3781
- Update sbt-scalafmt to 2.5.4 by @xerial-bot in #3790
- Update swagger-parser to 2.1.25 by @xerial-bot in #3792
Full Changelog: v24.12.2...v2025.1.0
v24.12.2
What's Changed
๐ Bug Fixes
- http (fix): Fix a bug in HttpMultiMap.add() when more than 3 values are added with the same key by @takezoe in #3761
๐ Dependency Updates
- Update airframe-codec, airframe-control, ... to 24.12.1 by @xerial-bot in #3755
- Update airframe-http, airframe-http-netty, ... to 24.12.1 by @xerial-bot in #3756
- Update coursier to 2.1.21 by @xerial-bot in #3759
๐ Internal Updates
- Update trino-main to 467 by @xerial-bot in #3754
- Update sbt-pgp to 2.3.1 by @xerial-bot in #3757
- Update sbt-mdoc to 2.6.2 by @xerial-bot in #3760
Full Changelog: v24.12.1...v24.12.2