Tagged articles
128 articles
Page 1 of 2
21CTO
21CTO
Jan 26, 2026 · Artificial Intelligence

What’s New in PyTorch 2.10? Deep Dive into GPU and CUDA Enhancements

PyTorch 2.10 introduces extensive upgrades for AMD ROCm, Intel XPU, and NVIDIA CUDA, adds new Torch XPU APIs, expands Python 3.14 support, and brings performance‑focused improvements such as fused kernels and enhanced quantization, all available via the official GitHub release.

CUDADeep LearningGPU
0 likes · 4 min read
What’s New in PyTorch 2.10? Deep Dive into GPU and CUDA Enhancements
Open Source Tech Hub
Open Source Tech Hub
Jan 16, 2026 · Backend Development

ThinkPHP 6.0 Update: Core & ORM Enhancements, PHP 8.5 Compatibility

The ThinkPHP 6.0 release brings extensive core and ORM improvements—including Config, routing, request/response, Redis caching, lazy collections, view model lifecycle, and query enhancements—adds new CLI tools, ensures full PHP 8.5 compatibility, and provides detailed upgrade instructions and migration notes.

BackendFrameworkORM
0 likes · 11 min read
ThinkPHP 6.0 Update: Core & ORM Enhancements, PHP 8.5 Compatibility
21CTO
21CTO
Dec 23, 2025 · Backend Development

What’s New in PHP 8.5.1? Detailed Security Fixes and Component Updates

PHP 8.5.1, a security‑focused release, brings numerous bug fixes across core, extensions, and libraries, urging all PHP 8.5 users to upgrade and providing links to official download pages and the full changelog for developers to review.

Version 8.5.1changelogrelease
0 likes · 6 min read
What’s New in PHP 8.5.1? Detailed Security Fixes and Component Updates
Open Source Tech Hub
Open Source Tech Hub
Nov 17, 2025 · Backend Development

Swoole v6.1 Released: Major PHP, Library, and Network Protocol Upgrades

Version 6.1 of Swoole, built on Swoole v6.1.1 and PHP 8.4.14, introduces dynamic GCC support for Swoole‑CLI, a new random extension, libind2 and libpsl for Curl, upgrades PHP, numerous extensions, libraries, and switches HTTP/3 implementation, while fixing macOS build issues and deprecating ngtcp2.

HTTP/3Library UpdatesNetworking
0 likes · 3 min read
Swoole v6.1 Released: Major PHP, Library, and Network Protocol Upgrades
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 12, 2025 · Frontend Development

What’s New in enum-plus v3.0? Simplify Enum Initialization and Explore the New Plugin System

enum-plus v3.0 introduces a milestone set of features—including removal of the as const assertion, new enum.named and enum.meta properties, revamped enum.values behavior, additional helper methods, a global configuration API, and a modular plugin ecosystem—while also detailing breaking changes and bug fixes for developers.

LibraryTypeScriptenum
0 likes · 8 min read
What’s New in enum-plus v3.0? Simplify Enum Initialization and Explore the New Plugin System
21CTO
21CTO
Nov 10, 2025 · Backend Development

cURL 8.17.0 Released: Key Security Fixes, New Features, and Dropped Support

The cURL 8.17.0 release introduces critical security patches for CVE‑2025‑10966, adds several new capabilities such as an expanded progress indicator and Apple SecTrust support, and removes legacy features like Heimdal and wolfSSH, marking a significant update for developers and system administrators.

LibraryNetworkingcURL
0 likes · 3 min read
cURL 8.17.0 Released: Key Security Fixes, New Features, and Dropped Support
ByteDance Web Infra
ByteDance Web Infra
Oct 31, 2025 · Frontend Development

What’s New in Rspack 1.6? Explore Enhanced Tree Shaking, Import Defer, and Faster Builds

Rspack 1.6 is officially released, bringing enhanced tree shaking for dynamic imports, native support for the import defer syntax, a new experimental EsmLibraryPlugin for cleaner ESM bundles, default barrel optimization, stable layer handling, JSX preservation, source‑map extraction, significant performance gains, and a host of updates across the Rstack ecosystem such as Rsbuild, Rspress, Rslib, Rstest and Rsdoctor.

ESM optimizationRspackTree Shaking
0 likes · 16 min read
What’s New in Rspack 1.6? Explore Enhanced Tree Shaking, Import Defer, and Faster Builds
Code Wrench
Code Wrench
Oct 23, 2025 · Backend Development

Master Go Conditional Compilation: Build Constraints, Tags & Examples

Learn how Go’s powerful conditional compilation system—using file suffixes and build tags—enables precise control over platform-specific code, debug/release modes, and feature toggles, with detailed explanations, common pitfalls, a full-featured logger example, Makefile automation, and CI/CD integration.

GoMakefileconditional compilation
0 likes · 10 min read
Master Go Conditional Compilation: Build Constraints, Tags & Examples
Cloud Native Technology Community
Cloud Native Technology Community
Sep 12, 2025 · Cloud Native

Why Kubernetes 1.34 Is a Must‑Upgrade for DevOps Teams

Kubernetes 1.34, released on August 27 2025, brings mature security defaults, cost‑saving features, and operational improvements such as ServiceAccount token image pulls, KYAML output, per‑deployment HPA tolerance, admission policy mutation, and dynamic resource allocation, all of which are crucial for DevOps teams to test before production rollout.

