March 2026 Releases
This page archives releases published in March 2026.
2026-03
v0.1.1
Release Scope
- Compatibility Update standardizing the MikroTik-related executor name.
Changes
- Renamed the MikroTik-related executor to
ros_address_listto better match its actual behavior and naming style. - Corrected documentation examples and feature descriptions.
- Applied formatting cleanup to keep code and docs aligned.
Compatibility and Upgrade Notes
- Deployments that used the old MikroTik executor name in
v0.1.0need to update the plugin type when upgrading tov0.1.1.
v0.1.0
Release Scope
- First Public Release providing the initial OxiDNS plugin architecture and core capability set.
Changes
- Established the OxiDNS plugin architecture around
server -> DnsContext -> matcher / executor / provider -> upstream or side effects. - Completed server and upstream support for UDP, TCP, DoT, DoQ, and DoH.
- Delivered MosDNS-style
sequenceorchestration,jump/goto/returncontrol flow, and$tagreferences. - Added core executors such as
cache,forward,fallback,hosts,redirect,ecs_handler, anddual_selector. - Added
domain_set,ip_set, query / response predicates, client IP, response IP, and CNAME-based matching capabilities. - Added the management API, health checks, control endpoints, and plugin-related API surfaces. Added CLI commands with service-manager integration.
- Added Debian packaging, Docker workflow support, and the initial multi-platform release pipeline.
- Built reusable upstream connection pools and fetchers for UDP, TCP, DoT, DoH, and DoQ, and optimized matchers, cache, pools, request mapping, and clock updates on the hot path.
Compatibility and Upgrade Notes
- Tokio worker-thread count is configurable from runtime config.
- MikroTik RouterOS dynamic-route and address-list integration is available.
- Linux
ipset/nftsetcommand integration and test coverage are available. - The first round of Chinese and English README, quickstart, configuration, and module documentation is included.