1. 46b6514 Document selective WebSocket compression behavior #61 (#1175) by Matthias Kurz · 13 hours ago main
  2. 3517460 Add selective WebSocket message compression (#1172) by Matthias Kurz · 31 hours ago
  3. 6f5670f Improve WebSocket compression internals and resource cleanup (#1173) by Matthias Kurz · 32 hours ago
  4. 2eb4586 build(deps): Bump sbt/setup-sbt from 1.5.0 to 1.5.2 (#1170) by dependabot[bot] · 4 days ago
  5. 892bf87 build(deps): Bump actions/setup-java from 5.5.0 to 5.6.0 (#1171) by dependabot[bot] · 5 days ago
  6. 9490898 Refactor global settings (#1169) by PJ Fanning · 6 days ago
  7. aacecbd Update sbt, scripted-plugin to 1.12.14 (#1166) by Scala Steward · 7 days ago
  8. c7fbe43 Update sbt-scalafmt to 2.6.2 (#1167) by Scala Steward · 7 days ago
  9. 33675e1 Update scalafmt-core to 3.11.4 (#1168) by Scala Steward · 7 days ago
  10. d53065a Update sbt-license-report to 1.10.0 (#1165) by Scala Steward · 8 days ago
  11. 60d2021 Replace expressions with Single Abstract Methods (SAMs) (#1164) by Philippus Baalman · 11 days ago
  12. fff51c1 Update junit-platform-launcher to 6.1.2 (#1157) by Scala Steward · 12 days ago
  13. f094921 Update jackson-databind to 3.2.1 (#1159) by Scala Steward · 12 days ago
  14. 6074a8e build(deps): Bump actions/setup-java from 5.4.0 to 5.5.0 (#1160) by dependabot[bot] · 12 days ago
  15. 9e241e5 Update scalafmt-core to 3.11.3 (#1158) by Scala Steward · 12 days ago
  16. 04a8f3a Update junit-jupiter-api, ... to 6.1.2 (#1156) by Scala Steward · 12 days ago
  17. 18796ca Fix byte string transformer cleanup on stage stop (#1154) by He-Pin(kerr) · 2 weeks ago
  18. e5a05ac Update munit to 1.3.4 (#1152) by Scala Steward · 2 weeks ago
  19. 554806a Update sbt-reproducible-builds to 0.35 (#1151) by Scala Steward · 2 weeks ago
  20. 70ae790 Update scalafmt-core to 3.11.2 (#1153) by Scala Steward · 2 weeks ago
  21. d720e91 issue with comments failing build (#1149) by PJ Fanning · 2 weeks ago
  22. 7591e2e Ensure deflater/inflater end() is called in DeflateCompressor and GzipCompressor (#1142) by PJ Fanning · 2 weeks ago
  23. 2152053 Remove 'HttpApp' references from guidelines (#1148) by PJ Fanning · 2 weeks ago
  24. a753822 refactor: remove deprecated HttpApp (since Akka HTTP 10.2.0) (#1125) by He-Pin(kerr) · 2 weeks ago
  25. b1caba1 remove inaccurate javadoc on internal method (#1144) by PJ Fanning · 2 weeks ago
  26. 0aefbc5 link to jackson docs in pekko core (#1143) by PJ Fanning · 2 weeks ago
  27. cd35849 use ByteString toArrayUnsafe in new deflater code (#1135) by PJ Fanning · 2 weeks ago
  28. fd11ea3 Update jackson-databind to 2.22.1 (#1145) by Scala Steward · 2 weeks ago
  29. 4365a42 Update sbt-boilerplate to 0.8.1 (#1146) by Scala Steward · 2 weeks ago
  30. a06ad57 GzipDecompressor: fix inflater memory leak (#1134) by PJ Fanning · 2 weeks ago
  31. 418e760 DeflateDecompressor: fix inflater memory leak (#1137) by PJ Fanning · 2 weeks ago
  32. 5f6cb86 fix: fix scaladoc warnings across all modules (#1120) by He-Pin(kerr) · 3 weeks ago
  33. 454e08d refactor: replace deprecated extends App with explicit main method (#1131) by He-Pin(kerr) · 3 weeks ago
  34. cc37ca0 Replace Reflections with ClassGraph in tests (#1132) by He-Pin(kerr) · 3 weeks ago
  35. a3cca43 Update sbt-multi-jvm to 0.7.0 (#1138) by Scala Steward · 3 weeks ago
  36. c027c12 use StandardCharsets.UTF_8 (#1136) by PJ Fanning · 3 weeks ago
  37. b0d3009 build(deps): Bump sbt/setup-sbt from 1.4.0 to 1.5.0 (#1130) by dependabot[bot] · 3 weeks ago
  38. 56f2f5a feat: add Scala next cross-build coverage (#1129) by He-Pin(kerr) · 3 weeks ago
  39. fad7678 Remove deprecated ParserSettings.apply/create (since Akka HTTP 10.2.0) (#1126) by He-Pin(kerr) · 3 weeks ago
  40. da4342b fix: fix javadoc warnings in Java sources across pekko-http modules (#1119) by He-Pin(kerr) · 3 weeks ago
  41. d7b889a refactor: remove deprecated ConnectionContext.defaultPort (since Akka HTTP 10.2.0) (#1127) by He-Pin(kerr) · 3 weeks ago
  42. 763273f Remove deprecated UnsupportedRequestContentTypeRejection.apply 1-arg (since Akka HTTP 10.1.9) (#1128) by He-Pin(kerr) · 3 weeks ago
  43. 748030a fix: suppress Java compilation warnings in http-core, http and http-jackson (#1118) by He-Pin(kerr) · 3 weeks ago
  44. 323787c refactor: fold InHandler and OutHandler into GraphStageLogic in DecoderSpec (#1117) by He-Pin(kerr) · 3 weeks ago
  45. e3108db Update sbt-reproducible-builds to 0.33 (#1121) by Scala Steward · 3 weeks ago
  46. 07bd955 Add server-side WebSocket compression (#1114) by Matthias Kurz · 3 weeks ago
  47. 0216ced more issues with unmoored docs (#1116) by PJ Fanning · 3 weeks ago
  48. fe2e67e fix: avoid unmoored doc comments (#1115) by Matthias Kurz · 3 weeks ago
  49. e5f84e9 make withLevel package private (#1104) by PJ Fanning · 3 weeks ago
  50. 4ac4b73 feat: add RFC 10008 QUERY method and Accept-Query header support (#1077) by He-Pin(kerr) · 3 weeks ago
  51. ca3bb4c build: remove stale scalafix dependency from docs module (#1113) by He-Pin(kerr) · 3 weeks ago
  52. 6e28d75 build(deps): Bump actions/cache from 5.0.5 to 6.1.0 (#1110) by dependabot[bot] · 4 weeks ago
  53. 70d427f build(deps): Bump actions/setup-java from 5.3.0 to 5.4.0 (#1111) by dependabot[bot] · 4 weeks ago
  54. 82a03b1 build: enable -Xfatal-warnings for Scala 2 and -Werror for Scala 3 (#1109) by He-Pin(kerr) · 4 weeks ago
  55. f0236b3 refactor: replace deprecated ActorMaterializer with Materializer (#1108) by He-Pin(kerr) · 4 weeks ago
  56. a5e648a Update junit-platform-launcher to 6.1.1 (#1107) by Scala Steward · 4 weeks ago
  57. 3d07b5a remove deprecated javadsl route directive (#1105) by PJ Fanning · 4 weeks ago
  58. 5623d10 Remove deprecated encode method on Coder (#1100) by PJ Fanning · 4 weeks ago
  59. 3a43471 fix compiler warnings for implicit array to seq conversions (#1102) by PJ Fanning · 4 weeks ago
  60. afabf84 Remove deprecated encode method on Coder (#1100) by PJ Fanning · 4 weeks ago
  61. d172b91 add since markers on Deprecated annotations (#1098) by PJ Fanning · 4 weeks ago
  62. 81781b7 unused import (#1099) by PJ Fanning · 4 weeks ago
  63. 666b867 Update sbt-salad-days to 0.2.0 (#1097) by Scala Steward · 4 weeks ago
  64. 853b430 refactor: upgrade JUnit Jupiter to 6.1.0 (#1096) by He-Pin(kerr) · 4 weeks ago
  65. d6f8887 refactor: replace .toArray().length with .size() (Java 11+) (#1095) by He-Pin(kerr) · 4 weeks ago
  66. 87a89c3 refactor: migrate Collections/Arrays.asList to Java 9+ collection factories (#1089) by He-Pin(kerr) · 4 weeks ago
  67. 61d29bb refactor: replace .collect(Collectors.toList()) with .toList() (#1090) by He-Pin(kerr) · 4 weeks ago
  68. dd1e914 refactor: migrate String.format to String.formatted (Java 15+) (#1091) by He-Pin(kerr) · 4 weeks ago
  69. 1566cff refactor: migrate switch statements to modern switch syntax (Java 14+) (#1092) by He-Pin(kerr) · 4 weeks ago
  70. c246651 refactor: use Optional.isEmpty() (Java 11+) (#1093) by He-Pin(kerr) · 4 weeks ago
  71. 121e66d refactor: apply misc Java 11-17 improvements (#1094) by He-Pin(kerr) · 4 weeks ago
  72. 6c654b2 chore: add sbt-salad-days to reduce Scaladoc archive size (#1079) by He-Pin(kerr) · 4 weeks ago
  73. 6a96015 test: add directional test for NUL byte in request target (#1088) by He-Pin(kerr) · 4 weeks ago
  74. 7def227 use Locale.ROOT for toLowerCase/toUpperCase (#1086) by PJ Fanning · 4 weeks ago
  75. 566ace9 Update sbt, scripted-plugin to 1.12.13 (#1085) by Scala Steward · 5 weeks ago
  76. c03b3cc Bump actions/setup-java from 5.2.0 to 5.3.0 (#1083) by dependabot[bot] · 5 weeks ago
  77. 9a16001 Bump actions/checkout from 6.0.3 to 7.0.0 (#1082) by dependabot[bot] · 5 weeks ago
  78. 9fb2f96 Bump sbt/setup-sbt from 1.2.1 to 1.4.0 (#1084) by dependabot[bot] · 5 weeks ago
  79. 9d9d378 pin sbt in .scala-steward.conf (#1080) by PJ Fanning · 5 weeks ago
  80. 4784d0b fix: Scala 3.9 compatibility fixes (#1074) by He-Pin(kerr) · 5 weeks ago
  81. a42772b docs: add mandatory header workflow reminder to Licensing Rules (#1078) by He-Pin(kerr) · 5 weeks ago
  82. aec584c fix: correct typos in pekko-http docs and tests (#1075) by He-Pin(kerr) · 5 weeks ago
  83. fcb487e refactor: modernize Java test code with Java 17 features (#1076) by He-Pin(kerr) · 5 weeks ago
  84. eb6ee86 Update sbt-mima-plugin to 1.1.6 (#1072) by Scala Steward · 6 weeks ago
  85. ab6fac2 build: fix sbt lint warnings by excluding unused keys (#1071) by He-Pin(kerr) · 6 weeks ago
  86. 23ffde9 fix: replace private[this] with private and =_ with explicit defaults (#1068) by He-Pin(kerr) · 6 weeks ago
  87. d87ca24 docs: add AGENTS.md and CLAUDE.md for AI coding agents (#1066) by He-Pin(kerr) · 6 weeks ago
  88. 01e10e1 Fix integer/long overflow in content-length parsing, timestamp ordering, and HTTP/2 flow control (#1049) by PJ Fanning · 6 weeks ago
  89. 4c16c56 chore: unify formatter config - upgrade sbt-java-formatter, add JDK17, standardize aliases (#1062) by He-Pin(kerr) · 6 weeks ago
  90. 243da2e Update sbt-scalafix, scalafix-core to 0.14.7 (#1063) by Scala Steward · 6 weeks ago
  91. 83a0124 Update sbt, scripted-plugin to 1.12.12 (#1065) by Scala Steward · 6 weeks ago
  92. bd10551 Update sbt-api-mappings to 3.0.3 (#1064) by Scala Steward · 6 weeks ago
  93. 302970c chore: Rewrite to scala3 syntax (#1061) by He-Pin(kerr) · 6 weeks ago
  94. 44e2755 Add -Yfuture-lazy-vals for Scala 3 builds (#1060) by He-Pin(kerr) · 6 weeks ago
  95. 8439ed2 Update scala3-library to 3.3.8 (#1059) by Scala Steward · 6 weeks ago
  96. c8ebc1c Update jackson-databind to 3.2.0 (#1058) by Scala Steward · 6 weeks ago
  97. 2e70cdd Update munit to 1.3.3 (#1057) by Scala Steward · 6 weeks ago
  98. c703d51 Bump actions/checkout from 6.0.2 to 6.0.3 (#1055) by dependabot[bot] · 7 weeks ago
  99. 81cf4ba Update jackson-databind to 2.22.0 (#1053) by Scala Steward · 7 weeks ago
  100. 76c234f Update munit to 1.3.2 (#1054) by Scala Steward · 7 weeks ago