Urgent.News

What's breaking now, across thousands of outlets.

Tech

JetBrains Releases Ktor 3.6.0 with HTTP/3 & OpenID Connect Support

Lead JetBrains announced the launch of Ktor 3.6.0 on September 18, 2026, marking a major milestone for the open‑source Kotlin web framework. The new version ships experimental HTTP/3 support, typed OpenID Connect authentication, and a host of routing and client‑side improvements that aim to streamline modern API development. What’s New in Ktor 3.6.0? Ktor 3.6.0 introduces several first‑time…

On September 18, 2026, JetBrains unveiled Ktor 3.6.0, a significant update to the open-source Kotlin web framework. This release brings experimental HTTP/3 support via the Netty engine, enhancing performance on unreliable networks. A type-safe OpenID Connect authentication module simplifies integration with OIDC providers, cutting down on boilerplate code and runtime errors.

The framework also sees routing enhancements with a cleaner DSL syntax and automatic handling of trailing slashes, making route definitions more readable. The client library now comes with sensible defaults for JVM, JavaScript, and native platforms, reducing setup time for cross-platform projects. Quality-of-life improvements include better asynchronous DNS resolution for the CIO engine, fixes for duplicate cookie parsing, and JavaScript fetch() overrides.

Simon Vergauwen, lead maintainer of Ktor, highlighted that this release represents a leap forward for the Kotlin ecosystem, providing developers with the tools needed to build secure, high-performance services effortlessly. Ktor's embrace of HTTP/3 and first-class OpenID Connect support addresses common pain points, such as integrating modern protocols and authentication flows.

The new version promises to streamline modern API development, aligning Kotlin with the industry's push toward QUIC and enhancing its appeal for building cloud-native APIs. With the next 4.0 release expected in early 2027, JetBrains continues to refine Ktor, focusing on full HTTP/3 stability, deeper coroutine integration, and expanded serverless platform support.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

AWS tells you something changed. Figuring out what actually happened is another story.

I kept running into the same problem with AWS. The alert usually isn’t the hard part. The investigation is. An IAM policy changes, a security group gets opened, or a role suddenly has permissions it…

  • Investigating unexpected AWS changes is challenging due to context switching.
  • Kultarr aims to consolidate relevant context for change investigation.
  • Determining if a change was anticipated, risky, or part of deployment consumes significant time.

How to kill a Zombie?

We all have our Zombies; no, not the ones you think of from movies. I’m talking about software, like pet projects and ventures. My Zombie is Contenox—how do I know it is one?

  • Contenox is an AI system designed for non-frontier models
  • Lack of proper architecture leads to recurring Zombie-like issues
  • Human intuition and critical thinking prevent AI-generated code Zombies

More from Friday 18 September →