diff --git a/CHANGELOG.md b/CHANGELOG.md index cd6edff..d4388bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ - Improve server api. +- Improve message persistence logic. + +- Configurable authenticated and anonymous connection modes. + +- [#32](https://github.com/cardo-org/Rembus.jl/issues/32) Update for julia 1.11. + ## 0.3.0 (2 July, 2024) - HTTP api (GET for RPC, POST for Pub/Sub). diff --git a/test/runtests.jl b/test/runtests.jl index fe85983..acaaa13 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -205,9 +205,9 @@ const GROUP = get(ENV, "GROUP", "all") @time @safetestset "unregister_authenticated" begin include("security/test_unregister_authenticated.jl") end - @time @safetestset "nocommands_authenticated" begin - include("security/test_nocommands_authenticated.jl") - end + # @time @safetestset "nocommands_authenticated" begin + # include("security/test_nocommands_authenticated.jl") + # end end if GROUP == "all" || GROUP == "future" @time @safetestset "future" begin