Zaiming (Stone) Shi
22862cdfaf
Merge pull request #8970 from zmstone/0915-sync-v4320-to-v449
...
Sync v4320 to v449
2022-09-15 11:44:13 +02:00
Zaiming (Stone) Shi
b5594aea8a
chore: bump to v4.4.9-alpha.3
2022-09-15 09:43:50 +02:00
Zaiming (Stone) Shi
eba6d33b49
Merge tag 'v4.3.20-alpha.2' into dev/v4.4.9
2022-09-15 09:42:04 +02:00
Zaiming (Stone) Shi
a90d289480
chore: update release version to v4.3.20-alpha.2
2022-09-15 09:35:48 +02:00
Zaiming (Stone) Shi
16d2d86d09
Merge pull request #8964 from emqx/0914-do-not-skip-relup-download
...
build: do not skip downloading relup base package
2022-09-15 09:34:38 +02:00
Zaiming (Stone) Shi
e3d7ad0fec
Merge pull request #8965 from zmstone/0914-allow-ssh-agent-in-buildx
...
build: allow passing ssh agent to docker run in buildx.sh
2022-09-15 09:16:04 +02:00
Zaiming (Stone) Shi
ab21801449
ci: exclude v4.3.13 for centos8
2022-09-15 09:07:20 +02:00
Zaiming (Stone) Shi
2fbb79f84f
build: do not skip downloading relup base package
...
do not skip downloading only because of curl error
for known missing base packages, we should list them in the script
2022-09-15 09:07:20 +02:00
Zaiming (Stone) Shi
bceafe5094
chore: gitignore .gitconfig.tmp
2022-09-14 20:54:25 +02:00
Zaiming (Stone) Shi
20ddd4557f
refactor: no need for the --system flag for buildx.sh
2022-09-14 20:54:25 +02:00
Zaiming (Stone) Shi
30a02c74dc
build: allow passing ssh agent to docker run in buildx.sh
2022-09-14 20:54:25 +02:00
Zaiming (Stone) Shi
e08b7aa218
chore: bump to v4.4.9-alpha.2
2022-09-14 15:00:22 +02:00
Zaiming (Stone) Shi
1ce747fe9d
Merge pull request #8960 from zmstone/0914-add-relup-paths-for-4.4.9
...
0914 add relup paths for 4.4.9
2022-09-14 14:53:58 +02:00
Zaiming (Stone) Shi
0606a55a03
chore: print warning messages to standard_error
2022-09-14 12:48:13 +02:00
Zaiming (Stone) Shi
62aa9656c4
chore: update emqx.appup.src
2022-09-14 12:40:36 +02:00
Zaiming (Stone) Shi
d4fa8567c2
ci: fix relup paths check use a different file for enterprise
2022-09-14 12:40:14 +02:00
Zaiming (Stone) Shi
79719eca6e
build: add relup paths for 4.4.9
2022-09-14 12:04:03 +02:00
Zaiming (Stone) Shi
14e6aa173d
chore: update version number to 4.4.9-alpha.1
2022-09-12 20:38:21 +02:00
Zaiming (Stone) Shi
79369caa68
docs: update CHANGES-4.4.md
2022-09-12 20:36:23 +02:00
Zaiming (Stone) Shi
cbcde75da2
Merge pull request #8943 from zmstone/merge-v43-to-v44
...
Merge v43 to v44
2022-09-12 20:26:23 +02:00
Zaiming (Stone) Shi
d72275685a
chore: bump (ce) emqx_dashboard app version
2022-09-12 10:40:07 +02:00
Zaiming (Stone) Shi
4aa0f4980d
chore: re-generate appup updates
2022-09-12 09:45:37 +02:00
Zaiming (Stone) Shi
1013f221e0
Merge remote-tracking branch 'origin/dev/v4.3.20' into dev/v4.4.9
2022-09-12 09:25:07 +02:00
Zaiming (Stone) Shi
4597344881
Merge pull request #8941 from thalesmg/fix-appup-check-contains-re
...
ci(fix): fix check for appup coverage
2022-09-11 17:27:38 +02:00
Thales Macedo Garitezi
94afb633f8
chore: update missing appup instructions
2022-09-09 13:37:00 -03:00
Thales Macedo Garitezi
9e122f38b9
ci(fix): fix check for appup coverage
...
Before:
```elixir
iex(14)> :re.run('4.3.10', "4\\.3\\.[0-4]", [{:capture, :first, :list}])
{:match, ['4.3.1']}
```
2022-09-09 13:21:05 -03:00
Zaiming (Stone) Shi
c463569d88
chore: bump versions in Chart
2022-09-09 17:10:39 +02:00
Zaiming (Stone) Shi
cecedaccba
docs: remove stale changlog
2022-09-09 17:01:50 +02:00
Zaiming (Stone) Shi
9e4cebd192
Merge pull request #8937 from zmstone/fix-revert-some-dialyzer-changes
...
fix: revert 'accepted' state of exproto plugin
2022-09-09 15:00:48 +02:00
Zaiming (Stone) Shi
2c54190479
fix: revert 'accepted' state of exproto plugin
2022-09-09 12:27:02 +02:00
zhongwencool
2bd6e253f3
Merge pull request #8927 from terry-xiaoyu/fix_sql_topic_matching_to_null_val
...
Fix sql topic matching to null val
2022-09-09 14:53:54 +08:00
zhongwencool
754273f2cb
Merge pull request #8928 from zhongwencool/bump-minirest-0.3.9
...
chore: bump minirest to 0.3.9 to fix bind output
2022-09-09 09:50:18 +08:00
Zaiming (Stone) Shi
2ef6008599
Merge pull request #8918 from HJianBo/fix-shared-subs-dead-msg-loop
...
fix(shared-sub): fix dead loop if all subscribers are disconected
2022-09-08 13:25:10 +02:00
Shawn
93d10e63b0
chore: update CHANGES-4.3.md for #8927
2022-09-08 16:53:24 +08:00
zhongwencool
9d1f2c802f
chore: bump minirest to 0.3.9 to fix bind output
2022-09-08 16:53:22 +08:00
Shawn
b9d75181e5
chore: update emqx_rule_engine.appup.src
2022-09-08 16:38:34 +08:00
Shawn
f0cc75d144
fix(sql): topic matching to null values should return false
2022-09-08 16:37:38 +08:00
JianBo He
ce5cca438a
Merge branch 'main-v4.3' into fix-shared-subs-dead-msg-loop
2022-09-08 16:18:50 +08:00
zhongwencool
408482392b
Merge pull request #8916 from zhongwencool/dashboard-support-ip-bind
...
feat: dashboard support bind with specific ip
2022-09-08 14:31:44 +08:00
JianBo He
2440733a6f
test: ensure shared messages queued by session
2022-09-08 13:59:23 +08:00
JianBo He
95bc9cd8e0
chore: update changes
2022-09-08 13:59:23 +08:00
JianBo He
ecae9b5d40
chore: update appup.src
2022-09-08 13:59:21 +08:00
zhongwencool
4f81a49391
feat: dashboard support bind with specific ip
2022-09-08 09:37:00 +08:00
JianBo He
8ec432481d
fix(shared-sub): fix dead loop if all subscribers are disconected
...
In `broker.shared_dispatch_ack_enabled=true`, if all subscribers seesion are
kept and but connnection gone. the subscribers will reply NACKs if someone shared
delivers reached. However, the shared subscription always pick a subscriber to retry,
even if it has already replied with NACKs.
After this PR, the subscriber replies with an ACK and stores it into mqueue,
instead of replying with a NACK
2022-09-07 17:03:41 +08:00
lafirest
ad31dfff35
Merge pull request #8898 from lafirest/fix/jwt_exp_float
...
fix(jwt): make jwt support float timestamp claims
2022-09-06 16:09:11 +08:00
firest
d5494897c7
fix(jwt): make jwt support float timestamp claims
2022-09-06 11:51:39 +08:00
Thales Macedo Garitezi
e255faabd1
Merge pull request #8868 from thalesmg/merge-v43-into-v44-f
...
Merge v43 into v44 f
2022-09-02 09:06:46 -03:00
JianBo He
6417b5f3c4
Merge pull request #8864 from lafirest/changes-4.3
...
chore: update CHANGES-4.3.md
2022-09-02 16:12:48 +08:00
Thales Macedo Garitezi
9c77dbf168
chore: bump vsns and appups
2022-09-01 16:01:49 -03:00
Thales Macedo Garitezi
87cc57096f
Merge remote-tracking branch 'origin/main-v4.3' into merge-v43-into-v44-f
2022-09-01 15:44:08 -03:00