DevOpsKubernetesautomation
0 likes · 12 min read
Why Kubernetes 1.34 Is a Must‑Upgrade for DevOps Teams
21CTO
21CTO
Aug 28, 2025 · Fundamentals

What’s New in LLVM 21.1.0? A Deep Dive into the Latest Compiler Features

LLVM 21.1.0, released on August 26, introduces the AMD GFX1250 target, enhancements to the AMDGPU backend, support for NVIDIA GB10 CPUs, RISC‑V improvements, and LLDB debugger upgrades, and is freely available for download from the official GitHub releases page.

AMD GFX1250LLDBLLVM
0 likes · 2 min read
What’s New in LLVM 21.1.0? A Deep Dive into the Latest Compiler Features
21CTO
21CTO
Aug 13, 2025 · Artificial Intelligence

Spring AI 1.0.1 Released: Key Features, Enhancements, and Roadmap Highlights

Spring AI 1.0.1 has been officially released, introducing over 150 changes that improve stability, add new AI model provider capabilities, advanced features like vector store enhancements and MCP streaming, and outline upcoming roadmap priorities for developers and enterprises.

AI Frameworkfeaturesjava
0 likes · 3 min read
Spring AI 1.0.1 Released: Key Features, Enhancements, and Roadmap Highlights
BirdNest Tech Talk
BirdNest Tech Talk
Jun 13, 2025 · Cloud Native

Go 1.25 Deep Dive: Performance Boosts, New Tools, and Cloud‑Native Features

Go 1.25 introduces an experimental greenteagc garbage collector, container‑aware GOMAXPROCS, enhanced go vet analyzers, new go.mod ignore directive, work package mode, expanded standard library (including testing/synctest and experimental JSON v2), platform updates, and security hardening, all aimed at higher performance, developer productivity, and cloud‑native readiness.

Cloud NativeGoRuntime
0 likes · 26 min read
Go 1.25 Deep Dive: Performance Boosts, New Tools, and Cloud‑Native Features
Open Source Linux
Open Source Linux
Dec 18, 2024 · Cloud Native

What’s New in Kubernetes v1.32? 44 Enhancements Across Stable, Beta, and Alpha

Kubernetes v1.32 introduces 44 enhancements—including DRA improvements, node and sidecar usability upgrades, new stable APIs, beta features like managed Jobs, and alpha innovations such as asynchronous preemption—while celebrating a decade of cloud‑native progress with the Penelope theme and updated Windows support.

Kubernetescloud-nativefeatures
0 likes · 15 min read
What’s New in Kubernetes v1.32? 44 Enhancements Across Stable, Beta, and Alpha
Liangxu Linux
Liangxu Linux
Nov 7, 2024 · Fundamentals

What’s New in Tcl/Tk 9.0? Features, Incompatibilities, and Download Guide

Tcl/Tk 9.0 has been released, introducing 64‑bit values, enhanced Unicode support, a zip‑based file system, new deployment archives, an epoll/kqueue‑based notifier and many new commands, while also bringing several incompatibilities with the 8.x series, and the article outlines how to get the source and highlights Tk 9.0 improvements.

GUIProgramming LanguageScripting
0 likes · 4 min read
What’s New in Tcl/Tk 9.0? Features, Incompatibilities, and Download Guide
DevOps Engineer
DevOps Engineer
Oct 29, 2024 · Operations

A Day in the Life of a DevOps Engineer

The article walks through a DevOps engineer’s typical workday, from morning Slack checks and task planning, through code repository maintenance, build and release duties, coffee breaks, lunch with teammates, focused afternoon development, and evening family time, highlighting both technical and personal aspects.

DevOpsInfrastructureOperations
0 likes · 4 min read
A Day in the Life of a DevOps Engineer
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.

JITNewFeaturesStaticTyping
0 likes · 5 min read
Key New Features in Python 3.13.0 Release
Java Tech Enthusiast
Java Tech Enthusiast
Sep 29, 2024 · Fundamentals

Tcl/Tk 9.0 Release Highlights and Incompatibilities

Tcl/Tk 9.0 introduces 64‑bit data, full Unicode, a zip‑file system, Starkit‑style deployment, an epoll/kqueue‑based notifier and many new commands, while Tk adds OS facility access, scalable vector graphics, image metadata with alpha support and enhanced gestures, but breaks several 8.x behaviours such as namespace variable resolution, I/O error handling, tilde expansion and tcl_precision formatting.

ScriptingTCLTk
0 likes · 4 min read
Tcl/Tk 9.0 Release Highlights and Incompatibilities
DevOps
DevOps
Jul 16, 2024 · Product Management

Comprehensive IT Project Management Process: Product, Requirement, Development, Testing, Release, and Operations

This article provides a detailed overview of the end‑to‑end IT project management lifecycle, including product and requirement management, development and testing steps, version release procedures, and post‑release operations, offering practical guidance for teams to design and control their workflows.

DevelopmentOperationsproduct-management
0 likes · 6 min read
Comprehensive IT Project Management Process: Product, Requirement, Development, Testing, Release, and Operations
Laravel Tech Community
Laravel Tech Community
May 20, 2024 · Databases

Redis 7.2.5 Released with Security Fixes and Bug Fixes

Redis version 7.2.5 has been released, addressing several security issues and a range of bugs in both the core server and CLI tools, including replica handling in clustered shards, LSET crashes, blocking command timeouts, Lua argument conversion errors, and command‑line option handling.

bug fixreleaseversion-7.2.5
0 likes · 2 min read
Redis 7.2.5 Released with Security Fixes and Bug Fixes
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 31, 2023 · Frontend Development

