Releases: wvlet/airframe
Releases · wvlet/airframe
v2026.1.0
What's Changed
🐛 Bug Fixes
🔗 Dependency Updates
- Update airframe-http, airframe-http-netty, ... to 2025.1.27 by @xerial-bot in #4145
- Update sbt, sbt-dependency-tree, ... to 1.12.2 by @xerial-bot in #4157
- Update duckdb_jdbc to 1.4.4.0 by @xerial-bot in #4154
- Update auxlib, clib, javalib, nativelib, ... to 0.5.10 by @xerial-bot in #4152
Full Changelog: v2025.1.27...v2026.1.0
v2025.1.27
What's Changed
🚀 Features
🐛 Bug Fixes
- fix: OpenAPI generator now correctly handles REST endpoints with single complex parameter by @xerial in #4142
🔗 Dependency Updates
- Update airframe-http, airframe-http-netty, ... to 2025.1.26 by @xerial-bot in #4140
Full Changelog: v2025.1.26...v2025.1.27
v2025.1.26
v2025.1.25
What's Changed
🚀 Features
🔗 Dependency Updates
- Update airframe-http, airframe-http-netty, ... to 2025.1.24 by @xerial-bot in #4136
🛠 Internal Updates
- Update spark-sql to 4.1.1 by @xerial-bot in #4138
Full Changelog: v2025.1.24...v2025.1.25
v2025.1.24
What's Changed
🚀 Features
🐛 Bug Fixes
- fix: Use custom codec in NettyResponseHandler for response encoding (#4116) by @xerial in #4132
- fix: Refactor NettyServerConfig to use MessageCodecFactory directly by @xerial in #4134
- Fix issue 4122 in Airframe by @xerial in #4135
🔗 Dependency Updates
- Update fluency-core, fluency-fluentd, ... to 2.7.4 by @xerial-bot in #4127
- Update airframe-http, airframe-http-netty, ... to 2025.1.23 by @xerial-bot in #4130
- Update airframe-rx-html, sbt-airframe to 2025.1.23 by @xerial-bot in #4126
- Update sbt-scalajs, scalajs-compiler, ... to 1.20.2 by @xerial-bot in #4129
- Update sbt, sbt-dependency-tree, ... to 1.12.0 by @xerial-bot in #4128
- Update scalajs-test-interface to 1.20.2 by @xerial-bot in #4133
Full Changelog: v2025.1.23...v2025.1.24
v2025.1.23
What's Changed
🔗 Dependency Updates
- Update airframe-http, airframe-http-netty, ... to 2025.1.22 by @xerial-bot in #4121
- Update msgpack-core to 0.9.11 by @xerial-bot in #4123
🛠 Internal Updates
- Update sbt-mdoc to 2.8.2 by @xerial-bot in #4117
- Update swagger-parser to 2.1.37 by @xerial-bot in #4115
- Update sbt-pack to 0.23 by @xerial-bot in #4124
- internal: Use native msgpack-core timestamp format by @xerial in #4125
- Update spark-sql to 4.1.0 by @xerial-bot in #4114
Full Changelog: v2025.1.22...v2025.1.23
v2025.1.22
What's Changed
🚀 Features
🐛 Bug Fixes
- Fix issue 4008 in airframe by @xerial in #4100
- Update sbt-scalafix to 0.14.5 by @xerial-bot in #4111
🔗 Dependency Updates
- Update airframe-http, airframe-http-netty, ... to 2025.1.21 by @xerial-bot in #4083
- Update woodstox-core to 7.1.1 by @xerial-bot in #4079
- Update commons-collections4 to 4.5.0 by @xerial-bot in #4080
- Update hadoop-shaded-guava to 1.4.0 by @xerial-bot in #4081
- Update stax2-api to 4.2.2 by @xerial-bot in #4082
- Update okhttp-jvm to 5.3.0 by @xerial-bot in #4087
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #4090
- Bump mikepenz/action-junit-report from 5 to 6 by @dependabot[bot] in #4089
- Update duckdb_jdbc to 1.4.2.0 by @xerial-bot in #4093
- Update hadoop-shaded-guava to 1.5.0 by @xerial-bot in #4091
- Update sqlite-jdbc to 3.51.0.0 by @xerial-bot in #4092
- Update grpc-netty-shaded, grpc-protobuf, ... to 1.76.1 by @xerial-bot in #4096
- Update okhttp-jvm to 5.3.2 by @xerial-bot in #4097
- Update scala-compiler, scala-library, ... to 2.13.18 by @xerial-bot in #4104
- Update grpc-netty-shaded, grpc-protobuf, ... to 1.77.0 by @xerial-bot in #4101
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #4102
- Update sqlite-jdbc to 3.51.1.0 by @xerial-bot in #4105
- Update duckdb_jdbc to 1.4.3.0 by @xerial-bot in #4108
- Update scala-compiler, scala-library, ... to 2.12.21 by @xerial-bot in #4110
- Update netty-all to 4.2.9.Final by @xerial-bot in #4113
- Update grpc-netty-shaded, grpc-protobuf, ... to 1.78.0 by @xerial-bot in #4118
🛠 Internal Updates
- Update sbt-scalafmt to 2.5.6 by @xerial-bot in #4085
- Update sbt-jmh to 0.4.8 by @xerial-bot in #4051
- Update swagger-parser to 2.1.36 by @xerial-bot in #4103
- Update sbt-mdoc to 2.8.1 by @xerial-bot in #4107
- Update trino-main to 479 by @xerial-bot in #4112
Other Changes
- Update CI to test with JDK 25 (Latest LTS) by @xerial in #4044
- Add Claude Code GitHub Workflow by @xerial in #4088
- Disable Claude Code Review workflow by @xerial in #4098
- Revert "Update sbt-jmh to 0.4.8" by @xerial in #4099
Full Changelog: v2025.1.21...v2025.1.22
v2025.1.21
What's Changed
🔥 Breaking Changes
- Update airframe-parquet to use NioInputFile/LocalOutputFile for Hadoop-free operation and JDK 25 compatibility by @xerial in #4078
🐛 Bug Fixes
- Fix NoSuchFileException in HttpCodeGenerator when scanning invalid JAR files by @Copilot in #4050
- fix: validate ULID timestamp by @b4D8 in #4074
- Fix Windows linking error by replacing POSIX localtime_r with cross-platform time arithmetic by @Copilot in #4049
🔗 Dependency Updates
- Update airframe-http, airframe-http-netty, ... to 2025.1.20 by @xerial-bot in #4067
- Update scala3-library, ... to 3.3.7 by @xerial-bot in #4069
- Update netty-all to 4.2.7.Final by @xerial-bot in #4070
- Update json4s-jackson to 4.1.0 by @xerial-bot in #4075
- Bump actions/setup-node from 5 to 6 by @dependabot[bot] in #4072
- Update jackson-datatype-jdk8, ... to 2.18.5 by @xerial-bot in #4076
🛠 Internal Updates
- Update swagger-parser to 2.1.35 by @xerial-bot in #4068
New Contributors
Full Changelog: v2025.1.20...v2025.1.21
v2025.1.20
What's Changed
🐛 Bug Fixes
- Update sbt-scalafix to 0.14.4 by @xerial-bot in #4063
🔗 Dependency Updates
- Update airframe-http, airframe-http-netty, ... to 2025.1.19 by @xerial-bot in #4048
- Update duckdb_jdbc to 1.4.1.0 by @xerial-bot in #4057
- Update sbt, sbt-dependency-tree, ... to 1.11.7 by @xerial-bot in #4053
- Update grpc-netty-shaded, grpc-protobuf, ... to 1.76.0 by @xerial-bot in #4056
- Update okhttp-jvm to 5.2.0 by @xerial-bot in #4058
- Update circe-parser to 0.14.15 by @xerial-bot in #4052
- Update scala-compiler, scala-library, ... to 2.13.17 by @xerial-bot in #4054
- Update scalajs-env-jsdom-nodejs to 1.1.1 by @xerial-bot in #4060
- Update scala-collection-compat to 2.14.0 by @xerial-bot in #4055
- Update okhttp-jvm to 5.2.1 by @xerial-bot in #4064
- Update ScalaNattive, auxlib, clib, javalib, nativelib, ... to 0.5.9 by @xerial-bot in #4065
🛠 Internal Updates
- Update sbt-mdoc to 2.8.0 by @xerial-bot in #4066
📚 Docs
- Upgrade jsdom from 24.X/26.1.0 to 27.0.0 by @Copilot in #4062
Other Changes
Full Changelog: v2025.1.19...v2025.1.20
v2025.1.19
What's Changed
🐛 Bug Fixes
🔗 Dependency Updates
- Update airframe-http, airframe-launcher, ... to 2025.1.18 by @xerial-bot in #4038
- Update duckdb_jdbc to 1.4.0.0 by @xerial-bot in #4042
- Update postgresql to 42.7.8 by @xerial-bot in #4046
🛠 Internal Updates
- Update swagger-parser to 2.1.34 by @xerial-bot in #4041
Full Changelog: v2025.1.18...v2025.1.19