Tag

deprecation

1 views collected around this technical thread.

Laravel Tech Community
Laravel Tech Community
Dec 12, 2024 · Backend Development

New Features in PHP 8.4.1: Property Hooks, Asymmetric Visibility, Deprecation Attributes, Ext‑DOM Enhancements, BCMath Object API, and New array_* Functions

PHP 8.4.1 introduces a suite of backend improvements—including property hooks, asymmetric visibility, deprecation attributes, a spec‑compliant DOM API, an object‑oriented BCMath API, and several new array_* functions—each illustrated with concise code examples and usage notes.

Asymmetric VisibilityBackendPHP
0 likes · 5 min read
New Features in PHP 8.4.1: Property Hooks, Asymmetric Visibility, Deprecation Attributes, Ext‑DOM Enhancements, BCMath Object API, and New array_* Functions
Python Programming Learning Circle
Python Programming Learning Circle
Oct 10, 2024 · Fundamentals

Highlights of Python 3.13.0 Release: New Features, Type Enhancements, and Deprecations

Python 3.13.0, the latest stable release, adds a new PyPy‑based interactive interpreter, experimental free‑threaded and JIT builds, enhanced type‑hinting, library updates, and extensive deprecations, while also promoting WASI, iOS, and Android as supported platforms.

deprecationnew-featuresprogramming language
0 likes · 4 min read
Highlights of Python 3.13.0 Release: New Features, Type Enhancements, and Deprecations
Java Architect Essentials
Java Architect Essentials
Nov 26, 2023 · Backend Development

Understanding Java 21 Deprecations: Windows 32‑bit x86 Port and Dynamic Agent Loading

This article explains why Java 21 deprecates the Windows 32‑bit x86 port and dynamic agent loading, outlines the technical reasons, shows the required configuration flags and code examples, and discusses the security and maintenance implications of using deprecated APIs.

Backend DevelopmentDynamic Agent LoadingJEP 449
0 likes · 11 min read
Understanding Java 21 Deprecations: Windows 32‑bit x86 Port and Dynamic Agent Loading
Architect's Tech Stack
Architect's Tech Stack
Nov 23, 2023 · Backend Development

Java 21 Deprecates Windows 32‑bit x86 Port and Dynamic Agent Loading

The article explains why Java 21 deprecates the Windows 32‑bit x86 port and dynamic agent loading, describes the technical reasons, shows the new configuration options and related warnings, and discusses the impact on virtual threads and best practices for avoiding deprecated APIs.

Backend DevelopmentDynamic AgentsJDK
0 likes · 11 min read
Java 21 Deprecates Windows 32‑bit x86 Port and Dynamic Agent Loading
Laravel Tech Community
Laravel Tech Community
May 23, 2023 · Fundamentals

Python 3.12 Beta 1 Released: New Type Annotation Syntax, Enhanced F‑Strings, Performance Boosts, and Major Deprecations

The first beta of Python 3.12 has been released, introducing new generic class type‑annotation syntax, more flexible f‑string parsing, improved error messages, performance enhancements, Linux profiler support, several new PEPs for typing, and the removal of deprecated features such as distutils, with the final release slated for October 2 2024.

BetaPythonType Annotations
0 likes · 2 min read
Python 3.12 Beta 1 Released: New Type Annotation Syntax, Enhanced F‑Strings, Performance Boosts, and Major Deprecations
Cloud Native Technology Community
Cloud Native Technology Community
Mar 29, 2023 · Cloud Native

Kubernetes v1.27 Deprecations, API Removals, and Feature Gate Changes

Version 1.27 of Kubernetes introduces numerous deprecations and removals, including the migration of k8s.gcr.io to registry.k8s.io, the elimination of several API versions and feature gates such as CSIStorageCapacity, seccomp annotations, and various volume expansion options, with guidance for maintainers on required updates.

API RemovalCloud NativeFeature Gates
0 likes · 12 min read
Kubernetes v1.27 Deprecations, API Removals, and Feature Gate Changes
Python Programming Learning Circle
Python Programming Learning Circle
Mar 18, 2023 · Fundamentals

PEP‑594: Removing Dead Batteries from the Python Standard Library

PEP‑594, approved for Python 3.11‑3.13, removes over‑aged and unmaintained modules from the standard library, revitalizing the language’s “batteries‑included” philosophy by reducing maintenance costs, improving security, and benefiting resource‑constrained platforms while also streamlining future development.

Language DesignPEP-594batteries-included
0 likes · 6 min read
PEP‑594: Removing Dead Batteries from the Python Standard Library
Laravel Tech Community
Laravel Tech Community
May 11, 2022 · Backend Development

Deprecation of ${} Variable Interpolation Syntax in PHP 8.2 and Its Removal in PHP 9

The PHP community voted to deprecate the ${} syntax for variable interpolation in strings in PHP 8.2, citing limited use and confusion, and plans to remove it entirely in PHP 9, with supporting usage statistics and a proposed future syntax alternative.

BackendPHPdeprecation
0 likes · 3 min read
Deprecation of ${} Variable Interpolation Syntax in PHP 8.2 and Its Removal in PHP 9