Tagged articles
12 articles
Page 1 of 1
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
Laravel Tech Community
Laravel Tech Community
Aug 30, 2023 · Frontend Development

Layui UI Library Update Log and New Features

The article introduces Layui, a native HTML/CSS/JavaScript UI component library that simplifies complex web interfaces for non‑frontend developers, and provides a detailed update log highlighting new toolbar features, table optimizations, treeTable fixes, laydate enhancements, and other component improvements.

Layuichangelogfrontend
0 likes · 4 min read
Layui UI Library Update Log and New Features
Java High-Performance Architecture
Java High-Performance Architecture
Mar 31, 2023 · Databases

Mastering Liquibase with Spring Boot: A Step‑by‑Step Database Change Management Guide

This tutorial walks through setting up Liquibase in a Spring Boot project, creating a Maven plugin to generate XML/YAML changelogs, configuring the application, and performing common database operations such as creating tables, adding columns, creating indexes, initializing data, while also addressing a common includeAll path issue.

LiquibaseMaven PluginSQL
0 likes · 19 min read
Mastering Liquibase with Spring Boot: A Step‑by‑Step Database Change Management Guide
Sohu Tech Products
Sohu Tech Products
Nov 4, 2021 · Operations

git-cliff: Automatically Generate Changelog Files from Git History

git-cliff is a command‑line tool that parses Git commit history using regular expressions or conventional commit conventions to automatically generate customizable changelog files, supporting various installation methods, usage options, and TOML/YAML configuration for fine‑grained control over output.

CLIGitVersion Control
0 likes · 7 min read
git-cliff: Automatically Generate Changelog Files from Git History
360 Quality & Efficiency
360 Quality & Efficiency
Sep 10, 2021 · Operations

Implementing Server-Side Git Hooks for Changelog Validation

This article explains how to enforce changelog standards in GitLab by configuring server‑side Git hooks that validate commit messages, providing step‑by‑step instructions, environment setup, and both shell and Python script examples to automatically reject non‑conforming pushes.

GitLabchangelogserver-side hook
0 likes · 7 min read
Implementing Server-Side Git Hooks for Changelog Validation
Programmer DD
Programmer DD
Jul 18, 2018 · Fundamentals

Why Enforcing Git Commit Message Standards Can Save Your Project

This guide explains the importance of a unified Git commit message format, details the type‑scope‑subject convention, shows how to fix invalid commits with interactive rebase, demonstrates integrating the validate‑commit‑msg tool and generating changelogs, and highlights the practical benefits for team collaboration and project maintenance.

Gitchangelogcommit message
0 likes · 8 min read
Why Enforcing Git Commit Message Standards Can Save Your Project