Skip to content

2.1.0 Release

Latest
Compare
Choose a tag to compare
@nobodyiam nobodyiam released this 28 Jan 01:46
· 15 commits to main since this release
f8d2886

Highlights

Spring Boot 3.0 Support

Apollo java clients now support spring boot 3.0.

Override System Properties Feature

Users can now config whether apollo should override the system properties or not. See Enable Apollo Override System Properties.

Log4j2 Configuration Support

With the new apollo-plugin-log4j2 plugin, users could now configure log4j2.xml in apollo, see the guide for more information.

What's Changed

Features

Bug fixes

Misc

New Contributors