0 Kommentare
0 Geteilt
4 Ansichten
Verzeichnis
Elevate your Sngine platform to new levels with plugins from YubNub Digital Media!
-
Bitte loggen Sie sich ein, um liken, teilen und zu kommentieren!
-
Scale AI cuts 200 employees on the heels of Meta investmentScale AI cuts 200 employees on the heels of Meta investment Meta's aggressive hiring spree has made waves across the AI industry. By ...0 Kommentare 0 Geteilt 129 Ansichten
-
Score $200 off this 75-inch Hisense smart TV at AmazonBest TV deal: Get $200 off this 75-inch smart TV at Amazon It's time for a living room entertainment upgrade. By ...0 Kommentare 0 Geteilt 122 Ansichten
-
TECHCRUNCH.COMHackers are trying to steal passwords and sensitive data from users of Signal cloneThe bug in the modified messaging app can expose users' plaintext usernames, passwords, and other sensitive data, per GreyNoise.0 Kommentare 0 Geteilt 1 Ansichten
-
TECHCRUNCH.COMBoulevard raises $80M to power self-care boom driven by Botox and GLP-1 surgeThe nine-year-old salon and spa software provider has hit a valuation of nearly $800 million.0 Kommentare 0 Geteilt 1 Ansichten
-
TECHCRUNCH.COMZuckerberg and Meta investors reach settlement in $8B privacy caseThe shareholders' lawsuit alleges Facebook execs intentionally violated an FTC agreement by sharing user data with third-party apps without user consent.0 Kommentare 0 Geteilt 1 Ansichten
-
TECHCRUNCH.COMMistrals Le Chat chatbot gets a productivity push with new deep research modeFrench AI lab Mistral introduced a range of new features to its Le Chat chatbot on Thursday that bring it closer to the capabilities of rivals like OpenAI and Google. The new update includes a new deep research mode, native multilingual reasoning, and advanced image editing.0 Kommentare 0 Geteilt 1 Ansichten
-
-
Ktor 3.2.2 Is Now AvailableThe Ktor 3.2.2 patch release brings a critical fix for Android D8 compatibility, along with some minor enhancements and bug fixes. Get startedReady to explore Ktor 3.2.2? Start building your next project today with our interactive project generator at start.ktor.io. Your feedback and contributions are always welcome! Get Started With Ktor | Join the Community on Reddit and Slack Get Started With Ktor Fixed Android D8 compatibilityKtor 3.2.0 introduced a compatibility issue for Androids D8 by using Kotlins backticked identifiers, which are commonly used in testing and allow for non-alphanumeric characters in Kotlin names. Androids D8 tool, which converts bytecode to DEX (Dalvik executable) format, only supports these backticked identifiers on Android 10 (API level 30) and newer.@Testfun `hello world returns 200`() = testApplication { routing { get("/hello") { call.respondText("Hello World!") } } val response = client.get("/hello") assertEquals(HttpStatusCode.OK, response.status)}This regression is fixed in Ktor 3.2.2. To prevent this from happening again, weve added new checks to our testing infrastructure. These tests continuously verify Ktors compatibility with essential Android tools, including D8 and ProGuard, ensuring new features dont break support for older Android versions. More details can be found on YouTrack and on GitHub.Minor bug fixes and enhancementsImprovementsThymeleaf: The template model now accepts null values (KTOR-8559).javadoc now published as a Maven artifact (KTOR-3962).Netty: An invalid hex byte with a malformed query string now returns the expected 400 Bad Request error instead of a 500 Internal Server Error. (KTOR-2934).It automatically closes AutoCloseable instances or allows to configure your own cleanup handlers. When the server receives a stop command, the HikariDataSource will close automatically, and then the custom cleanup handler for Database will be executed.Regression fixesA Space characters in SimpleName error is no longer triggered when executing an R8 mergeExtDex task with 3.2.0 (KTOR-8583).A potential race condition no longer occurs in socket.awaitClosed (KTOR-8618).The module parameter type Application.() -> kotlin.Unit is now supported (KTOR-8602).Collecting flow in a Ktor route no longer results in a Flow invariant is violated error (KTOR-8606).Bug fixesForwardedHeaders: The plugin now handles parameters case-insensitively, as expected (KTOR-8622).OkHttp: java.net.ProtocolException no longer occurs when sending MultiPartFormDataContent with onUpload (KTOR-6790).The OAuth2 authentication provider no longer breaks form-urlencoded POST requests when receiving the request body (KTOR-4420).The You can learn more from Content negotiation and serialization KDoc link for io.ktor.server.plugins.contentnegotiation.ContentNegotiation now leads to the correct page (KTOR-8597).Ktor no longer fails to boot with the default jvminline argument (KTOR-8608).The ResponseSent hook handler of the plugin installed into a route is now executed as expected when an exception is thrown from the route (KTOR-6794). Thank you!We want to thank everyone in the community for your support and feedback, as well as for reporting issues.Start building your next project at start.ktor.io. Your suggestions and contributions are always welcome! Get Started With Ktor | Join the Community on Reddit and Slack0 Kommentare 0 Geteilt 45 Ansichten
-