Vue 3.4 Release: Faster Template Compiler, Refactored Reactivity, and New API Features

Vue 3.4 introduces a rewritten template compiler that doubles parsing speed, a refactored reactivity system with more precise effect triggering, stable defineModel macro, v‑bind shorthand, improved hydration error messages, and several deprecated features removed, while recommending dependency updates for a smooth upgrade.

JavaScriptReactivityTemplate Compiler
0 likes · 11 min read
Vue 3.4 Release: Faster Template Compiler, Refactored Reactivity, and New API Features
360 Smart Cloud
360 Smart Cloud
Dec 7, 2023 · Databases

Pika v3.5.2 Release Highlights and Upcoming v3.5.3 Roadmap

The Pika community announced version 3.5.2, fixing long‑standing bugs and adding features such as Redis transaction support, a cache layer for hot‑cold data separation, dynamic Codis‑Proxy configuration, and performance improvements, while also outlining the planned enhancements for the upcoming 3.5.3 release.

Bug FixesPikaRedis Compatibility
0 likes · 6 min read
Pika v3.5.2 Release Highlights and Upcoming v3.5.3 Roadmap
Advanced AI Application Practice
Advanced AI Application Practice
Nov 20, 2023 · Fundamentals

What Exactly Is Testability in Software Development?

The article defines testability as the precondition for conducting testing at each software lifecycle stage, explains its manifestations during requirements, design, development, and release phases, and illustrates the concept with a performance‑impact example from an e‑commerce order‑detail scenario.

DesignSoftware Testingperformance
0 likes · 7 min read
What Exactly Is Testability in Software Development?
Alibaba Cloud Native
Alibaba Cloud Native
Nov 9, 2023 · Cloud Native

What’s New in Nacos 2.3.0? Key Plugins, Validation, and Future Roadmap

The Nacos 2.3.0 beta release introduces anti‑fragile, configuration‑change, and unified parameter‑validation plugins, adds ability negotiation, lists numerous feature enhancements and bug fixes, and outlines the roadmap toward Nacos 3.0 while highlighting community achievements in the 2023 Open‑Source Summer program.

Ability NegotiationNacosParameter Validation
0 likes · 14 min read
What’s New in Nacos 2.3.0? Key Plugins, Validation, and Future Roadmap
Aikesheng Open Source Community
Aikesheng Open Source Community
Nov 6, 2023 · Databases

MySQL 8.2 Release Highlights and Community Contributions

MySQL 8.2, released on October 25, 2023, is the second Innovation version that brings numerous community contributions, new client options, InnoDB fixes, optimizer improvements, Clone plugin updates, and documentation changes, while inviting developers to contribute via GitHub or MySQL Bugs.

8.2contributionsmysql
0 likes · 5 min read
MySQL 8.2 Release Highlights and Community Contributions
Top Architect
Top Architect
Aug 21, 2023 · Databases

Introducing MySQL Innovation and Long-Term Support (LTS) Versions

Oracle announces a new MySQL version model that separates Innovation releases, which deliver new features and frequent updates, from Long‑Term Support (LTS) releases that provide stable, minimal‑change versions with extended support, outlining upgrade paths, deprecation policies, and detailed release schedules.

InnovationLTSVersioning
0 likes · 17 min read
Introducing MySQL Innovation and Long-Term Support (LTS) Versions
Aikesheng Open Source Community
Aikesheng Open Source Community
Jul 24, 2023 · Databases

Introducing MySQL Innovation and Long‑Term Support (LTS) Versions

Oracle announces a new MySQL version model that separates Innovation releases, which deliver new features and frequent updates, from Long‑Term Support (LTS) releases that provide stable, minimal‑change versions with extended support, outlining transition paths, upgrade‑downgrade strategies, and product portfolio impacts.

InnovationLTSVersioning
0 likes · 14 min read
Introducing MySQL Innovation and Long‑Term Support (LTS) Versions
Cloud Native Technology Community
Cloud Native Technology Community
Jul 12, 2023 · Cloud Native

KubeVirt v1.0 Release Announcement and Overview

The KubeVirt community announces the v1.0 release, detailing its history from a 2016 Red Hat experiment to a CNCF graduated project, describing new features across SIGs, updated release cadence, and future roadmap for cloud‑native virtualization on Kubernetes.

KubeVirtKubernetesSIG
0 likes · 8 min read
KubeVirt v1.0 Release Announcement and Overview
Laravel Tech Community
Laravel Tech Community
May 28, 2023 · Big Data

Elasticsearch 8.8.0 Release Notes: Bug Fixes, Deprecations, and New Features

Elasticsearch 8.8.0, the latest release of the Lucene‑based distributed search engine, introduces numerous bug fixes across aggregations, allocation, application and authorization, deprecates certain allocation settings, and adds new capabilities such as templated search APIs, JWT authentication, DLM enhancements, health metrics, ingest node licensing checks, machine‑learning query extensions, ranking improvements, search enhancements, and TSDB support.

Elasticsearchbig-databug-fix
0 likes · 5 min read
Elasticsearch 8.8.0 Release Notes: Bug Fixes, Deprecations, and New Features
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.

Betadeprecationf-strings
0 likes · 2 min read
Python 3.12 Beta 1 Released: New Type Annotation Syntax, Enhanced F‑Strings, Performance Boosts, and Major Deprecations
Open Source Linux
Open Source Linux
Apr 19, 2023 · Cloud Native

