Tag

NewFeatures

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Mar 6, 2025 · Fundamentals

Key Highlights of Python 3.13 Release Candidate 2 and New Features

Python 3.13.0rc2, the preview of the upcoming 3.13.0 release scheduled for October 1, 2024, introduces an experimental free‑threading build, a new JIT, improved interactive interpreter, incremental garbage collector, updated typing features, and several module deprecations and removals.

3.13NewFeaturesReleaseCandidate
0 likes · 6 min read
Key Highlights of Python 3.13 Release Candidate 2 and New Features
Aikesheng Open Source Community
Aikesheng Open Source Community
Jan 21, 2025 · Databases

New and Changed Features in MySQL 9.2.0

MySQL 9.2.0 introduces the CREATE_SPATIAL_REFERENCE_SYSTEM privilege, JavaScript library support, enhanced SQL stored routine APIs, ENUM and SET handling, EXPLAIN FORMAT=JSON version 2, while deprecating several version‑token functions and privileges and removing keyword restrictions, providing a comprehensive overview of additions, deprecations, and removals.

DatabaseJavaScriptMySQL
0 likes · 9 min read
New and Changed Features in MySQL 9.2.0
Python Programming Learning Circle
Python Programming Learning Circle
Oct 23, 2024 · Fundamentals

Key New Features in Python 3.13.0 Release

Python 3.13.0, released on October 7, 2024, brings experimental no‑GIL support, a JIT compiler, an improved REPL, colour‑highlighted error messages, enhanced static typing, and Tier 3 official support for iOS and Android, while warning developers about experimental features and compatibility considerations.

JITNewFeaturesNo-GIL
0 likes · 5 min read
Key New Features in Python 3.13.0 Release
Java Captain
Java Captain
Mar 14, 2024 · Fundamentals

Why and How to Upgrade from JDK 8 to JDK 19: Benefits, Considerations, and New Features

Upgrading from JDK 8 to JDK 19 brings significant performance, security, and modularity improvements, but requires careful compatibility testing, performance evaluation, and security checks, while offering new features such as Text Blocks, Virtual Threads, Record Patterns, and enhanced APIs, positioning Java for future cloud, big data, and AI workloads.

JDKJavaNewFeatures
0 likes · 6 min read
Why and How to Upgrade from JDK 8 to JDK 19: Benefits, Considerations, and New Features
JD Tech
JD Tech
Sep 25, 2023 · Backend Development

Comprehensive Guide to Upgrading from JDK 8 to JDK 11: Performance Gains, New Features, and Migration Practices

This article explains why upgrading from JDK 8 to JDK 11 is beneficial, details performance improvements—especially GC behavior—lists the new language and API features, provides step‑by‑step migration guidance, highlights common pitfalls such as module‑system issues, and offers practical recommendations for production environments.

JDK11JavaMigration
0 likes · 20 min read
Comprehensive Guide to Upgrading from JDK 8 to JDK 11: Performance Gains, New Features, and Migration Practices
360 Tech Engineering
360 Tech Engineering
Sep 11, 2020 · Backend Development

Key New Features of Java 11 and Practical Migration Guide

This guide explains why Java 11 is worth adopting, lists its major language and API enhancements over Java 8—including var type inference, improved collections, stream and HTTP client APIs—and provides detailed solutions for common migration issues such as missing JAXB modules and container‑aware JVM behavior.

ContainerHttpClientJAXB
0 likes · 6 min read
Key New Features of Java 11 and Practical Migration Guide
Architect's Tech Stack
Architect's Tech Stack
Dec 30, 2019 · Fundamentals

New Features and Enhancements in Java 11

The article provides a comprehensive overview of Java 11’s new capabilities, including Unicode 10 support, the standardization of HttpClient, collection API improvements, dynamic compiler threads, advanced garbage collectors, nest‑based access control, added cryptographic algorithms, lambda‑var syntax, single‑file execution, Flight Recorder integration, removed modules, upgrade recommendations, and useful migration tools.

FlightRecorderGarbageCollectionHttpClient
0 likes · 10 min read
New Features and Enhancements in Java 11
Java Architect Essentials
Java Architect Essentials
Mar 2, 2018 · Fundamentals

New Features of JDK 9

JDK 9 adds a range of language and runtime enhancements—including a new module system, JShell REPL, upgraded Stream API, HTTP client, and internal changes to strings and exception handling—to improve modularity, performance, and developer productivity across Java applications.

HttpClientJDK9JShell
0 likes · 9 min read
New Features of JDK 9