You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes.md
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,45 @@ title: Release Notes
6
6
7
7
Airframe uses YY.MM.patch versioning scheme, so the version numbers match with the release year and month.
8
8
9
+
## 22.2.0
10
+
11
+
This version upgrades Scala.js vertion to 1.9.0, and improves support for Scala 3
12
+
13
+
- Update sbt-scalajs, scalajs-compiler, ... to 1.9.0 ([#2071](https://github.com/wvlet/airframe/issues/2071)) [[78035500](https://github.com/wvlet/airframe/commit/78035500)]
14
+
15
+
### Bug Fixes
16
+
17
+
- airframe-metrics: Support positive base duration in TimeWindow ([#2079](https://github.com/wvlet/airframe/issues/2079)) [[40a31711](https://github.com/wvlet/airframe/commit/40a31711)]
18
+
- airframe-surface: Handle case fields as method arguments in Scala 3 ([#2051](https://github.com/wvlet/airframe/issues/2051)) [[93635586](https://github.com/wvlet/airframe/commit/93635586)]
19
+
- airframe-surface: Scala 3: Pass all tests on JVM ([#2052](https://github.com/wvlet/airframe/issues/2052)) [[7b0d96cc](https://github.com/wvlet/airframe/commit/7b0d96cc)]
20
+
21
+
### Internal Updates
22
+
23
+
-[build] Make it easier on cross-build while working on Scala 3 support ([#2056](https://github.com/wvlet/airframe/issues/2056)) [[74127800](https://github.com/wvlet/airframe/commit/74127800)]
24
+
- Use munit temporarily to avoid airspec <-> surface circular reference ([#2049](https://github.com/wvlet/airframe/issues/2049)) [[c8173e5e](https://github.com/wvlet/airframe/commit/c8173e5e)]
25
+
- Fix sonatype settings for AirSpec releases [[1c54fc61](https://github.com/wvlet/airframe/commit/1c54fc61)]
26
+
- Update sbt-buildinfo to 0.11.0 ([#2077](https://github.com/wvlet/airframe/issues/2077)) [[82946fb6](https://github.com/wvlet/airframe/commit/82946fb6)]
27
+
- Update trino-main to 371 ([#2076](https://github.com/wvlet/airframe/issues/2076)) [[cfd4cf13](https://github.com/wvlet/airframe/commit/cfd4cf13)]
28
+
- Update postgresql to 42.3.3 ([#2074](https://github.com/wvlet/airframe/issues/2074)) [[d6cd3d16](https://github.com/wvlet/airframe/commit/d6cd3d16)]
29
+
- Update scalajs-test-interface to 1.9.0 ([#2072](https://github.com/wvlet/airframe/issues/2072)) [[ca683c6d](https://github.com/wvlet/airframe/commit/ca683c6d)]
30
+
- Update scalafmt-core to 3.4.3 ([#2070](https://github.com/wvlet/airframe/issues/2070)) [[3bc98c9e](https://github.com/wvlet/airframe/commit/3bc98c9e)]
31
+
- Update sbt-sonatype to 3.9.11 ([#2066](https://github.com/wvlet/airframe/issues/2066)) [[adbb58fb](https://github.com/wvlet/airframe/commit/adbb58fb)]
32
+
- Update swagger-parser to 2.0.30 ([#2062](https://github.com/wvlet/airframe/issues/2062)) [[b71f86ca](https://github.com/wvlet/airframe/commit/b71f86ca)]
33
+
- Update slf4j-jdk14 to 1.7.36 ([#2064](https://github.com/wvlet/airframe/issues/2064)) [[eed963fe](https://github.com/wvlet/airframe/commit/eed963fe)]
34
+
- Update scalafmt-core to 3.4.2 ([#2061](https://github.com/wvlet/airframe/issues/2061)) [[5f439149](https://github.com/wvlet/airframe/commit/5f439149)]
35
+
- Update scalafmt-core to 3.4.1 ([#2060](https://github.com/wvlet/airframe/issues/2060)) [[468457be](https://github.com/wvlet/airframe/commit/468457be)]
36
+
- Fix Scala deprecations as much as possible ([#2058](https://github.com/wvlet/airframe/issues/2058)) [[06ad0533](https://github.com/wvlet/airframe/commit/06ad0533)]
37
+
- Update trino-main to 370 ([#2057](https://github.com/wvlet/airframe/issues/2057)) [[b4e91839](https://github.com/wvlet/airframe/commit/b4e91839)]
38
+
- Update auth to 2.17.123 ([#2054](https://github.com/wvlet/airframe/issues/2054)) [[057240bf](https://github.com/wvlet/airframe/commit/057240bf)]
39
+
- Upgrade to Scala 3.1.1 ([#2055](https://github.com/wvlet/airframe/issues/2055)) [[8b6abcd8](https://github.com/wvlet/airframe/commit/8b6abcd8)]
40
+
- Update fluency-core, fluency-fluentd, ... to 2.6.3 ([#2053](https://github.com/wvlet/airframe/issues/2053)) [[2d4061d6](https://github.com/wvlet/airframe/commit/2d4061d6)]
41
+
- Update auth to 2.17.122 ([#2050](https://github.com/wvlet/airframe/issues/2050)) [[a9b5c923](https://github.com/wvlet/airframe/commit/a9b5c923)]
42
+
- Update auth to 2.17.121 ([#2041](https://github.com/wvlet/airframe/issues/2041)) [[7de415c1](https://github.com/wvlet/airframe/commit/7de415c1)]
43
+
- Update postgresql to 42.3.2 ([#2046](https://github.com/wvlet/airframe/issues/2046)) [[e65bd716](https://github.com/wvlet/airframe/commit/e65bd716)]
44
+
- Update sbt-airframe to 22.1.0 [[a1eb5625](https://github.com/wvlet/airframe/commit/a1eb5625)]
45
+
- Update sbt, sbt-dependency-tree, ... to 1.6.2 [[00749a97](https://github.com/wvlet/airframe/commit/00749a97)]
46
+
- Update airspec to 22.1.0 ([#2045](https://github.com/wvlet/airframe/issues/2045)) [[04ddd95c](https://github.com/wvlet/airframe/commit/04ddd95c)]
47
+
9
48
## 22.1.0
10
49
11
50
This version introduces type-safe event handlers (e.g., `onclick -> { e: MouseEvent => ... }`) for airframe-rx-html. Thanks [@exoego](https://github.com/exoego) for the contribution!
0 commit comments