What’s New in Kubernetes v1.27? Key Features, Upgrades & Deprecations

Kubernetes v1.27, the first 2023 release, introduces 60 enhancements across Alpha, Beta and Stable stages, freezes the old k8s.gcr.io registry in favor of registry.k8s.io, promotes several security and scheduling features to stable, and removes numerous legacy flags and feature gates.

Cloud NativeDeprecationsKubernetes
0 likes · 11 min read
What’s New in Kubernetes v1.27? Key Features, Upgrades & Deprecations
DevOps
DevOps
Apr 18, 2023 · Operations

Decoupling Deployment and Release: Low‑Risk Release Strategies for DevOps

The article explains how separating code deployment from feature release reduces risk by describing deployment versus release concepts, low‑risk release goals, and detailed techniques such as environment‑based (blue‑green, canary, rolling) and application‑based (feature toggles, A/B testing, dark launch) strategies within DevOps.

Blue-GreenCanaryDeployment
0 likes · 19 min read
Decoupling Deployment and Release: Low‑Risk Release Strategies for DevOps
Laravel Tech Community
Laravel Tech Community
Feb 22, 2023 · Operations

curl 7.88.1 Release: Bug Fixes for HTTP/2 Multiplexing, Connection Timeout, and Additional Improvements

The curl 7.88.1 update addresses several critical bugs—including HTTP/2 multiplexed data corruption, inaccurate connection timeout handling, uninitialized port values in runtests, missing SRP support checks, HTTP3 fallback when HTTP2 is unavailable, and socketpair EWOULDBLOCK handling—enhancing reliability across platforms.

HTTP/2HTTP/3Networking
0 likes · 3 min read
curl 7.88.1 Release: Bug Fixes for HTTP/2 Multiplexing, Connection Timeout, and Additional Improvements
Laravel Tech Community
Laravel Tech Community
Feb 5, 2023 · Backend Development

PHP 8.2.2 Released – Comprehensive Bug‑Fix Update

PHP 8.2.2, a bug‑fix release, addresses numerous issues across the core engine, FPM, hash, LDAP, opcache, phar, PHPDBG, POSIX, random, standard library, and XMLWriter components, providing a more stable and secure version for developers.

BackendOPcachefpm
0 likes · 4 min read
PHP 8.2.2 Released – Comprehensive Bug‑Fix Update
21CTO
21CTO
Feb 4, 2023 · Backend Development

What’s New in Go 1.20? Key Features, Performance Boosts, and OS Support

Go 1.20, released six months after 1.19, brings major toolchain, runtime, and library updates—including new slice‑to‑array conversion, unsafe package functions, struct field comparison rules, comparable type enhancements, reduced binary size, build‑flag architecture support, coverage flags, and experimental RISC‑V FreeBSD support—while improving CPU performance by up to 2% and cutting memory overhead.

BackendGoGolang
0 likes · 5 min read
What’s New in Go 1.20? Key Features, Performance Boosts, and OS Support
Laravel Tech Community
Laravel Tech Community
Jan 12, 2023 · Fundamentals

Python 3.12.0 Alpha 4 Released – Overview of New Features

Python 3.12.0a4, the fourth alpha of the upcoming Python 3.12 series, has been released, introducing improved error messages, Linux perf support, removal of deprecated Unicode members, cleanup of unittest and obsolete modules, and other legacy removals, with the next alpha scheduled for February 6, 2023 and the stable release planned for October.

AlphaNew Featuresprogramming-language
0 likes · 2 min read
Python 3.12.0 Alpha 4 Released – Overview of New Features
Alibaba Cloud Native
Alibaba Cloud Native
Dec 21, 2022 · Cloud Native

What’s New in Seata 1.6.0? Features, Fixes, and Optimizations Explained

Seata 1.6.0 release notes detail major enhancements such as Oracle and PostgreSQL multi‑primary‑key support, Dubbo 3 integration, JDK 17 compatibility, ARM64 Docker images, extensive bug fixes, performance optimizations, test updates, contributor acknowledgments, and links to downloads, documentation, and the GitHub repository.

Cloud NativeDistributed TransactionsSeata
0 likes · 7 min read
What’s New in Seata 1.6.0? Features, Fixes, and Optimizations Explained
Laravel Tech Community
Laravel Tech Community
Dec 14, 2022 · Backend Development

Nginx 1.23.3 Release Overview and Key Changes

Nginx 1.23.3, the lightweight web and reverse‑proxy server developed by Igor Sysoev, introduces several bug fixes and a hostname‑resolution workaround while continuing to offer low‑memory, high‑concurrency performance across multiple operating systems.

Backendrelease
0 likes · 2 min read
Nginx 1.23.3 Release Overview and Key Changes
Programmer DD
Programmer DD
Dec 14, 2022 · Fundamentals

Eclipse 4.26 Released: Java 19 Support and New Refactoring Features

Eclipse 4.26 (2022‑12) has been officially released, offering Java 19 support with preview JEPs, new class helper functions, and an improved Extract Local Variable refactoring that prevents NullPointerExceptions, along with download links, update instructions, and detailed examples.

EclipseIDEJDT
0 likes · 4 min read
Eclipse 4.26 Released: Java 19 Support and New Refactoring Features
Laravel Tech Community
Laravel Tech Community
Nov 17, 2022 · Backend Development

Node.js v19.1.0 Release Highlights and New Features

