- 2405843 [MQTT] Stop QoS0 push from refreshing keepalive (#263) by EverWang · 5 hours ago main
- a08943a Remove redundant resendTask cancellation and add test for QoS1 resend behavior after partial acknowledgment (#258) by zhangShunLin · 2 weeks ago
- 9eacc14 Fix property assign error for mqtt v5 maximumQoS conn ack. (#252) by Gu Jiawei · 4 weeks ago
- 6cee2f3 Start RPC server for standalone MQTT broker (#251) by liaodongnian · 5 weeks ago
- 98bae48 feat(plugin): initialize PluginManager eagerly at startup (#249) by liaodongnian · 5 weeks ago
- f5dfaa1 fix shared sub setting check. (#246) by Gu Jiawei · 7 weeks ago
- 6b17245 feat(starter): support configurable multi-dimensional metricsTags (Part of #243) (#245) by liaodongnian · 7 weeks ago
- 27c4760 Bump org.bouncycastle:bcpkix-jdk18on from 1.79 to 1.84 (#244) by dependabot[bot] · 8 weeks ago
- 841dd8e Bump org.apache.logging.log4j:log4j-core from 2.25.3 to 2.25.4 (#242) by dependabot[bot] · 8 weeks ago
- f296703 1. on back pressure rejected inbox commits, directly schedule a delayed retry. (#241) by Gu Jiawei · 9 weeks ago
- 527ac7e Change DemoAuthProvider fallback behavior to fit plugin manager changes (#239) by Gu Jiawei · 10 weeks ago
- 3ec11c5 fix syntax issue in standalone.bat (#240) by dk · 10 weeks ago
- 41313fd feat: make plugin FQN configs optional with strict-or-graceful loading (#237) by liaodongnian · 2 months ago
- 2a9feb5 [Chore] Remove Coveralls action from cov workflow and bump actions version by Yonny(Yu) Hao · 3 months ago
- 12078a7 Fix back pressure and try-later replies missing hasMore bit reset error in inbox fetching. (#234) by Gu Jiawei · 3 months ago
- 8de92fe Fixed potential CME thrown from signal fetch (#232) by liaodongnian · 3 months ago
- a7f85e5 Refactor BatchMutationCall to optimize task batching and execution flow (#230) by Yonny(Yu) Hao · 3 months ago
- 6111255 1. update lombok version to be compatible with java25. (#228) by Gu Jiawei · 4 months ago
- 7c34642 fix localdistservice missing result local route (#227) by liaodongnian · 4 months ago
- 1883873 Support multi arch docker image (#224) by Gu Jiawei · 4 months ago
- 89d6b21 1. unify the release artifacts. (#222) by Gu Jiawei · 4 months ago
- 57bba39 fix: resolve log file cleanup issue on BifroMQ restart (#197) by liaodongnian · 4 months ago
- 1629687 Bump org.apache.logging.log4j:log4j-core from 2.24.3 to 2.25.3 (#211) by dependabot[bot] · 4 months ago
- 01de0b1 Update NOTICE file copyright year to 2025-2026. (#219) by daidai · 5 months ago
- 6cb2465 chore: fixed license-binary/notice-binary issues (#215) by Yonny(Yu) Hao · 5 months ago release-v4.0.x v4.0.0-incubating v4.0.0-incubating-RC3
- 878c0fc chores: optimize release.sh & update asf.yaml (#210) by Yonny(Yu) Hao · 6 months ago v4.0.0-incubating-RC2
- 15e1430 chore: fix typo of EMA_ALPHA in MQTTSessionHandler (#209) by Zhangjian He · 6 months ago
- d1bbba5 Fix RC1 issues (#208) by Yonny(Yu) Hao · 6 months ago
- 67eb2ff Improved and fixed issues in release scripts by Yonny(Yu) Hao · 6 months ago v4.0.0-incubating-RC1
- 683b57d Add disclaimer to maven artifacts' POM files (#200) by Yonny(Yu) Hao · 6 months ago
- d2c45e5 Correct the branch version number (#199) by Yonny(Yu) Hao · 6 months ago
- 23a0529 Add branch rule for upcoming release branch (#198) by Yonny(Yu) Hao · 6 months ago
- c759e48 Update mvnw to unify build experience (#195) by Yonny(Yu) Hao · 6 months ago
- bfc915a First release chores (#194) by Yonny(Yu) Hao · 7 months ago
- 5d049ec Update/add Apache BifroMQ plugin POM/BOM files and release script (#193) by Yonny(Yu) Hao · 7 months ago
- 247ba20 Chores for the first incubator release: (#191) by Yonny(Yu) Hao · 7 months ago
- 7d2f6d2 Fixes and improvements (#189) by Yonny(Yu) Hao · 7 months ago
- 2b342e9 Update merge protocol & various improvements for production stability (#188) by Yonny(Yu) Hao · 7 months ago
- 531c78b Bump org.bouncycastle:bcpkix-jdk18on from 1.78.1 to 1.79 (#184) by dependabot[bot] · 8 months ago
- 652621e Performance/memory optimizations, stability/bug fixes, and small enhancements (#183) by Yonny(Yu) Hao · 8 months ago
- fc40ee6 Memory usage improvement (#180) by Yonny(Yu) Hao · 9 months ago
- eaac04f Bump crdt store id in ut to avoid "Inconsistent lattice" assertion error. (#179) by Gu Jiawei · 9 months ago
- c4a2df1 Adjust the backpressure strategy for MQTT 3 and MQTT 5. (#178) by yuanyang · 9 months ago
- f62f6d3 Improved tenant route cache refresh efficiency (#177) by Yonny(Yu) Hao · 9 months ago
- 18e33d6 Various improvements/fixes on long-running stability (#176) by Yonny(Yu) Hao · 9 months ago
- d2ea0a0 Correct 'mqtt.tsub.latency' meter by yuanyang · 9 months ago
- 1a6e307 Expose heap dump dir via a dedicated env(defaults to log_dir) (#173) by yuanyang · 10 months ago
- 173eb37 Resolve the issue of LOG_DIR environment variable not working (#171) by yuanyang · 10 months ago
- c07c2c0 Switch to use WCH-balance mode with sticky enabled for dist pub rpc (#170) by Yonny(Yu) Hao · 10 months ago
- 7534ca2 chores: (#169) by Yonny(Yu) Hao · 10 months ago
- 7c87652 Add exception handling for ProxyProtocolHandler and reduce log level for MQTTPreludeHandler,closes #167 (#168) by zhangShunLin · 10 months ago
- 93eb435 [Feat] new runtime settings for limiting fanout scale to persistent sessions (#166) by Yonny(Yu) Hao · 10 months ago
- 6551e30 Remove non-compliant sentence (#165) by Yonny(Yu) Hao · 10 months ago
- eb9ed9f Fixed potential bytebuf leaks in edge cases (#164) by Yonny(Yu) Hao · 10 months ago
- 0def69f Add logic to remove id-conflict KVRanges by considering the lexicographical order of store-id as a tie-breaker (#162) by Yonny(Yu) Hao · 10 months ago
- 1b1045d add link for mailing lists guide in README. (#160) by Gu Jiawei · 11 months ago
- b378015 Various small improvements and code cleanup (#159) by Yonny(Yu) Hao · 11 months ago
- 1b3845e refactoring balancer state management and related API (#158) by Yonny(Yu) Hao · 11 months ago
- 856cdb9 Add a new SPI for MQTT UserProperties customization (#157) by Yonny(Yu) Hao · 11 months ago
- 71355c3 make effective router immutable to prevent it from being changed accidentally (#156) by Yonny(Yu) Hao · 11 months ago
- ff8242f Check existence of inbox before detaching for CleanStart=true (#155) by Yonny(Yu) Hao · 11 months ago
- 0c77797 add bifromq bom (#154) by daidai · 11 months ago
- 6f32e4d 1. fix link error in README; (#153) by Gu Jiawei · 11 months ago
- 7bc6ee1 Change some notifications rules. (#152) by Gu Jiawei · 11 months ago
- 7b3a546 update jackson dependency in pom.xml. (#151) by daidai · 11 months ago
- 9a27547 chores-update readme/code cleanup/etc (#150) by Yonny(Yu) Hao · 12 months ago
- d71c191 chores - renaming/simplify versioning mgmt/update assembly/etc (#149) by Yonny(Yu) Hao · 12 months ago
- 24d4a74 update license/notice file with 3rd parties info (#147) by Yonny(Yu) Hao · 12 months ago
- 1fce264 update archetype: reconfigure plugin's log context correctly (#146) by Yonny(Yu) Hao · 12 months ago
- b7f17af Fixed the issue that cleanStart failed to cleanup previous persistent session when SEI > 0. (#145) by zhangShunLin · 12 months ago
- 6d1e6f6 Correct the matching key for the internal cache of ordered shared subscription. (#143) by Gu Jiawei · 12 months ago
- 1b9499e Fixed incorrect FQN in the demo plugin POM file. (#142) by zhangShunLin · 1 year ago
- aec3ad1 Replace license headers & resolve dependencies' license compatibility issues (#141) by Yonny(Yu) Hao · 1 year ago
- 878eabe Remove unsupported step in GitHub Acton by Gu Jiawei · 1 year ago
- 863fd24 Remove redundant Maven extensions (#138) by zhangShunLin · 1 year ago
- 7308242 1. add SkyWalking Eyes license check. (#139) by Gu Jiawei · 1 year ago
- b94e6e1 Change groupId and java package prefix to "org.apache.bifromq" (#137) by Yonny(Yu) Hao · 1 year ago
- f4060e6 Add a disclaimer to the README page & include a configuration file for GitHub settings. (#136) by Calvin Kirs · 1 year ago
- 0f7f5af Updated project metadata to align with ASF (#133) by daidai · 1 year ago
- 2be6a5b add notice file (#132) by daidai · 1 year, 1 month ago
- 8fd1809 add disclaimer and remove outdated CCLA reference (#131) by daidai · 1 year, 1 month ago
- b5f8b22 fix coverage test break by Yonny Hao · 1 year, 1 month ago
- 209131d replace javax with jakarta by Yonny Hao · 1 year, 1 month ago
- 7d2633c bump grpc & protobuf to latest and simplify in-proc rpc impl accordingly by Yonny Hao · 1 year, 1 month ago
- 78c4220 Code de-dup: NettyUtils by Yonny Hao · 1 year, 1 month ago
- 0d90e5f Using RollingFileAppender for sift logging by Yonny Hao · 1 year, 1 month ago
- c767751 support auto-detect and parsing HAProxy protocol packet to discover real client address by Yonny Hao · 1 year, 1 month ago
- 9241def Improve the stability of setup phase of base-kv integration tests by Yonny Hao · 1 year, 1 month ago
- 33541fa Fix warnings and errors during maven build and test by Yonny Hao · 1 year, 1 month ago
- 64b0905 Retry failed cases at least 5 times by Yonny Hao · 1 year, 1 month ago
- 76c7bae handle the lost quorum recovering from special config changing during zombie cleanup by Yonny Hao · 1 year, 1 month ago
- 447b0d2 1. solve the issue that commit index may go back in some extreme situation during config change by Yonny Hao · 1 year, 1 month ago
- 12dc686 Implement range router patch workflow by Yonny Hao · 1 year, 1 month ago
- 62df81d Simplify the implementation of leadership transfer by Yonny Hao · 1 year, 1 month ago
- 1e18dba Properly cancel ongoing operations when stopping raft node and improve exception types by Yonny Hao · 1 year, 1 month ago
- 1999303 Extract common utilities into base-util module and streamline async exception handling in various classes by Yonny Hao · 1 year, 1 month ago
- 4617c24 Optimize KVRange version handling and improve command submission logic in KVRange by Yonny Hao · 1 year, 1 month ago
- 604a782 Add cluster config as part of Range state to make management operation completely deterministic. by Yonny Hao · 1 year, 1 month ago
- 5073420 Shorten rpc server await termination time to 5 seconds by Yonny Hao · 1 year, 1 month ago
- 5187b00 base-kv improvements: by Yonny Hao · 1 year, 1 month ago