Node.js v19.1.0 introduces function mocking in the test runner, recursive file‑system watching support, updated ICU, documentation collaborator additions, removal of experimental fetch warnings, MIME utilities, and performance improvements for text decoding, providing a comprehensive set of backend enhancements.

BackendFilesystemNode.js
0 likes · 2 min read
Node.js v19.1.0 Release Highlights and New Features
Open Source Linux
Open Source Linux
Nov 16, 2022 · Fundamentals

What’s New in Linux 6.0? Key Features and Hardware Support Explained

Linus Torvalds announced the stable Linux 6.0 release, highlighting over 15,000 commits, new hardware support for AMD, LoongArch, Arm64, a low‑memory F2FS mode, stable H.265 API, and Gaudi2 char/misc code, while joking about the version bump and receiving Intel’s Innovation Award.

Linuxfeaturesrelease
0 likes · 2 min read
What’s New in Linux 6.0? Key Features and Hardware Support Explained
21CTO
21CTO
Oct 26, 2022 · Fundamentals

Why Python 3.11’s Speed Boost Matters: New Features and Performance Gains

Python 3.11, the latest stable release, delivers 10‑60% speed improvements over 3.10 thanks to an enhanced CPython compiler, introduces async task groups, refined traceback, granular exception handling, and native TOML support, while requiring no code changes to benefit from its performance gains.

Asyncfeaturesprogramming-language
0 likes · 3 min read
Why Python 3.11’s Speed Boost Matters: New Features and Performance Gains
Laravel Tech Community
Laravel Tech Community
Oct 19, 2022 · Backend Development

Node.js 19 Release Highlights: V8 10.7 Upgrade, Experimental --watch, Default HTTP/1.1 KeepAlive, Stable WebCrypto, and Deprecations

Node.js 19, released today, updates the V8 engine to version 10.7, enables experimental node --watch mode, defaults HTTP/1.1 Keep‑Alive, stabilizes the WebCrypto API, removes experimental specifier‑resolution flag, and deprecates DTrace/SystemTap/ETW support while bundling llhttp 8.1.0 and npm 8.19.2.

BackendNode.jsV8
0 likes · 4 min read
Node.js 19 Release Highlights: V8 10.7 Upgrade, Experimental --watch, Default HTTP/1.1 KeepAlive, Stable WebCrypto, and Deprecations
Java Architecture Diary
Java Architecture Diary
Sep 9, 2022 · Cloud Native

What’s New in Spring Cloud 2021.0.4? Explore the Latest Features and Fixes

Spring Cloud 2021.0.4 (Jubilee) builds on Spring Boot 2.7.x and introduces updates such as JSCH‑based SSH configuration for Config, native JSON support for GRPC filters in Gateway, binary encoding rewrite in OpenFeign, the ability to disable Resilience4J thread‑pool defaults in Circuitbreaker, and various dependency upgrades.

Cloud NativeSpring Cloudjava
0 likes · 2 min read
What’s New in Spring Cloud 2021.0.4? Explore the Latest Features and Fixes
Programmer DD
Programmer DD
Sep 3, 2022 · Fundamentals

What’s New in VS Code 1.71? Key Features and Improvements

The Visual Studio Code 1.71 update introduces merge‑editor enhancements, expanded media codec support, a refined file‑rename picker, a new Code Action UI, terminal smooth‑scrolling, Jupyter notebook image paste, TypeScript live sessions, multi‑root Live Preview, and a Markdown language‑server blog, all detailed in the official release notes.

DevelopmentExtensionsVS Code
0 likes · 5 min read
What’s New in VS Code 1.71? Key Features and Improvements
21CTO
21CTO
Aug 17, 2022 · Frontend Development

What’s New in TypeScript 4.8? Key Changes, Bugs, and Migration Tips

TypeScript 4.8 enters its release‑candidate phase with a scheduled stable launch in late August, introducing a new server preference for import exclusions and stricter object‑comparison checks that flag previously silent bugs, while Google reports minimal impact on its codebase.

4.8JavaScriptTypeScript
0 likes · 4 min read
What’s New in TypeScript 4.8? Key Changes, Bugs, and Migration Tips
Laravel Tech Community
Laravel Tech Community
Aug 3, 2022 · Fundamentals

Go 1.19 Release: New Features, Improvements, and Compatibility

Go 1.19 has been released, bringing toolchain, runtime, and library enhancements such as refined generics, improved documentation comments, a formally aligned memory model with new atomic types, security changes to os/exec, soft memory‑limit garbage collection, a new unix build constraint, and numerous performance optimizations, all while preserving full Go 1 compatibility.

GenericsMemory ModelProgramming Language
0 likes · 4 min read
Go 1.19 Release: New Features, Improvements, and Compatibility
Laravel Tech Community
Laravel Tech Community
Jul 26, 2022 · Backend Development

Netty 5.0.0.Alpha4 Released with API Cleanup and Unix Domain Socket Support

Netty 5.0.0.Alpha4 has been released, removing duplicated code, cleaning up the API, adding ProtocolFamily‑based socket creation, renaming options, supporting JDK Unix Domain Sockets, improving EventLoop registration, fixing macOS disconnect, and replacing synchronized blocks with Java Locks for better Loom compatibility.

BackendNettyNetworking
0 likes · 3 min read
Netty 5.0.0.Alpha4 Released with API Cleanup and Unix Domain Socket Support
Laravel Tech Community
Laravel Tech Community
Jul 17, 2022 · Frontend Development

jQuery UI 1.13.2 Released with Security Fixes and Updated Widgets

jQuery UI 1.13.2 has been released, bringing security patches for the Checkboxradio widget, localization updates for Datepicker, deprecation clean‑ups across several components, and build‑process improvements such as Dependabot configuration and CDN‑ready npm/Bower packages.

Bug FixesWidgetsjQuery UI
0 likes · 3 min read
jQuery UI 1.13.2 Released with Security Fixes and Updated Widgets
Laravel Tech Community
Laravel Tech Community
Jul 14, 2022 · Backend Development

Go 1.19 Release Candidate Highlights and New Features

The Go 1.19 release candidate introduces generic bug fixes, an updated memory model aligned with C, C++, Java, JavaScript, Rust and Swift, higher default file descriptor limits, a v3 thread‑sanitizer race detector, a new "unix" build tag, LoongArch‑64 support, and a jump‑table‑based switch implementation that improves performance by roughly 20%.

BackendProgramming LanguageRelease Notes
0 likes · 2 min read
Go 1.19 Release Candidate Highlights and New Features
Programmer DD
Programmer DD
Jul 11, 2022 · Frontend Development

What’s New in VS Code 1.69? Explore the 3‑Way Merge Editor and More

Visual Studio Code 1.69 introduces a 3‑way merge editor, a new Command Center UI, Do‑Not‑Disturb mode, theme toggling, terminal shell integration, task output decorations, enhanced Git commit actions, advanced debugging steps, sourcemap toggling, a color‑theme tester, and a preview of VS Code Server for remote development.

Remote DevelopmentVS Codemerge editor
0 likes · 7 min read
What’s New in VS Code 1.69? Explore the 3‑Way Merge Editor and More
21CTO
21CTO
Jun 29, 2022 · Fundamentals

What’s New in Git 2.37? Performance Boosts, Sparse Checkout & Security Fixes

Git 2.37 introduces a built‑in file‑system monitor for faster status checks, supports sparse checkout to avoid downloading whole repositories, adds performance‑enhancing stash improvements, and tightens credential‑in‑URL security, offering developers a more efficient and safer version‑control experience.

Gitperformancerelease
0 likes · 4 min read
What’s New in Git 2.37? Performance Boosts, Sparse Checkout & Security Fixes
Laravel Tech Community
Laravel Tech Community
Jun 15, 2022 · Frontend Development

Apache ECharts 5.3.3 Release: New Features and Bug Fixes

Apache ECharts 5.3.3 has been released, introducing new stacking strategies for bar charts, tree focus support, boolean selectedMode for visualMap, and a series of bug fixes across line, tree, graph, radar, geo, tooltip, dataZoom, markLine, markArea, axis, graphic, decal, radialGradient, and type definitions.

Data visualizationEChartsJavaScript
0 likes · 4 min read
Apache ECharts 5.3.3 Release: New Features and Bug Fixes
DevOps
DevOps
Jun 10, 2022 · Operations

Understanding Deployment, Release, and Continuous Deployment: Strategies, Practices, and Facebook Case Study

This comprehensive guide clarifies the differences between deployment and release, explores continuous deployment concepts, details various deployment and release strategies such as blue‑green, rolling, dark launch, canary, gray, and A/B testing, and examines supporting technologies like feature toggles and branch‑by‑abstraction, illustrated with a Facebook case study.

DeploymentDevOpscanary release
0 likes · 35 min read
Understanding Deployment, Release, and Continuous Deployment: Strategies, Practices, and Facebook Case Study
Laravel Tech Community
Laravel Tech Community
Feb 24, 2022 · Databases

SQLite 3.38.0 Released with New JSON Operators, Enhanced Date/Time Functions, and Query Planner Improvements

SQLite version 3.38.0 introduces new JSON operators compatible with MySQL and PostgreSQL, built‑in JSON functions, added unixepoch() and auto/julianday modifiers for date/time, renamed printf() to format(), enhanced virtual table interfaces, CLI columnar output options, and query planner optimizations using Bloom filters and balanced merge trees.

CLIDatabase EngineQuery Planner
0 likes · 4 min read
SQLite 3.38.0 Released with New JSON Operators, Enhanced Date/Time Functions, and Query Planner Improvements
Aikesheng Open Source Community
Aikesheng Open Source Community
Feb 18, 2022 · Databases

SQLE 1.2202.0-pre1 Release Notes and New Features

The SQLE 1.2202.0-pre1 release introduces a preview version of the open‑source SQL audit platform with new user‑group permissions, task scoring, support for MySQL schema audits, Oracle TopSQL capture, and Java application SQL capture, along with links to the repository, documentation, and plugin development guide.

Oraclejavamysql
0 likes · 3 min read
SQLE 1.2202.0-pre1 Release Notes and New Features
IT Services Circle
IT Services Circle
Feb 6, 2022 · Frontend Development

2021 JavaScript Ecosystem Highlights: Major Releases and Updates

The article reviews the most significant JavaScript ecosystem events of 2021, covering front‑end tools like Snowpack, Vite, React, Vue, back‑end updates such as Node.js 16 and npm 7, new language features, and notable deprecations, providing concise summaries and code examples.

JavaScriptNode.jsReact
0 likes · 19 min read
2021 JavaScript Ecosystem Highlights: Major Releases and Updates
Laravel Tech Community
Laravel Tech Community
Dec 20, 2021 · Backend Development

Node.js 12.22.8 (Er) Release: Key Changes and Commit Summary

Node.js 12.22.8 (code‑named “Er”) has been released, featuring a c‑ares update to fix underscore CNAME resolution, updated Mozilla NSS root certificates, and a series of additional commits ranging from build and dependency upgrades to bug fixes across various modules.

JavaScriptNode.jsc-ares
0 likes · 3 min read
Node.js 12.22.8 (Er) Release: Key Changes and Commit Summary
Laravel Tech Community
Laravel Tech Community
Nov 30, 2021 · Backend Development

Symfony v6.0.0 Released: New Features, Bug Fixes, and Improvements

Symfony v6.0.0, an MVC‑based PHP framework, has been released, offering enterprise‑grade robustness, extensive configurability, and bundled tools, while introducing numerous bug fixes and new features such as a Vonage notifier bridge, enhanced DBAL support, and restored JSON type handling.

BugFixesFrameworkPHP
0 likes · 3 min read
Symfony v6.0.0 Released: New Features, Bug Fixes, and Improvements
DevOps
DevOps
Nov 23, 2021 · Operations

Zero‑Downtime Application Deployment: Strategies, Maturity Levels, and Required Technical Components

The article explains why traditional three‑step application releases cause service interruptions, introduces three maturity levels for zero‑downtime deployment, compares blue‑green, rolling, and canary release models, and provides concrete technical components, load‑balancer architectures, and Spring‑Boot/Eureka shutdown procedures to achieve uninterrupted service.

OperationsZero Downtimeload balancing
0 likes · 22 min read
Zero‑Downtime Application Deployment: Strategies, Maturity Levels, and Required Technical Components
21CTO
21CTO
Nov 18, 2021 · Frontend Development

What’s New in Electron 16.0? Features, Lifecycle Changes, and Upgrade Guide

Electron 16.0 was released on November 17, adopting an eight‑week release cycle, ending support for older versions, introducing experimental WebHID API, deprecating certain renderer APIs, and updating core components to Chromium 96, V8 9.6, and Node.js 16.9.1, with download instructions provided.

ChromiumDesktopAppElectron
0 likes · 4 min read
What’s New in Electron 16.0? Features, Lifecycle Changes, and Upgrade Guide
Aikesheng Open Source Community
Aikesheng Open Source Community
Nov 5, 2021 · Databases

SQLE 1.2111.0-pre1 Release Notes

The SQLE 1.2111.0-pre1 preview release introduces plugin-based support for arbitrary databases, provides a PostgreSQL plugin example, includes API adjustments, fixes a rule‑passing bug, and offers links to the source repository, documentation, and release information for users and administrators.

auditdatabasesplugin
0 likes · 3 min read
SQLE 1.2111.0-pre1 Release Notes
Programmer DD
Programmer DD
Sep 25, 2021 · Cloud Native

What’s New in Spring Cloud 2020.0.4? Features, Dependencies, and Upgrade Guide

Spring Cloud 2020.0.4, a bug‑fix release compatible with Spring Boot 2.4.x and 2.5.x, introduces updated BOM coordinates, new capabilities across Commons, Config, OpenFeign, Netflix, Sleuth, and Kubernetes modules, and provides a comprehensive version table for all upgraded Spring Cloud components.

MicroservicesSpring Clouddependency management
0 likes · 5 min read
What’s New in Spring Cloud 2020.0.4? Features, Dependencies, and Upgrade Guide
Laravel Tech Community
Laravel Tech Community
Aug 30, 2021 · Backend Development

PHP 8.0.10 Release: Security Fixes and Bug Fixes Overview

The PHP 8.0.10 update, a security‑focused release, addresses numerous core, BCMath, CGI, Date, GD, MySQLi, Opcache, OpenSSL, PDO_ODBC, Phar, Shmop, SimpleXML, Standard, and Streams bugs, and users are encouraged to upgrade to benefit from these fixes.

BugFixesPHPVersion8.0
0 likes · 4 min read
PHP 8.0.10 Release: Security Fixes and Bug Fixes Overview
Laravel Tech Community
Laravel Tech Community
Aug 18, 2021 · Fundamentals

Go 1.17 Released: Compiler Improvements, New Architecture Support, Pruned Module Graphs, and Unsafe Utilities

Go 1.17 has been officially released, bringing a new function argument and result passing mechanism that improves performance by about 5%, reduces amd64 binary size by 2%, adds Windows ARM64 support, introduces pruned module graphs, and adds language features such as slice‑to‑array pointer conversion and unsafe.Add/Slice utilities.

Golanguage featuresrelease
0 likes · 3 min read
Go 1.17 Released: Compiler Improvements, New Architecture Support, Pruned Module Graphs, and Unsafe Utilities
Cloud Native Technology Community
Cloud Native Technology Community
Aug 5, 2021 · Cloud Native

Kubernetes 1.22 Release Announcement: New Features, Enhancements, and Deprecations

The Kubernetes 1.22 release introduces 53 enhancements—including GA Server‑Side Apply, stable external credential providers, etcd 3.5.0, memory QoS, Windows support, seccomp defaults, and numerous API deprecations—while shifting the release cadence to three major versions per year to balance development workload and user adoption.

Cloud NativeKubernetesVersion 1.22
0 likes · 9 min read
Kubernetes 1.22 Release Announcement: New Features, Enhancements, and Deprecations
macrozheng
macrozheng
Jun 24, 2021 · Backend Development

What’s New in Java 17 and Why It Matters Before the Rampdown?

The article explains that Java 17 has entered Rampdown Phase One, freezes all new features, outlines the upcoming release schedule, highlights its key enhancements, mentions a long‑standing bug finally fixed, and notes that Java 18 is already being built as the next version.

JEPJava 18LTS
0 likes · 3 min read
What’s New in Java 17 and Why It Matters Before the Rampdown?
Java Architecture Diary
Java Architecture Diary
May 21, 2021 · Backend Development

What’s New in Spring Boot 2.5? Features, Dark Mode & Key Changes

Spring Boot 2.5.0 (alongside 2.4.6 and 2.3.11) introduces Java 16 support, Gradle 7 compatibility, enhanced Docker image building, a new datasource loading mechanism, dark‑mode documentation, and several important configuration and security changes for backend developers.

BackendConfigurationSpring Boot
0 likes · 3 min read
What’s New in Spring Boot 2.5? Features, Dark Mode & Key Changes
MaGe Linux Operations
MaGe Linux Operations
Apr 11, 2021 · Cloud Native

What’s New in Kubernetes 1.21? Explore 51 Enhancements and Core Features

Kubernetes 1.21, the first 2021 release, introduces 51 enhancements—including stable CronJobs, immutable Secrets/ConfigMaps, dual‑stack IPv4/IPv6 support, graceful node shutdown, and new health monitoring for PersistentVolumes—while deprecating PodSecurityPolicy and TopologyKeys and offering a suite of new beta and stable features for cloud‑native workloads.

DevOpsInfrastructureKubernetes
0 likes · 9 min read
What’s New in Kubernetes 1.21? Explore 51 Enhancements and Core Features
JD Cloud Developers
JD Cloud Developers
Mar 2, 2021 · Operations

Deployment vs Release: Unraveling Modern DevOps Strategies

This article clarifies the distinction between deployment and release, explores historical shifts, and details contemporary strategies such as continuous deployment, on‑demand release, blue‑green, rolling, dark launch, canary, gray releases, A/B testing, and feature toggles, illustrated with real‑world Facebook case studies.

Blue-GreenContinuous DeploymentDeployment
0 likes · 32 min read
Deployment vs Release: Unraveling Modern DevOps Strategies
DevOps
DevOps
Feb 7, 2021 · Operations

Understanding Deployment, Release, and Continuous Deployment Strategies

This comprehensive guide explains the differences between deployment and release, defines continuous deployment and on‑demand release, and details practical strategies such as blue‑green, rolling, dark launch, canary, gray, and A/B testing, supported by feature toggles, feature branches, and real‑world Facebook case studies.

Blue-GreenContinuous DeploymentDevOps
0 likes · 36 min read
Understanding Deployment, Release, and Continuous Deployment Strategies
Laravel Tech Community
Laravel Tech Community
Jan 20, 2021 · Frontend Development

Bootstrap 4.6.0 Released with Major Updates and Migration to Hugo

Bootstrap 4.6.0 has been released, introducing customClass support for tooltips and popovers, a new .navbar-nav-scroll class for mobile navigation, accessibility improvements, updated documentation built on Hugo, darker dropdown items, better form‑validation tooltip alignment, and fixed file‑input overflow issues.

BootstrapDocumentationHugo
0 likes · 3 min read
Bootstrap 4.6.0 Released with Major Updates and Migration to Hugo
Continuous Delivery 2.0
Continuous Delivery 2.0
Jan 12, 2021 · Operations

DSM Release Process: Weekly and Feature Deployments, Challenges and Solutions

This article details the end‑to‑end release workflow of the Google DoubleClick Sales Manager (DSM) project, covering regular weekly releases, feature rollouts, the automated Rapid platform, common pitfalls, and the mechanisms for monitoring, rollback, and post‑release analysis, highlighting the operational benefits of a disciplined process.

DeploymentQAci/cd
0 likes · 7 min read
DSM Release Process: Weekly and Feature Deployments, Challenges and Solutions
Laravel Tech Community
Laravel Tech Community
Nov 19, 2020 · Backend Development

Apache Pulsar Go Client 0.3.0 Release Highlights

The Apache Pulsar Go client, a Go‑language SDK for the cloud‑native distributed messaging platform, has been updated to version 0.3.0, adding Key Shared support, schema capabilities for producers and consumers, and configurable reconnection retry attempts.

Apache PulsarBackendCloud Native
0 likes · 2 min read
Apache Pulsar Go Client 0.3.0 Release Highlights
Programmer DD
Programmer DD
Oct 23, 2020 · Backend Development

Node.js 15 Released: npm7 Support, Throw Mode, and New Runtime Features

Node.js 15, the latest runtime release, replaces Node.js 14 as the active line, introduces npm 7 with workspace and peer‑dependency auto‑install, switches unhandled promise rejections to throw mode, adds N‑API 7, updates V8 to 8.6, and includes QUIC support, though it is not yet LTS and isn’t recommended for production.

JavaScriptNode.jsRuntime
0 likes · 3 min read
Node.js 15 Released: npm7 Support, Throw Mode, and New Runtime Features
Laravel Tech Community
Laravel Tech Community
Oct 9, 2020 · Backend Development

Overview of PHP and the PHP 8 Release Schedule

This article introduces PHP as a server‑side scripting language, outlines its history and licensing, and details the PHP 8 release roadmap, including the recent RC 1 launch, upcoming RC 2, the final GA date, and key new features such as JIT, Union Types, Attributes, and WeakMap.

BackendPHP8Scripting
0 likes · 3 min read
Overview of PHP and the PHP 8 Release Schedule